Elixir 1.17 released: set-theoretic types in patterns, durations, OTP 27
1–10 of 170 posts
Re: Elixir 1.17 released: set-theoretic types in patterns, durations, OTP 27
#2Re: Elixir 1.17 released: set-theoretic types in patterns, durations, OTP 27
#3Re: Elixir 1.17 released: set-theoretic types in patterns, durations, OTP 27
#4Re: Elixir 1.17 released: set-theoretic types in patterns, durations, OTP 27
#5Re: Elixir 1.17 released: set-theoretic types in patterns, durations, OTP 27
#6I'm excited about the type system so far, but I'm especially excited to hear about what else the type system is going to enable in the future. I remember José describing this as a "gradual gradual type system," where the gradual type system is going to be gradually added in stages, with this being the first stage. Any cool new type-system-related stuff coming up in the next few stages? I'm especially hoping for newly…
The next milestone will include a mechanism for defining typed structs.
Re: Elixir 1.17 released: set-theoretic types in patterns, durations, OTP 27
#7I'm excited about the type system so far, but I'm especially excited to hear about what else the type system is going to enable in the future. I remember José describing this as a "gradual gradual type system," where the gradual type system is going to be gradually added in stages, with this being the first stage. Any cool new type-system-related stuff coming up in the next few stages? I'm especially hoping for newly…
Re: Elixir 1.17 released: set-theoretic types in patterns, durations, OTP 27
#8I'm excited about the type system so far, but I'm especially excited to hear about what else the type system is going to enable in the future. I remember José describing this as a "gradual gradual type system," where the gradual type system is going to be gradually added in stages, with this being the first stage. Any cool new type-system-related stuff coming up in the next few stages? I'm especially hoping for newly…
Doesn't gradual type system mean something else here? As in developers being able to iteratively add types while leaving untyped parts for later? At least this is how Ruby's Sorbet describes it