5 ms·
Does Stable support polymorphic functions? What kinds of data abstractions are possible? (I.e. something like records / structs / classes / Lua-like tables?)
by a-nikolaev 5y ago
Does Stable support polymorphic functions?
What kinds of data abstractions are possible? (I.e. something like records / structs / classes / Lua-like tables?)
- Skinney 5y agoStabel has generics, but no protocols/interfaces/typeclasses _yet_. Stabel allows you to define structs and unions, which gives you a lot of flexibility.