Re: Resources For Learning Scheme?

2020-05-25 Thread melophobic
Thank you to everyone in the thread for sending me down a very informative rabbit hole. I've spent the last week or so learning, and came up with version one of what I have been looking to accomplish. Thank you again. I have never seen such a helpful and informative mailing list before. Brian

Re: Resources For Learning Scheme?

2020-05-17 Thread Urs Liska
Am Samstag, den 16.05.2020, 17:24 -0300 schrieb Caio Barros: > Em sáb., 16 de mai. de 2020 às 03:08, Jacques Peron < > catac...@hotmail.com> escreveu: > > This one, by Urs Liska, is specifically about scheme with > > LilyPond : > > https://scheme-book.ursliska.de/scheme/expressions.html > > I

Re: Resources For Learning Scheme?

2020-05-16 Thread Thomas Morley
Am So., 17. Mai 2020 um 00:27 Uhr schrieb Valentin Villenave : > > On 5/16/20, Caio Barros wrote: > > I wasn't aware Urs wrote this book. This is very nice! > > I agree. > > Obviously one of the first places to check out is our in-house manual > (sadly still unfinished): >

Re: Resources For Learning Scheme?

2020-05-16 Thread Valentin Villenave
On 5/16/20, Caio Barros wrote: > I wasn't aware Urs wrote this book. This is very nice! I agree. Obviously one of the first places to check out is our in-house manual (sadly still unfinished): http://lilypond.org/doc/v2.21/Documentation/extending/ Cheers, -- V.

Re: Resources For Learning Scheme?

2020-05-16 Thread Caio Barros
Em sáb., 16 de mai. de 2020 às 03:08, Jacques Peron escreveu: > This one, by Urs Liska, is specifically about scheme with LilyPond : > https://scheme-book.ursliska.de/scheme/expressions.html > I wasn't aware Urs wrote this book. This is very nice!

Re: Resources For Learning Scheme?

2020-05-16 Thread Freeman Gilmore
On Sat, May 16, 2020 at 7:34 AM Jamie Beardslee wrote: > > The Guile reference manual [1] contains a good introduction to the > language in general as well as some more in-depth information for > working with guile specifically. > > One of the most useful resources for me in grasping the

Re: Resources For Learning Scheme?

2020-05-16 Thread Jamie Beardslee
The Guile reference manual [1] contains a good introduction to the language in general as well as some more in-depth information for working with guile specifically. One of the most useful resources for me in grasping the important concepts of scheme was SICP, which is available in text online

Re: Resources For Learning Scheme?

2020-05-16 Thread Graham King
écrit : > Can anyone point me to a good resource or two for learning scheme? I have > looked through the examples on Lilypond.org and a few on lilypondblog.org > <http://lilypondblog.org/>, > but I am looking for more in depth examples of things like if statements and > more complex

Re: Resources For Learning Scheme?

2020-05-16 Thread Jacques Peron
This one, by Urs Liska, is specifically about scheme with LilyPond : https://scheme-book.ursliska.de/scheme/expressions.html Le sam. 16 mai 2020 à 05:00, melophobic a écrit : > Can anyone point me to a good resource or two for learning scheme? I have > looked through the ex

Re: Resources For Learning Scheme?

2020-05-15 Thread Pierre Perol-Schneider
Hi Brian, See: --- http://lilypond.1069038.n5.nabble.com/Learning-Scheme-td32429.html --- http://lilypond.1069038.n5.nabble.com/Scheme-learning-td213414.html --- http://lilypond.1069038.n5.nabble.com/Scheme-and-Guile-as-it-relates-to-Lilypond-td46910.html Cheers, Pierre Le sam. 16 mai 2020 à 05

Resources For Learning Scheme?

2020-05-15 Thread melophobic
Can anyone point me to a good resource or two for learning scheme? I have looked through the examples on Lilypond.org and a few on lilypondblog.org, but I am looking for more in depth examples of things like if statements and more complex use of variables. Should I just look up books on Guile

Learning Scheme

2011-03-03 Thread Tim Sheasby
Wanting to get more involved in LilyPond. Would like to learn Scheme. What is the best tutorial to get going? Thanks Tim Sheasby t...@sheafpublishing.co.za inline: Sheaf logo small.jpg ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Learning Scheme

2011-03-03 Thread Graham Percival
On Thu, Mar 03, 2011 at 08:14:54PM +0200, Tim Sheasby wrote: Wanting to get more involved in LilyPond. Would like to learn Scheme. What is the best tutorial to get going? Thanks Have you tried looking in our Contributor's Guide?

Re: Learning Scheme

2011-03-03 Thread Michael Ellis
Hi Tim, I've been walking down this path during the past few months. So far, the tutorial that helped me most is the online book at http://icem-www.folkwang-hochschule.de/~finnendahl/cm_kurse/doc/schintro/schintro_4.html#SEC3 It's rather old, but the informal yet very concrete approach was just

Re: Learning Scheme

2011-03-03 Thread Pierre THIERRY
Scribit Tim Sheasby dies 03/03/2011 hora 20:14: Wanting to get more involved in LilyPond. Would like to learn Scheme. What is the best tutorial to get going? Thanks If you really like mathematics, I strongly recommend SICP[1]. It will explain Scheme in a very pedagogical way, at a very