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
anipulation library
and simplified the module system quite a bit.
On Tue, May 21, 2013 at 3:42 PM, Phil wrote:
> 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 l
On Thu, Aug 19, 2010 at 11:04 AM, Andy Wingo wrote:
> Heya,
>
> On Fri 23 Jul 2010 20:46, No Itisnt writes:
>
>> I'd like to patch Guile's math functionality to expose M_PI, modf, and
>> probably other things as well. Before I started I thought I'd ask --
>> would such a patch be accepted? And is
>
> Yep! But it probably won't be a big deal to fix.
>
>>> Another question about module namespaces: I have some syntax that I'd
>>> like to be available to code generated by macros in my module, but
>>> which I'd rather not export to the user (t
On Thu, Oct 21, 2010 at 11:29 PM, Noah Lavine wrote:
> So, this is a possible way to get a JIT engine in Guile. What do
> people think of it?
General question for the list: Have there already been debates on this
list about doing native compilation all the time like a lot of Common
Lisps & Schem
this year but if we do, it'd be great if a mentor would step up. The
turnaround time on communications due to timezone differences was a
little problematic for me last year.
Good luck!
Phil.
Hey guys,
I have recently checked out the Lua branch. I want to make it seaworthy.
I've requested to be added back onto the Savannah group, can someone
do that? TIA.
First off, a git question: It seems better to develop against
stable-2.0. So on a fresh pull of Guile's repo, I did this:
git co
On Thu, Apr 21, 2011 at 7:16 AM, Andy Wingo wrote:
> On Tue 19 Apr 2011 23:11, Phil writes:
>
>> I have recently checked out the Lua branch. I want to make it seaworthy.
>
> Cool! It does indeed need some more loving :-)
>
>> I've requested to be added back onto
I need to rewrite the parser (again), fix variable arguments, multiple
returns, and function environment handling, at which point I think it
will be suitable for inclusion in Guile. (Not that it'll be a drop-in
replacement for Lua, but at some point the only way I will be able to
improve it is thro