Post #1782110
2026-04-23 01:42 UTC
Replies (2)
-
@screwlisp@gamerplus.org 2026-04-23 01:43
@mdhughes hence scheme assumes you are bringing in libraries particular to what you are doing, whereas hypothetically common lisp starts out by having support for more things than rnrses do. This is basically an arguement against using quicklisp/maybe even asdf in common lisp for the most part.
-
@mdhughes@appdot.net 2026-04-23 02:06
@screwlisp I think a lot of it is just writing for research & a teaching class, not for production. CLU is a good set of primitives for that, but nobody ever wrote libraries against it, there was only one impl & only on VAX. Scheme is a MUCH better teaching language, & also had a production-quality impl, on micro-computers, & libraries. LISP is too huge to teach, it's fine having all the features but they aren't organized in any way.