Re: REPL reader of multi-language

2014-06-02 Thread Nala Ginrut
On Fri, 2014-05-30 at 08:48 -0400, Mike Gerwitz wrote: > On Fri, May 30, 2014 at 04:25:40PM +0800, Nala Ginrut wrote: > > It's not a problem for Ecmascript, because its statement has to be ended > > with semicolon. So it's easier to detect the minimum compiling unit in > > REPL. > > ECMAScript us

Re: REPL reader of multi-language

2014-06-02 Thread Nala Ginrut
Sorry for late reply, I was on my vocation. ;-) On Fri, 2014-05-30 at 21:08 +0200, Ludovic Courtès wrote: > Nala Ginrut skribis: > > > So here's my problem, there's only one reader slot defined in each > > language type ,say, in (system base language). I have to implement just > > one reader to

Re: python on guile

2014-06-02 Thread Nala Ginrut
On Fri, 2014-05-30 at 23:33 +0200, Stefan Israelsson Tampe wrote: > I would like to hijack the python2/3 community over to guile. Oh~I could be your accomplice~ ;-P > A first step > is a parser, it > is ontop of guile-log so you might disslike it, but that can be changed > later. I've rewritte