Lisp In 99 Lines Of C With TinyLisp (hackaday.com)
from mesamunefire@piefed.social to programming@programming.dev on 20 Aug 16:10
https://piefed.social/post/1167516

#programming

threaded - newest

mesamunefire@piefed.social on 20 Aug 16:19 next collapse

Ive always liked lisp, even though I have never made anything in production with it. Its fun to play around with something that can run on most devices, have decent syntax (or make your own!), and can represent a concept in computing with elegance. Or at least a lot of ( s.

DirigibleProtein@aussie.zone on 20 Aug 17:09 collapse

Or at least a lot of ( s

Lisp - Lots of Insane Stupid Parentheses

TehPers@beehaw.org on 21 Aug 01:58 collapse

I love code golf, but normally golfers measure code in bytes, not lines of code.

Either way, looking at the source, it’s super impressive! For (somewhat) golfed code, this is actually pretty readable.