Re: [Chicken-users] Compiling a file into both .dll and .o

2007-02-01 Thread felix winkelmann
On 2/1/07, Ian Oversby <[EMAIL PROTECTED]> wrote: Hi, I have two scheme files that I wish to compile into a single executable. One of the files has embedded C code and is the library. The other file uses functions defined in the library. I've added the following declaration to the top of the l

Re: [Chicken-users] segfault bug in string->number

2007-02-01 Thread felix winkelmann
On 2/1/07, felix winkelmann <[EMAIL PROTECTED]> wrote: On 2/1/07, Robin Lee Powell <[EMAIL PROTECTED]> wrote: > > The following output occurs: > > [EMAIL PROTECTED]> csc -O2 -d0 /tmp/stn.scm ; /tmp/stn > 4107 > #f > 5065 > zsh: segmentation fault /tmp/stn > > I'm not going to try to patch it, be

[Chicken-users] ANN: synch 1.0

2007-02-01 Thread Kon Lovett
Hi, I am posting release 1.0 of the synch egg. Not backwards compatible! Specifically: original call/synch is removed Old Name New Name - _ apply/synch => call/synch apply-with/synch=> apply/synch apply-with/synch*

[Chicken-users] ANN: SRFI-27 1.5

2007-02-01 Thread Kon Lovett
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Release 1.5 of SRFI-27 is available. Changes: 1) 'srfi-27-distributions' are NOT automatically loaded when 'srfi-27' used. I think the file is too large when only random numbers are needed. 2) Split entropy sources into separate files. 3)

Re: [Chicken-users] other leading Schemes

2007-02-01 Thread John Cowan
Brandon J. Van Every scripsit: > How many other Schemes out there would be considered "leading products" > or "principal competition?" I will define this as Scheme communities > that are larger than Chicken, with more developers and mindshare. Most serious Scheme programmers use multiple Sc

Re: [Chicken-users] Compiling a file into both .dll and .o

2007-02-01 Thread John Cowan
Ian Oversby scripsit: > In addition, I would like to be able to load the library into csi and > test it interactively. > Unfortunately, with the unit declaration at the top, it doesn't seem to > compile > correctly with the -dynamic -dll flags. Is there some way I can get the > same file to >

Re: [Chicken-users] other leading Schemes

2007-02-01 Thread minh thu
2007/2/1, Dinesh Nadarajah <[EMAIL PROTECTED]>: I would probably aslo include Kawa Scheme written for the Java platform. Regards, -Dinesh On 2/1/07, Brandon J. Van Every < [EMAIL PROTECTED]> wrote: > How many other Schemes out there would be considered "leading products" > or "principal compe

[Chicken-users] Compiling a file into both .dll and .o

2007-02-01 Thread Ian Oversby
Hi, I have two scheme files that I wish to compile into a single executable. One of the files has embedded C code and is the library. The other file uses functions defined in the library. I've added the following declaration to the top of the library: (declare (unit win32_lib)) And this o

Re: [Chicken-users] segfault bug in string->number

2007-02-01 Thread felix winkelmann
On 2/1/07, Robin Lee Powell <[EMAIL PROTECTED]> wrote: The following output occurs: [EMAIL PROTECTED]> csc -O2 -d0 /tmp/stn.scm ; /tmp/stn 4107 #f 5065 zsh: segmentation fault /tmp/stn I'm not going to try to patch it, because I *loathe* C. In fact, I'm using Scheme largely *because* I loath

Re: [Chicken-users] other leading Schemes

2007-02-01 Thread Dinesh Nadarajah
I would probably aslo include Kawa Scheme written for the Java platform. Regards, -Dinesh On 2/1/07, Brandon J. Van Every <[EMAIL PROTECTED]> wrote: How many other Schemes out there would be considered "leading products" or "principal competition?" I will define this as Scheme communities th

[Chicken-users] segfault bug in string->number

2007-02-01 Thread Robin Lee Powell
Given the following code (with giant strings snipped): - --- (use srfi-1) (use srfi-13) (define bigstring SNIP (define bigstring2 SNIP (write (string-length bigstring)) (display "\n") (write (string->number bigstring)) (display "\n") (write (string-length bigstring2

[Chicken-users] other leading Schemes

2007-02-01 Thread Brandon J. Van Every
How many other Schemes out there would be considered "leading products" or "principal competition?" I will define this as Scheme communities that are larger than Chicken, with more developers and mindshare. It seems like the list might be: - PLT Scheme - Gambit Scheme Anyone think there's a

[Chicken-users] inventory of community skills

2007-02-01 Thread Brandon J. Van Every
Hi all, I've previously attempted to organize various communities. Several of them have been technical. One I even partly succeeded at: the Seattle Functional Programmers. http://tech.groups.yahoo.com/group/SeaFunc/ It lives on without me; I really haven't been involved for almost a year