Adding to guile curly-infix (SRFI 105), neoteric- sweet-expressions

2012-08-26 Thread David A. Wheeler
All: I'd really like feedback on proposed new SRFIs, and I'd like to help get these SRFIs implemented in guile. Background: The readable group has developed and refined 3 new reader abbreviations for Scheme: curly-infix-, neoteric-, and sweet-expressions. Each builds on the previous one;

Re: Extensible vm ops?

2012-08-26 Thread Stefan Israelsson Tampe
Hi, I have now implemented most of the rtl oops and in the phase where i am testing the ops so that all generate assembler .e.g. generate not run, I will run them later. I have a few problems usng the rtl codebase, namely I don't know how to tell the program where the rtl bytecode ends, I would

Re: Do you recognize these modules?

2012-08-26 Thread Ludovic Courtès
Hi Noah! Noah Lavine noah.b.lav...@gmail.com skribis: Any objections if I apply these patches soon? I'd like to get them off of my to do list. Presumably, yes. Could you post the latest version of the patch here (the previous broke the manual, IIUC)? Thanks! Ludo’.

Re: 1.8 ‘send’ bug + re-engagement

2012-08-26 Thread Ludovic Courtès
Hi, Mike Gran spk...@yahoo.com skribis: The big issues with moving to 2.0 that I've seen expressed are non-portability, I don’t think 2.0 is less portable than 1.8; there’s room for improvement (MinGW, pthread support), but it’s not a disaster either. number of dependencies, There’s are

Re: guildhall packages

2012-08-26 Thread Ludovic Courtès
Hi Ian! Ian Price ianpric...@googlemail.com skribis: This is just a quick update on the progress of that, and a small enticement to try to convince you to test it out[1]. Remember linus's law, given enough eyeballs all bugs are shallow :P Currently packaged is: Woow, excellent work! FWIW,

Re: guildhall packages

2012-08-26 Thread Noah Lavine
Hello, On Sun, Aug 26, 2012 at 5:29 PM, Ludovic Courtès l...@gnu.org wrote: Ian Price ianpric...@googlemail.com skribis: If you think was a useful email, I can post a periodic update on new packages and/or provide an atom feed for them. If not, I'll shut up :) I like the updates, keep up the

Re: Adding to guile curly-infix (SRFI 105), neoteric- sweet-expressions

2012-08-26 Thread nalaginrut
hi Wheeler! I ever port the sweet-expression as a language module for Guile, and I have such an honor to say it's based on your work. There're still some bugs I need to face. But it works fine already. https://gitorious.org/nacre/guile-sweet Anyway, I'd like to see it becomes SRFIs. I've

Re: Adding to guile curly-infix (SRFI 105), neoteric- sweet-expressions

2012-08-26 Thread David A. Wheeler
nalaginrut nalagin...@gmail.com: I ever port the sweet-expression as a language module for Guile, and I have such an honor to say it's based on your work. There're still some bugs I need to face. But it works fine already. https://gitorious.org/nacre/guile-sweet Awesome! Thanks! We've made

Re: Adding to guile curly-infix (SRFI 105), neoteric- sweet-expressions

2012-08-26 Thread Alan Manuel Gloria
On Mon, Aug 27, 2012 at 12:16 PM, David A. Wheeler dwhee...@dwheeler.com wrote: nalaginrut nalagin...@gmail.com: I ever port the sweet-expression as a language module for Guile, and I have such an honor to say it's based on your work. There're still some bugs I need to face. But it works fine