On Wed, 2013-05-22 at 00:23 -0400, Noah Lavine wrote:
> On Sun, May 19, 2013 at 6:02 PM, Ludovic Courtès wrote:
>
> > Andy Wingo skribis:
> >
> > > On Sat 18 May 2013 15:44, Noah Lavine writes:
> > >
> > >> I have a very small question, based on something I think you said
> > >> earlier - since
Hello,
On Tue, May 21, 2013 at 3:46 PM, Andy Wingo wrote:
> You should have two names: the original ones and the gensyms that come
> from tree-il. Creating new gensyms should happen when copying or
> fabricating new nodes, as peval does, but in most cases you don't need
> to do it, and in any c
On Sun, May 19, 2013 at 6:02 PM, Ludovic Courtès wrote:
> Andy Wingo skribis:
>
> > On Sat 18 May 2013 15:44, Noah Lavine writes:
> >
> >> I have a very small question, based on something I think you said
> >> earlier - since the container will be ELF, will we call our files .so
> >> now?
> >
>
It's been so long since I worked on it, I hardly remember what was left. I
think module/language/lua/notes.org covers most of it.
The main tasks would be:
- Standard library compliance (the existing modules are missing some
functions, and there is no debug/coroutine module)
- module function
- Mul
Hey guys,
I was just thinking about Guile Lua (and feeling guilty that I never
did finish it). Anyway, I never did make any progress after my 2012
posts. I got a little discouraged while implementing Lua's multiple
values everywhere, to be honest.
By all means, feel free to take over the lua bran
Andy Wingo writes:
>> Subject: [PATCH] Mention (system base compile) in `api-evaluation.texi'.
>>
>
> Here the only thing that is missing is the ChangeLog-style commit log:
>
> http://www.gnu.org/prep/standards/standards.html#Change-Logs
>
> See any other commit in Guile for examples also.
>
>
On Tue 21 May 2013 05:21, Noah Lavine writes:
> * Missing distinction between original names and unique names.
>
>
> Yes, I agree. I think it even reuses original names sometimes, which is
> not good. I should just rename everything.
You should have two names: the original ones and the
On Tue 21 May 2013 01:26, taylanbayi...@gmail.com (Taylan Ulrich B.) writes:
> If I got it right, this mail should be usable with "git am --scissors",
That an interesting one :) Probably easier just to attach a file in the
format given by git-format-patch, no? Anyway that's fine.
> Subject: [P