Remix.run Logo
arikrahman 5 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.

ssivark 5 days ago | parent | next [-]

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

arikrahman 5 days ago | parent [-]

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.

MarsIronPI 4 days ago | parent [-]

Well, it makes it much harder to build the system from a simple assembler.

Guix is AFAIK the only distro with a well-paved bootstrap path from a simple assembler to a fully-working distro[0]. Adding the JVM or even GraalVM (which is what Babashka is based on) makes the bootstrapping that much harder.

[0]: https://guix.gnu.org/en/blog/2023/the-full-source-bootstrap-...

Pay08 4 days ago | parent | prev [-]

Is there a need to "modernise" it?