Sent with Proton Mail secure email.
On Tuesday, June 3rd, 2025 at 7:14 AM, Owen T. Heisler <[email protected]> wrote:
> 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:
I am not, but familiar with lisp.
> https://www.draketo.de/proj/py2guile/
>
> https://www.draketo.de/proj/guile-basics/
>
> http://www.phyast.pitt.edu/~micheles/scheme/
>
> Owen