Hacker News new | ask | show | jobs
by mamcx 4035 days ago
I post that!

I'm learning to build interpreters for a toy relational language (in F#). So a fast intepreter appeal to me.

I look at http://keiapl.org/rhui/remember.htm#incunabulum but a)I don't know C b)Don't know J so wonder if exist a easy-to-understand interpreter of J somewhere? The ones I look (in the link above) are very dense. Full of code-golf.

1 comments

This is the kind of code I remember. I think someone tried to de-obfuscate it in an article.
Is it possible that you are referring to http://sblom.github.io/openj-core/ioj.htm ? I found it linked at http://lambda-the-ultimate.org/node/5075#comment-82793 .
I have try to find it with not luck. Any idea in how search for it?