Hacker News new | ask | show | jobs
by ericbb 3155 days ago
Here's one I made: http://norstrulde.org/ilge10/

The language is based on Scheme and Common Lisp.

The instruction set is derived from one described in the book Paradigms of Artificial Intelligence Programming by Peter Norvig.

The concurrency primitives are inspired by Erlang.

It's implemented in (old-fashioned) JavaScript but the compiler is self-hosting.