Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

No? The syntax and standard library is vastly different in terms of ergonomics. You could argue whether its better but it's undeniably more familiar to non-erlangers.

(Alternatively, you already are using Erlang anyway.)



Well, Erlang has slightly nicer syntax, IMHO.

I would have assumed you can use the same library functions?

(Sorry, I mostly only used Erlang and only briefly looked into Elixir and didn't find anything useful compared to just plain Erlang.)


"didnt find anything useful"

Better documentation, better package management, testing framework, consistent function calls, opinionated standards on how to name things (get vs fetch, ! suffix for crashables, is vs ?, size vs length), Protocols, not having lexical macros, not needing make, Testing Framework, compile environments (test, dev, prod), $callers, custom guards, Task, Registry, DynamicSupervisor, IO.inspect (now dbg), mix tasks, TESTING FRAMEWORK...


Or former Prolog users.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: