Etc Decided I wanted to make a scalable web app - finally have a chance to learn elixir!
Login or register your account to reply
Mark Dain Oh I've always found Elixir/Erlang hard to learn. What are you learning with/from? Perhaps there's hard to find tutorials
7y, 1w 1 reply
Etc I did some erlang a while ago so it's pretty familiar - never had a project for it though!
7y, 1w reply
Kodo elixir is fun. I went from elixir to crystal because I didn't want to always have to carry a VM around with me. crystal is another ruby syntax inspired language but it compiles to binary
Etc I spent a little bit of time with crystal a year ago! Yeah I've avoided erlang/elixir for a while because none of the tasks needed its nice concurrency. I was always curious about crystal's implicit sum types - do you know if it always keeps type information to at run time to do it, kind of like go does?