other-languages

here be heresies and things we have to use for work
2016-06-06T09:56:02.000004Z

(FYI I gave up after like 1.5 hrs)

martintrojer 2016-06-06T10:46:16.000005Z

all the cool C kids are doing rust nowadays

martintrojer 2016-06-06T10:46:38.000006Z

lisp, lol

2016-06-06T11:00:40.000007Z

I actually have to do that in C/C++ (school project), but I figured I could get away with transpilation @martintrojer

tjg 2016-06-06T17:32:18.000008Z

Hmm, reminds me to maybe read up on Linj & Jnil one day. Linj translates Common Lisp-like language to readable Java; Jnil translates it back. https://github.com/xach/linj/blob/master/doc/java-for-lispers.pdf

tjg 2016-06-06T17:32:18.000009Z

The author hacked his Java job with it. His clients had no idea he used it. Though they did notice that he'd always "clean up the indentation" after others modified his code. They just thought he was a big stickler for formatting.

2😂