Re: Creating a Lua roadmap

2011-04-23 Thread Andy Wingo
On Fri 22 Apr 2011 21:48, Phil theseaisinh...@gmail.com writes: Alright, cool. Just to be clear the end goal is to include this in Guile eventually, right? Yes, if it is of good quality and compatible with other Lua implementations, I'd be happy to include it in Guile. (Dunno what others

Re: Creating a Lua roadmap

2011-04-23 Thread Ludovic Courtès
Hi, Andy Wingo wi...@pobox.com writes: On Fri 22 Apr 2011 21:48, Phil theseaisinh...@gmail.com writes: Alright, cool. Just to be clear the end goal is to include this in Guile eventually, right? Yes, if it is of good quality and compatible with other Lua implementations, I'd be happy to

Re: Creating a Lua roadmap

2011-04-22 Thread Phil
On Thu, Apr 21, 2011 at 7:16 AM, Andy Wingo wi...@pobox.com wrote: On Tue 19 Apr 2011 23:11, Phil theseaisinh...@gmail.com 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

Re: Creating a Lua roadmap

2011-04-21 Thread Andy Wingo
On Tue 19 Apr 2011 23:11, Phil theseaisinh...@gmail.com 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 the Savannah group, can someone do that? TIA. Sure; saw your mail

Re: Creating a Lua roadmap

2011-04-21 Thread Mark H Weaver
Phil theseaisinh...@gmail.com writes: - Missing standard library functions: math.modf math.modf(x) could be implemented as (truncate/ x 1) math.fmod(x,y) should be (truncate-remainder x y) math.frexp(x) needs an implementation that works well for all types of Scheme numbers. I already have

Creating a Lua roadmap

2011-04-19 Thread 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