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

It's no more insane than async programming. In fact, it's less insane: it's what you'd get if you let async and await be first-class citizens in your language instead of awkward special cases.


Erlang/Elixir are async by default.

Non-blocking non-erroring send ! and optionally blocking/non-blocking receive, with pattern matching, are built in to the language.

Not a monad in sight.


> It's no more insane than async programming.

That’s damning with faint praise.


Really? Async programming is used by millions of happy Javascript, C#, Python etc. developers every day.


Yes, it's not like BASIC /s




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

Search: