Re: [Larceny-users] recursive lists and C-c problems

2008-12-08 Thread Marco Maggi
[EMAIL PROTECTED] wrote: Marco Maggi wrote: I am new to Larceny (10 minutes) taking a look at larceny-0.963-bin-native-ia32-linux86) v0.97b1 is newer and should have fewer bugs. Is it also still open to very small non-language related changes? The R6RS does not specify any finite notation

Re: [Larceny-users] finding libraries

2008-12-08 Thread Marco Maggi
-in-path/uriel/lang/compat.larceny.sls Fine! -- Marco Maggi Now feel the funk blast! Rage Against the Machine - Calm like a bomb ___ Larceny-users mailing list Larceny-users@lists.ccs.neu.edu https://lists.ccs.neu.edu/bin/listinfo/larceny-users

Re: [Larceny-users] recursive lists and C-c problems

2008-12-08 Thread Marco Maggi
the lightweight testing SRFI, and I make a mistake that causes an exception to go through to the top level (not a failing test, but a mistake in using something), I do not want to enter the debugger: I just want to see the error message. It may be that I have a bad workflow... -- Marco Maggi Now feel

[Larceny-users] ANF size error with 0.97b1

2008-12-09 Thread Marco Maggi
by Derick Eddington[1]. (I failed to understand how to load Larceny's SRFIs from larceny -r6rs, I will have to read the guide more carefully.) Is it something to report as a bug? [1] https://code.launchpad.net/~ikarus-libraries-team/ikarus-libraries/srfi -- Marco Maggi Now feel the funk blast

Re: [Larceny-users] ANF size error with 0.97b1

2008-12-09 Thread Marco Maggi
library, so it may be that the ec library is the culprit. We expect to add a bunch of SRFIs as R6RS libraries after SRFI 97 becomes final[...] Thanks. -- Marco Maggi Now feel the funk blast! Rage Against the Machine - Calm like a bomb ___ Larceny

Re: [Larceny-users] finding libraries

2008-12-09 Thread Marco Maggi
Jon Wells wrote: Has there ever been any discussion of allowing import clauses to appear anywhere other than the toplevel... I cannot speak for R6RS requests, but Ikarus allows it in non-R6RS mode. -- Marco Maggi Now feel the funk blast! Rage Against the Machine - Calm like a bomb

Re: [Larceny-users] finding libraries

2008-12-24 Thread Marco Maggi
) (build-larceny-files) | ${SCHEME} echo (exit) | ./larceny.bin -stopcopy -- src/Build/iasn-larceny-heap.fasl echo (exit) | ./larceny.bin -stopcopy -- src/Build/iasn-twobit-heap.fasl cp larceny twobit echo (require 'r6rsmode) (larceny:compile-r6rs-runtime) (exit) | ./larceny ### end of file -- Marco

[Larceny-users] error compiling cons form

2008-12-26 Thread Marco Maggi
with my test suite. I really, really, really do not want to know why compiling CONS does this, just tell me if it is a bug in the compiler and I have to wait for a fix. -- Marco Maggi Now feel the funk blast! Rage Against the Machine - Calm like a bomb

Re: [Larceny-users] error compiling cons form

2008-12-26 Thread Marco Maggi
The problem goes away if I do: (define-syntax defer-exceptions (syntax-rules () ((_ ?form0 ?form ...) (guard (exc (else (let ((e (deferred-exceptions))) (and e (deferred-exceptions (cons exc e)) ?form0 ?form ... Marco Maggi wrote: I

[Larceny-users] on porting to larceny

2008-12-27 Thread Marco Maggi
Rlwrap. I have gathered a set of completions files. Is there an automagic way to get a list of non-R6RS Larceny bindings that may be useful in R6RS mode? -- Marco Maggi Now feel the funk blast! Rage Against the Machine - Calm like a bomb ___ Larceny

Re: [Larceny-users] on porting to larceny

2008-12-28 Thread Marco Maggi
reset, so maybe some timestamp is broken somewhere in the file systems). Larceny's apropos procedure can be used to compute a list of *all* variables present within the current interaction environment. Thanks this is enough to start. -- Marco Maggi Now feel the funk blast! Rage Against

Re: [Larceny-users] on porting to larceny

2008-12-29 Thread Marco Maggi
Oll Korrect. After restarting from a fresh Larceny installation everything works. The POSIX interface is running, too (of course errors are not reported correctly without the errno interface). -- Marco Maggi Now feel the funk blast! Rage Against the Machine - Calm like a bomb

Re: [Larceny-users] on porting to larceny

2009-01-01 Thread Marco Maggi
it works. (It is a single-threaded point of view.) [1] http://github.com/marcomaggi/nausicaa/tree/master/uriel/tests/test-ffi.sps [2] http://github.com/marcomaggi/nausicaa/tree/master/uriel/libraries/uriel/ffi/compat.larceny.sls -- Marco Maggi Now feel the funk blast! Rage Against the Machine - Calm

[Larceny-users] Re

2009-01-02 Thread Marco Maggi
an error condition from another event. So setting errno is a mandatory feature. -- Marco Maggi Now feel the funk blast! Rage Against the Machine - Calm like a bomb ___ Larceny-users mailing list Larceny-users@lists.ccs.neu.edu https

[Larceny-users] srfi-19 testing and larceny-5889 errors

2009-01-07 Thread Marco Maggi
thing, but with some of the tests IMHO Larceny really does the wrong thing. Notice also: http://srfi.schemers.org/srfi-19/post-mail-archive/msg00029.html I will stick with what the reference implementation does... -- Marco Maggi Now feel the funk blast! Rage Against the Machine - Calm like a bomb

Re: [Larceny-users] Bootstrapping...

2009-04-21 Thread Marco Maggi
on the latest Slackware on my x86 netbook using the prebuilt distribution from: http://www.ccs.neu.edu/home/will/Larceny/download.html can you? If not why? HTH -- Marco Maggi ___ Larceny-users mailing list Larceny-users@lists.ccs.neu.edu https

[Larceny-users] writing values writes the first value only

2009-06-03 Thread Marco Maggi
on larceny-users write values? -- Marco Maggi ___ Larceny-users mailing list Larceny-users@lists.ccs.neu.edu https://lists.ccs.neu.edu/bin/listinfo/larceny-users

Re: [Larceny-users] writing values writes the first value only

2009-06-28 Thread Marco Maggi
. The chunk of code: (if (and (list? external-state) (= (length external-state) 7) (eq? (car external-state) 'lecuyer-mrg32k3a)) in the function mrg32k3a-state-set is correct in Larceny. -- Marco Maggi ___ Larceny-users mailing

[Larceny-users] weird error message compiling library

2009-06-29 Thread Marco Maggi
(make-integer)) const:1/2^32^2)) and: (:random-source-make --- (lambda (n) ; integers-maker (make-integer n)) ---) TIA -- Marco Maggi ___ Larceny-users mailing list Larceny-users@lists.ccs.neu.edu https://lists.ccs.neu.edu/bin/listinfo

Re: [Larceny-users] error peeking short values from raw memory

2009-07-09 Thread Marco Maggi
Felix Klock wrote: Filed as Ticket #646 and fixed by changeset:6344. Confirmed, it is fixed. -- Marco Maggi ___ Larceny-users mailing list Larceny-users@lists.ccs.neu.edu https://lists.ccs.neu.edu/bin/listinfo/larceny-users

[Larceny-users] [long] identifier bindings and visibility across phases

2009-10-04 Thread Marco Maggi
/nausicaa/virtual-fields.tar.gz [2] http://github.com/marcomaggi/nausicaa/downloads -- Marco Maggi ___ Larceny-users mailing list Larceny-users@lists.ccs.neu.edu https://lists.ccs.neu.edu/bin/listinfo/larceny-users

Re: [Larceny-users] [long] identifier bindings and visibility across phases

2009-10-06 Thread Marco Maggi
(import (rnrs) (lib)) (write (thing)) -- Marco Maggi ___ Larceny-users mailing list Larceny-users@lists.ccs.neu.edu https://lists.ccs.neu.edu/bin/listinfo/larceny-users

Re: [Larceny-users] [long] identifier bindings and visibility across phases

2009-10-06 Thread Marco Maggi
thing (lambda (stx) (syntax-case stx () ((_) (with-syntax ((f (hashtable-ref h 'b #f))) #'(f))) ;;; the program (import (rnrs) (lib)) (write (thing)) ? Creating a syntax object is done exactly to maintain the lexical context informations, no? -- Marco

[Larceny-users] documentation license

2009-10-15 Thread Marco Maggi
from the page at [1], but I do not see a copyright notice. If possible, can someone give me directives? [0] http://marcomaggi.github.com/docs/nausicaa.html [1] http://www.ccs.neu.edu/home/lth/larceny/manual/ffi.html -- Marco Maggi ___ Larceny-users

Re: [Larceny-users] uncatchable syntax violation

2009-11-05 Thread Marco Maggi
. -- Marco Maggi ___ Larceny-users mailing list Larceny-users@lists.ccs.neu.edu https://lists.ccs.neu.edu/bin/listinfo/larceny-users

[Larceny-users] Larceny's FFI wins, I loose

2009-11-13 Thread Marco Maggi
how to do it. TIA [1] http://marcomaggi.github.com/docs/nausicaa.html#ffi-call-back -- Marco Maggi ___ Larceny-users mailing list Larceny-users@lists.ccs.neu.edu https://lists.ccs.neu.edu/bin/listinfo/larceny-users

Re: [Larceny-users] Exporting 'fields'

2009-12-29 Thread Marco Maggi
-- Marco Maggi ___ Larceny-users mailing list Larceny-users@lists.ccs.neu.edu https://lists.ccs.neu.edu/bin/listinfo/larceny-users

[Larceny-users] rebuilding from a checkout

2010-09-20 Thread Marco Maggi
) (build-executable) (build-larceny-files) TIA -- Marco Maggi ___ Larceny-users mailing list Larceny-users@lists.ccs.neu.edu https://lists.ccs.neu.edu/bin/listinfo/larceny-users