Re: Anyone up for a Scheme code review?

2015-04-28 Thread Andrew Bernard
Hi Steven, Putting the parens on separate lines as one might do with C braces is normally not done in the LISP/Scheme/Racket world. Any proper editor can do paren matching, including Frescobaldi. Frescobaldi can format Scheme fairly well. Emacs of course has various modes for Scheme which make

Re: Anyone up for a Scheme code review?

2015-04-28 Thread David Nalesnik
Hi Steven, On Tue, Apr 28, 2015 at 5:40 PM, Steven Weber pant...@hotmail.com wrote: I finally managed to hack together highlighting code for key signatures that does what I want (ignores the initial key signature, and only highlights key signatures at the beginning of the line if it was

Anyone up for a Scheme code review?

2015-04-28 Thread Steven Weber
I finally managed to hack together highlighting code for key signatures that does what I want (ignores the initial key signature, and only highlights key signatures at the beginning of the line if it was broken across the line). But, my code feels.inelegant. In particular, I'm using a global

Re: Anyone up for a Scheme code review?

2015-04-28 Thread Simon Albrecht
Am 29.04.2015 um 00:40 schrieb Steven Weber: And apologies for the formatting. Scheme and I do not get along. Counting parens drives me crazy, so I format it like I do any other language that uses braces instead of parens (expect lots and lots of extra white space!) Here’s an excellent