windowsschemelispgnuguile

GNU Guile Scheme on Windows


I want to install the gnu guile scheme on Windows.

However, I am lost. There isn't a clear guide on how to do that. Most of the methods I found are for macOS, FreeBSD and Linux-based OS which in all of them is a simple command.

Help!

Thank you for your time.


Solution

  • You can use msys2.

    install msys2.

    Then simply do: pacman -S guile

    There has to be some additional work since not all modules are there, but they can be compiled or ported.