Comment by arikrahman
Comment by arikrahman 11 hours 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.
Wouldn't that just make it harder to bootstrap an OS, needing to start with JVM and all...