other-lisps

eraserhd 2015-11-29T22:31:56.000003Z

I have recently decided that if I ever write a lisp, I will not skip the interpreter, and the interpreter will be the language spec for the compiler.

eraserhd 2015-11-29T22:32:08.000004Z

</rant>

2015-11-29T22:53:12.000005Z

@eraserhd: have you seen http://epub.jku.at/obvulihs/download/pdf/501665 ?

2015-11-29T22:53:35.000006Z

i'm reading it now and fully vibing on the interpreter-always approach

2015-11-29T22:54:10.000007Z

also ran across https://bugs.openjdk.java.net/browse/JDK-8062493 which seems to indicate some/all of truffle/graal will appear in jdk9

eraserhd 2015-11-29T23:14:23.000008Z

hrmmm

2015-11-29T23:15:39.000009Z

also playing with http://cesquivias.github.io/blog/2014/10/13/writing-a-language-in-truffle-part-1-a-simple-slow-interpreter/ which looks like a nice tour (and results in a lisp)

👍 1
eraserhd 2015-11-29T23:19:05.000011Z

This stuff is neat.

eraserhd 2015-11-29T23:19:09.000012Z

To the reading list!

2015-11-29T23:26:18.000013Z

cool! be curious to hear your thoughts when you get to it