Hacker News new | ask | show | jobs
by sklogic 3833 days ago
And with REPL and debugger requirements it is even easier to implement a compiler than an interpreter.

Pattern matching must be compiled anyway, even if the rest is interpreted, same for the static typing.

1 comments

Any tutorial on that? Because I don't have find a resource that show me how do this.