top | item 46841829

(no title)

arikrahman | 29 days ago

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.

discuss

order

ssivark|29 days ago

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

arikrahman|29 days 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.

Pay08|28 days ago

Is there a need to "modernise" it?