On 5/31/25 16:08, Heime via wrote: > The guix website mentions using one language for everything using > Guile Scheme. Are Guile and Scheme two different languages, or > is the language called "Guile Scheme"?
"Guile Scheme" would be correct. From <https://www.gnu.org/software/guile/>: "Guile is an implementation of the Scheme programming language". > How can one start with "Guile Scheme"? With what resources should I > start that will walk me through the basics to writing my own > procedures and modules? If you are familiar with Python, you could check these: https://www.draketo.de/proj/py2guile/ https://www.draketo.de/proj/guile-basics/ http://www.phyast.pitt.edu/~micheles/scheme/ Owen