←back to thread

287 points shadaj | 1 comments | | HN request time: 0.401s | source
Show context
hinkley ◴[] No.43196932[source]
I don’t think there’s anyone in the Elixir community who wouldn’t love it if companies would figure out that everyone is writing software that contains an ad hoc, informally-specified, bug-ridden, slow implementation of half of Erlang, and start hiring Elixir or Gleam devs.

The future is here, but it is not evenly distributed.

replies(6): >>43197011 #>>43197396 #>>43197600 #>>43197702 #>>43200061 #>>43207679 #
rramadass ◴[] No.43207679[source]
I decided long ago (after having implemented various protocols and shared-memory multi-threaded code) that what i like best is to use Erlang as "the fabric" for the graph of distributed computing and C/C++ for heavy lifting at any node.
replies(1): >>43208615 #
1. hinkley ◴[] No.43208615[source]
I’m hoping the JIT will finally start to change that.