Comment by arikrahman

Comment by arikrahman 11 hours ago

2 replies

I was thinking the same thing. Since scheme is in the Lisp family, it should be straightforward to modernize it to something like Clojure, which is similar to Haskell as you mentioned. Being functional, but from a Java/Lisp ecosystem that might be more viable in the typical modern software environment.

ssivark 3 hours ago

Wouldn't that just make it harder to bootstrap an OS, needing to start with JVM and all...

  • arikrahman 2 hours ago

    Not necessarily harder, just add 'jdk25' to home packages. If you really don't want to use JVM you can use Babashka to start clojure and use it like you would bash.