Hacker News new | ask | show | jobs
by wildster 2990 days ago
Yes, when Elixir runs amazing on a $5 a month digitalocean account.
2 comments

From the article:

> Our Lisp services are conceptually a classical AI application that operates on huge piles of knowledge created by linguists and researchers. It’s mostly a CPU-bound program, and is one of the biggest consumers of computing resources in our network.

CPU-intensive processing is exactly the kind of work that the BEAM is lousy at handling. Elixir would be a terrible implementation language for this kind of thing.

My Lisp web-app does too. I barely get any traffic, but still.