Next: , Up: Basic in Scheme   [Contents]

5.1 For newbies

If you’re not familiar with Guile Scheme, here’s a simplest tutorial for you.

If you know basics of Scheme language, please skip this section.

I would recommend newbies to type/paste the code in Guile REPL following the guide in tutorial: Learn Scheme in 15 minutes

And here’s a nice section in Guile manual for basics in Scheme: Hello Scheme

Please don’t spend too much time on these tutorials, the purose is to let newbies get a little familiar with the grammar of Scheme.