@soapdog my latest non lisp love has been elixir tho!! i reallllly like it.
it looks just like ruby but doesnt use OOP and doesnt let u mutate (which is fun)
it has realy nice destructuring too: https://codeberg.org/m455/blep/src/branch/main/blep.exs#L109
it fit my brain well coming from clojure and racket/scheme where i basically never use mutations like set! etc. and just do it all through parameters and recursion or local/let-esque bindings