>>14025637Thanks, bro. It's not quite as naughty as the other one, but it might still just about work. Will be sure to post results of this very important and illuminating experiment later in any case.
>>14024878I see. I would say the greatest thing about it is actually the powerful interactive environment (at least in CL, with SLIME/Sly), but you also get that with Coq and I think with Forth (allegedly a reverse Lisp) also to a degree. So it's understandable if you didn't find anything groundbreaking. If you were to ever need a more programmery language it's (CL) quite nice though, especially for mathy stuff since it's all about symbolic expressions and transforming them as you please. MAXIMA/FriCAS are written in it and directly usable with all their packages, which might come in handy. There are also lots of other math libraries:
https://www.cliki.net/mathematics. Oh, and it's native compiled, so it can be very fast for highly numeric code and number crunching. Not as fast as Fortran, but within 10-30% if you use sbcl. Just saying it might be worth looking at for some things sometimes, depending on what you're doing.