Re: [Larceny-users] Importing (srfi :19 time)

2010-03-20 Thread Eduardo Cavazos
On 03/20/2010 04:33 AM, Eduardo Cavazos wrote: Here's what I'm getting when I import SRFI 19: Here's what I get when I try to use the SRFI 19 from Derrick's collection: Error: Undefined global variable current-utc-time. Entering debugger; type ? for help. Ed

Re: [Larceny-users] Importing (srfi :19 time)

2010-03-20 Thread Eduardo Cavazos
On 03/20/2010 09:42 AM, Eduardo Cavazos wrote: OK, I unpacked larceny from a tar.gz I have and that copy seems to work: Also, the 'cal' program I posted to c.l.s about works fine: ~ $ larceny --r6rs --program ~/scratch/_cal-c.sps Warning: loading source in favor of stale fasl file:

[Larceny-users] Box2D Lite (physics engine)

2010-03-20 Thread Eduardo Cavazos
Guys, Box2D Lite is a C++ physics engine that I ported to R6RS Scheme. Prior to today, the libraries and demos ran in Ikarus and Chez. Today I got them running in Larceny as well. The project page is at: http://github.com/dharmatech/box2d-lite I'd really appreciate reports regarding if

Re: [Larceny-users] Importing (srfi :19 time)

2010-03-20 Thread William D Clinger
But, notice the warnings. Did you get those? Yes. That might be related to dynamic recompilation by the FFI, but I'll have to check. Will ___ Larceny-users mailing list Larceny-users@lists.ccs.neu.edu

Re: [Larceny-users] Importing (srfi :19 time)

2010-03-20 Thread Felix Klock
On Mar 20, 2010, at 3:16 PM, William D Clinger wrote: But, notice the warnings. Did you get those? Yes. That might be related to dynamic recompilation by the FFI, but I'll have to check. I think those warnings are signaled not by the FFI, but rather our load or require procedure. They