←back to thread

266 points awkravchuk | 1 comments | | HN request time: 0s | source
Show context
Guthur ◴[] No.41870173[source]
The event loop is brilliant example for how much `loop` is a full blown iteration DSL... love it or hate it ;)
replies(2): >>41870202 #>>41871308 #
awkravchuk ◴[] No.41870202[source]
I used to scoff at it at first, but after a few years of CL programming loop is one of my favourite CL constructs :)
replies(1): >>41870359 #
taeric ◴[] No.41870359[source]
I'm with you there. Is a bit of a mind bend, as I really disliked it the first few times I saw it.

For an even sillier mind bend, I'm using tagbody to be able to directly transcribe some of Knuth's algorithms as I am learning them.

replies(2): >>41870528 #>>41870541 #
1. awkravchuk ◴[] No.41870541[source]
Cool! Using tagbody feels like writing supercharged C or even assembler to me (not that I've used it much, but still).