Hacker News new | ask | show | jobs
by mledu 2927 days ago
Couldn't you use Erlang/OTP for the main parts of the system and for the performance critical parts that Erlang isn't great for (like crunching numbers) you can use something like Rustler to be build a safer NIF? https://github.com/hansihe/rustler
1 comments

Interesting! I haven't seen this, but it looks really exciting. I may have to bring this up at work!