Fork me on GitHub
#other-languages
<
2016-06-06
>
dajjedzenie09:06:02

(FYI I gave up after like 1.5 hrs)

martintrojer10:06:16

all the cool C kids are doing rust nowadays

dajjedzenie11:06:40

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

tjg17:06:18

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

tjg17:06:18

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.