|
|
|
|
|
by wavemode
699 days ago
|
|
I've sometimes done the opposite - when working in scheme/racket, searched for implementations of things like loop, defmacro or tagbody. (They have their quirks, but when they're a good fit for a problem they can save a lot of typing.) |
|
SLIB has an implementation of pretty much the entirety of CL's `format` that I ported to Racket: https://docs.racket-lang.org/slib-format/index.html
I also implemented a bunch of other CL stuff for Racket in https://docs.racket-lang.org/soup-lib/index.html (but not `tagbody`. Yet.)