Re: scheme with Frescobaldi

2018-07-03 Thread David Kastrup
Knute Snortum writes: > Late to the party, but I just wanted to add that if you want a nice REPL > for Scheme, click on https://repl.it and select Scheme as the language. Sort of more representative would be lilypond scheme-sandbox -- David Kastrup __

Re: scheme with Frescobaldi

2018-07-03 Thread Knute Snortum
Late to the party, but I just wanted to add that if you want a nice REPL for Scheme, click on https://repl.it and select Scheme as the language. --- Knute Snortum (via Gmail) On Wed, Jun 27, 2018 at 2:36 PM David Kastrup wrote: > Aaron Hill writes: > > > On 2018-06-27 08:14, Simon Albrecht wr

Re: scheme with Frescobaldi

2018-06-27 Thread David Kastrup
Aaron Hill writes: > On 2018-06-27 08:14, Simon Albrecht wrote: >> On 26.06.2018 03:02, Aaron Hill wrote: >>> Here is the reference on `let` for Guile: >>> >>> https://www.gnu.org/software/guile/manual/html_node/Local-Bindings.html#Local-Bindings >> >> I guess for the time being we should stick w

Re: scheme with Frescobaldi

2018-06-27 Thread Aaron Hill
On 2018-06-27 08:14, Simon Albrecht wrote: On 26.06.2018 03:02, Aaron Hill wrote: Here is the reference on `let` for Guile: https://www.gnu.org/software/guile/manual/html_node/Local-Bindings.html#Local-Bindings I guess for the time being we should stick with the Guile 1.8 manual:

Re: scheme with Frescobaldi

2018-06-27 Thread Simon Albrecht
On 26.06.2018 03:02, Aaron Hill wrote: Here is the reference on `let` for Guile: https://www.gnu.org/software/guile/manual/html_node/Local-Bindings.html#Local-Bindings I guess for the time being we should stick with the Guile 1.8 manual:

Re: scheme with Frescobaldi

2018-06-27 Thread Freeman Gilmore
​ On Wed, Jun 27, 2018 at 2:39 AM, Urs Liska wrote: [And please allow me a plug: you may find rewarding to have a look at https://scheme-book.ursliska.de, which is far from complete but aims at giving a slow-paced and detailed introduction specifically from a LilyPond perspective] > ​This is w

Re: scheme with Frescobaldi

2018-06-26 Thread Urs Liska
Am 27.06.2018 um 07:34 schrieb Freeman Gilmore: Thanks Urs: That worked.   Problem was that I did not know that the results would be displayed in the log window.   The tutorial I am using had some example like  (+ 1 2 3) =>  and I was expecting 6 in t

Re: scheme with Frescobaldi

2018-06-26 Thread Freeman Gilmore
> >> Thanks Urs: >> >> That worked. Problem was that I did not know that the results would be >> displayed in the log window. The tutorial I am using had some example >> like (+ 1 2 3) => and I was expecting 6 in the same window on the next >> line when I compiled. >> >> >> This is what one

Re: scheme with Frescobaldi

2018-06-26 Thread Freeman Gilmore
​ On Tue, Jun 26, 2018 at 12:24 AM, Andrew Bernard wrote: > Hi Freeman, > > I'm not understanding this thread. For Scheme development or learning, why > wouldn't you use a command line REPL, such as the one provided with guile? > Are you trying to use Frescobaldi as some sort of IDE? That seems

Re: scheme with Frescobaldi

2018-06-26 Thread Urs Liska
Hi Andrew, Am 26.06.2018 um 06:24 schrieb Andrew Bernard: Hi Freeman, I'm not understanding this thread. For Scheme development or learning, why wouldn't you use a command line REPL, such as the one provided with guile? Are you trying to use Frescobaldi as some sort of IDE? That seems dubio

Re: scheme with Frescobaldi

2018-06-26 Thread Urs Liska
Am 26.06.2018 um 02:25 schrieb Freeman Gilmore: ​ On Mon, Jun 25, 2018 at 4:04 PM, Urs Liska > wrote: CCing to the list. Am 25.06.2018 um 21:47 schrieb Freeman Gilmore: On Mon, Jun 25, 2018 at 9:29 AM, Urs Liska mailto:li...@openlilylib.org>> wr

Re: scheme with Frescobaldi

2018-06-25 Thread Andrew Bernard
Hi Freeman, I'm not understanding this thread. For Scheme development or learning, why wouldn't you use a command line REPL, such as the one provided with guile? Are you trying to use Frescobaldi as some sort of IDE? That seems dubious to me, and not at all fluent or easy. Andrew

Re: scheme with Frescobaldi

2018-06-25 Thread Freeman Gilmore
​ On Mon, Jun 25, 2018 at 9:02 PM, Aaron Hill wrote: > On 2018-06-25 17:25, Freeman Gilmore wrote: > >> On Mon, Jun 25, 2018 at 9:29 AM, Urs Liska wrote: >>> Try this file: \version "2.19.80" #(let ((something 'something-else)) (display something) (

Re: scheme with Frescobaldi

2018-06-25 Thread Aaron Hill
On 2018-06-25 17:25, Freeman Gilmore wrote: On Mon, Jun 25, 2018 at 9:29 AM, Urs Liska wrote: Try this file: \version "2.19.80" #(let ((something 'something-else)) (display something) (newline) (display something)(display something)) In you first example #(let...) what function does

Re: scheme with Frescobaldi

2018-06-25 Thread Freeman Gilmore
​ On Mon, Jun 25, 2018 at 4:04 PM, Urs Liska wrote: > CCing to the list. > > Am 25.06.2018 um 21:47 schrieb Freeman Gilmore: > > > > On Mon, Jun 25, 2018 at 9:29 AM, Urs Liska wrote: > >> Hi Freeman, >> >> Am 25.06.2018 um 15:03 schrieb Freeman Gilmore: >> >> ​Can scheme alone be used in Fresco

Re: scheme with Frescobaldi

2018-06-25 Thread Urs Liska
CCing to the list. Am 25.06.2018 um 21:47 schrieb Freeman Gilmore: On Mon, Jun 25, 2018 at 9:29 AM, Urs Liska > wrote: Hi Freeman, Am 25.06.2018 um 15:03 schrieb Freeman Gilmore: ​Can scheme alone be used in Frescobaldi (or scheme sandbox)?

Re: scheme with Frescobaldi

2018-06-25 Thread Urs Liska
Hi Freeman, Am 25.06.2018 um 15:03 schrieb Freeman Gilmore: ​Can scheme alone be used in Frescobaldi (or scheme sandbox)? It's not clear to me what you want ot achieve. The Scheme sandbox is surely not available in Frescobaldi. You can of course write LilyPond files that exclusively contai

scheme with Frescobaldi

2018-06-25 Thread Freeman Gilmore
​Can scheme alone be used in Frescobaldi (or scheme sandbox)? thank you, ƒg ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user