logoalt Hacker News

russellbeattieyesterday at 7:32 PM2 repliesview on HN

> "Opinions on his coding style are divided, though general consensus seems to be that it's incomprehensible."

I wholeheartedly concur with popular opinion. It's like writing a program in obfuscated code.

Hmmm... his way of basically making C work like APL made me wonder: Is there a programming language out there that defines its own syntax in some sort of header and then uses that syntax for the actual code?


Replies

fifticonyesterday at 8:32 PM

forth and lisp?

IncreasePostsyesterday at 8:04 PM

In racket, you can say something like "#lang X", which can modify the reader and let you create your own arbitrary syntax