Re: [ANN] An impudent introduction to Guile

2016-02-07 Thread Lawrence Bottorff
I've got this fork going where I've done some editing (grammar, style, spelling, etc.) on the book (up to "Reporting bugs." Let me know what you think. In general, I think Scheme desperately needs an "O'Reilly"-style book. Question: What should we say when so

Re: [ANN] An impudent introduction to Guile

2016-02-07 Thread A0
On 06/02/16 00:47, Cao Jin wrote: > It's interesting. I have used Matlab for many years, but never > tried R. As for as I know, there are tons of state-of-the-art > library in R and Matlab. > > After skimming your paper, I wander that 1) Are these library used > in your code example implemented

Re: regex-case

2016-02-07 Thread Marko Rauhamaa
Matt Wette : > [2] may be possible if it is supported by the Guile regexp library. > But I’m not sure there is a clean way to do this, given that > syntax-case bindings are lexical. Additionally, you have a problem with the different regexp flags (newline semantics, case-sensitivity etc). Maybe