Email or username:

Password:

Forgot your password?
Top-level
blake shaw 🇵🇸

@michal_atlas @daviwil you can use r7rs by starting guile with --r7rs, or in the repl with
> ,use (scheme)
> (install-r7rs!)

Guile's r7rs and r6rs support is pretty good, but not complete, and there are some tiny divergences you have to figure out. But its good enough to build akku.

3 comments
blake shaw 🇵🇸

@michal_atlas @daviwil (if you're interested in r7rs in particular, which is generally pretty portable, I'd recommend going with an r7rs implementation like Chibi, and using akku to sort out the cross-implementation compatibility for you)

dave

@rml @michal_atlas @daviwil we're implementing r7rs small for the wasm compiler so I wonder if any of that work will fill in some gaps.

Michal Atlas

@rml @daviwil Yessss, r7rs in general is awesome and something I'm massively looking forward to getting more widespread and I'm very grateful for its existence and all the work people pour into it. I was just voicing my subjective view on why it might be overwhelming for newcomers right now.

And I also have to finally check out this akku thing I keep hearing about, thank you for reminding me.

Go Up