Hacker News
- Union types ('enum types') would be complicated in Go https://utcc.utoronto.ca/~cks/space/blog/programming/GoUnionTypesComplexities 50 comments
Lobsters
- 8 Reasons Why MySQL's ENUM Data Type Is Evil (2011) http://komlenic.com/244/8-reasons-why-mysqls-enum-data-type-is-evil/ 3 comments databases
- Using enum class to enforce type-safety in access to arrays https://www.reddit.com/r/cpp/comments/lwsuvx/using_enum_class_to_enforce_typesafety_in_access/ 19 comments cpp
- Randomize values for user defined (enum-like types) data type https://github.com/papaya147/randomize 9 comments golang
- enum for selection type https://developer.mozilla.org/en-US/docs/Web/API/Selection/type 2 comments typescript
- Union of enum types https://www.reddit.com/r/typescript/comments/b8a345/union_of_enum_types/ 7 comments typescript
- Do enum variants not have a distinct type identifier? https://www.reddit.com/r/rust/comments/4n3fn1/do_enum_variants_not_have_a_distinct_type/ 19 comments rust
- RFC: Add anonymous enum types as `A | B` https://github.com/rust-lang/rfcs/pull/402 15 comments rust
- Make types that use enums more extensible https://codesandbox.io/s/jovial-cerf-3yiomv?file=%2Fsrc%2Fexamples%2Ffunctional-error-handling.ts 17 comments typescript
- Comparing Julia's union types to Rust's enums https://viralinstruction.com/posts/uniontypes/ 5 comments julia
- blair_mountain - union types as unions in release but enums with assertions in debug https://crates.io/crates/blair_mountain 4 comments rust
- Anonymous enums, type collapsing, and generic match arms https://www.reddit.com/r/rust/comments/9tpb77/anonymous_enums_type_collapsing_and_generic_match/ 8 comments rust
- Dataframes: Traits, Enums, Generics, and Dynamic Typing https://blog.hwc.io/posts/dataframe1/ 29 comments rust
- Creating array with multiple elements of one enum type https://www.reddit.com/r/rust/comments/515sbx/creating_array_with_multiple_elements_of_one_enum/ 4 comments rust
- Implementing type-safe enums in JavaScript https://github.com/vivin/enumjs 12 comments programming
- Java Enums to Be Enhanced with Sharper Type Support https://www.infoq.com/news/2017/01/java-enhanced-enums 25 comments java
- TypeScript Enum Utils: Strictly typed wrapper around native enums to make them more useful https://github.com/UselessPickles/ts-enum-util/blob/master/README.md 41 comments typescript
- Enums, string/number types of interfaces/classes cannot be used as index signatures https://www.reddit.com/r/typescript/comments/fp5wfk/enums_stringnumber_types_of_interfacesclasses/ 12 comments typescript
- Super useful feature I've found for associating enums to types using Index Types https://www.reddit.com/r/typescript/comments/b13ljh/super_useful_feature_ive_found_for_associating/ 7 comments typescript
- Swift Enums Are “sum” Types. That Makes Them Very Interesting http://mislavjavor.github.io/2017-04-19/swift-enums-are-sum-types.-that-makes-them-very-interesting/ 34 comments programming
- Swift Enums Are "Sum" Types. That Makes Them Very Interesting http://mislavjavor.github.io/2017-04-19/swift-enums-are-sum-types.-that-makes-them-very-interesting/ 14 comments swift
- proposal: add typed enum support · Issue #19814 · golang/go https://github.com/golang/go/issues/19814 6 comments golang
- Closer to Perfection: Get to Know C++11 Scoped and Based Enum Types http://blog.smartbear.com/software-quality/bid/259230/closer-to-perfection-get-to-know-c11-scoped-and-based-enum-types 7 comments cpp
- How do I search for key's in a std::multimap that are enum types? http://jsoncpp.sourceforge.net/namespace_json.html#7d654b75c16a57007925868e38212b4e 4 comments learnprogramming
- Type-safe integer types with list initialization of scoped enums https://www.nextptr.com/tutorial/ta1425731095/typesafe-integer-types-with-list-initialization-of-scoped-enums 21 comments cpp
- Dynamic enums in java, editing enums at runtime and using JDK 9 StackWalker to create DynamicEnum type. https://blog.gotofinal.com/java/diorite/2017/06/24/dynamic-enum.html 7 comments java
- Why does typescript throw the "no overlap" warning when using "as" type assertion on enums with the exact same values? (Example inside) https://www.typescriptlang.org/play/#code/KYDwDg9gTgLgBMAdgVwLZwKItQRjgbwCg44AhALwEsw4BeOAclIC0BJABQYBpi4BxKjXoM+bTjxIA5CImB1GkgPKSM3Xs2ryGYhoQC+hQqEiwE2TNgBMBXhU3CWHNSQH3GopxLjTZWpSuc4DSFGHX1DAGMZAGd4ADNkRAj5AAowAEModNQALgs0SwBKOgA+GxISKGAYZChEOBQAG0bwwkbquDiICDysAoBuQgSklK6IOHTo-NxCoA 5 comments typescript
- all-the-same: A procedural macro that copy-pastes match arms for new type variant enums. https://github.com/inikulin/all-the-same 24 comments rust
- Re-exporting an enum with a type alias is breaking, but not major https://predr.ag/blog/re-exporting-enum-with-type-alias-breaking-change-not-major/ 4 comments rust
- How to use data type "Text (Enum)" and "Text(Set)" in LO Base (How to use SQL enum in LO Base) https://7.2.1.2 3 comments libreoffice
- auto_enums: A library for to allow multiple return types by automatically generated enum in Rust. https://github.com/taiki-e/auto_enums 6 comments rust
- Using a visitor pattern to ensure that you handle all possible values of a string literal union type or string enum. https://www.reddit.com/r/typescript/comments/7npmat/using_a_visitor_pattern_to_ensure_that_you_handle/ 13 comments typescript
- TypeScript just got literal enum, number and boolean types and the exhaustive switch. https://github.com/microsoft/typescript/pull/9407 61 comments programming
- How can this warning be helpful? CS8524 "The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value." https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/tutorials/patterns-objects 13 comments csharp
- RFC: My first attempt at using C++20 to create an anonymous enum type, primarily intended for use as a function parameter https://godbolt.org/z/4lyyex 20 comments cpp
- A C++11 template library for extending enums with automatic type-safe masks, from/to string conversion and static allocation (without macros!) https://github.com/eligt/meta_enumerator 33 comments cpp
- Dotty 0.16.0-RC3 (the Scala Days 2019 Release): Polymorphic function types, Java-compatible enums, new typeclass derivation scheme, syntax changes https://dotty.epfl.ch/blog/2019/06/11/16th-dotty-milestone-release.html 13 comments scala
- [magic_enum]: Static reflection on enums for modern C++, work with any enum type without any macro or boilerplate code. Enum-to-string/String-to-enum and other useful functions. https://github.com/neargye/magic_enum 56 comments cpp
- A massive refactoring of memory layouts has landed, meaning that types like `Option<Option<bool>>` and `enum A { B(bool), C, D, E }` are now only one byte in memory https://github.com/rust-lang/rust/pull/45225 90 comments rust
- Meeting-weekly-2013-03-12 (GC; triage; bool; 78 column limit; impl *Type; 'static vs 'const; autoderef in overloaded operators; enum variants; global variables) https://github.com/mozilla/rust/wiki/meeting-weekly-2013-03-12 7 comments rust