Earlier quoted context omitted.
But it’s so simple. All I have to do is divine from what I know of you. Are you the sort of man who would put the nerd snipe source code into his own repo, or his enemy’s? Now, a clever man would put the source into his own repo, because he would know that only a great fool would reach for what he was given. I’m not a great fool, so I can clearly not choose the source in your repo. But you must have known I was not a…
Is my knowledge of English lacking? Am I missing context perhaps? Is this a machine generated comment?
Picol, a Tcl interpreter in 550 lines of C code
11–15 of 15 posts
Re: Picol, a Tcl interpreter in 550 lines of C code
#12I'm daydreaming about doing another translation of it into Racket, but I don't think I'll have free time until January or February.
It would also be interesting to see about doing a version of it in Lisp Flavored Erlang.
Similar to some others in the comments, I may have just nerd sniped myself (again).
Re: Picol, a Tcl interpreter in 550 lines of C code
#13The Picol code has always been a fascinating read, until you get to the comment /* XXX: escape handling missing! */ and realise it won't escape/eval stuff inside strings, so you think ha! and roll up your sleeves and get tapping ... then you think ha! I could just improve that bit of code, and ... before you know it the sun's coming up and you didn't feed the dog last night. Speaking for a friend, obviously.
Re: Picol, a Tcl interpreter in 550 lines of C code
#14The Picol code has always been a fascinating read, until you get to the comment /* XXX: escape handling missing! */ and realise it won't escape/eval stuff inside strings, so you think ha! and roll up your sleeves and get tapping ... then you think ha! I could just improve that bit of code, and ... before you know it the sun's coming up and you didn't feed the dog last night. Speaking for a friend, obviously.
Re: Picol, a Tcl interpreter in 550 lines of C code
#15Meta: this really needs a (2007) or something, to signify that it pre-dates Antirez creating Redis and stuff. I had time to think "wow, I also want to create some world-famous infrastructure software, rock that world for a bunch of years, then (semi?)retire and blog about 3-hour C projects!!". :) It's always very interesting (to me) to see what people end up doing after a great success, so I thought this was it. Then…