Hacker News new | ask | show | jobs
by mike_d 1916 days ago
Single threaded LISP application running on a single machine. Ta-da.
1 comments

The application is multi-threaded. But it runs over a green-thread language runtime, which maps everything to one OS thread.

That's a significant distinction because if you swap the underlying implementation then the same application should magically become multithreaded, which is exactly the plan.