Hacker News new | ask | show | jobs
by monodeldiablo 3530 days ago
Naive question: How does Elm manage to bootstrap a complex thing like a REPL without using basic functions like '+'?
1 comments

The REPL is written in Haskell.

Elm doesn't target native or node.js yet.