Re: Guile on Zile, module questions

2012-01-03 Thread Ludovic Courtès
Hi Mike! Mike Gran skribis: > I have a somewhat complete version at > https://github.com/spk121/zile Nice! So, first, the obligatory patch: diff --git a/build-aux/snarf-c2h.scm b/build-aux/snarf-c2h.scm index 10ca880..edc933c 100755 --- a/build-aux/snarf-c2h.scm +++ b/build-aux/snarf-c2h.scm

Re: [Help-zile] Guile on Zile, module questions

2012-01-01 Thread Reuben Thomas
On 28 December 2011 04:57, Mike Gran wrote: >> Hi Mike! >> >>>  Over the USA holiday I started looking at the last C version of >>>  Zile, which has its own toy Lisp interpreter.  (Zile also >>>  comes in a new Lua version!)  I looks like it would be simple to >>>  strip out that Zile Lisp and rep

Re: Guile on Zile, module questions

2011-12-28 Thread Klaus Schilling
From: Mike Gran Subject: Re: Guile on Zile, module questions Date: Tue, 27 Dec 2011 20:59:34 -0800 (PST) > I could post the ECMA-48 soft term library, I guess, but, I imagine > the potential number of users of such a library to be approximately zero. > what is an ecma-48 soft ter

Re: Guile on Zile, module questions

2011-12-28 Thread Mike Gran
  > From: Ludovic Courtès l...@gnu.org   > > This sounds great!  Another competitor for Gano and Guile-Emacs!  ;-) LOL. Gano. Gano lead to a fairly complete ECMA-48 soft term library, which was the fun part. But building the state machine got boring. So Gano is dead. Long live Gano. I could

Re: Guile on Zile, module questions

2011-12-28 Thread Mike Gran
> Hi Mike! > >> Over the USA holiday I started looking at the last C version of >> Zile, which has its own toy Lisp interpreter.  (Zile also >> comes in a new Lua version!)  I looks like it would be simple to >> strip out that Zile Lisp and replace it with Guile Scheme. >> But I don't think

Re: Guile on Zile, module questions

2011-12-05 Thread Ludovic Courtès
Hi Mike! Mike Gran skribis: > Over the USA holiday I started looking at the last C version of > Zile, which has its own toy Lisp interpreter.  (Zile also > comes in a new Lua version!)  I looks like it would be simple to > strip out that Zile Lisp and replace it with Guile Scheme. > But I don't

Re: [Help-zile] Guile on Zile, module questions

2011-12-04 Thread Reuben Thomas
On 30 November 2011 23:09, Mike Gran wrote: > Hello Guilers! > > Over the USA holiday I started looking at the last C version of > Zile, which has its own toy Lisp interpreter.  (Zile also > comes in a new Lua version!)  I looks like it would be simple to > strip out that Zile Lisp and replace it

Guile on Zile, module questions

2011-11-30 Thread Mike Gran
Hello Guilers!   Over the USA holiday I started looking at the last C version of Zile, which has its own toy Lisp interpreter.  (Zile also comes in a new Lua version!)  I looks like it would be simple to strip out that Zile Lisp and replace it with Guile Scheme. But I don't think anyone has tried