Re: [Chicken-users] Postscript: (Reading binary files)

2007-12-18 Thread Will Farr
Siegfried, The fundamental difference between Bigloo and Chicken here is that Bigloo's module system allows it to resolve all bindings at compile time. When you write (module ) (define a ...) (define b ...) in Bigloo, it knows that all bindings in the "..."s of the body must come from 1. t

Re: [Chicken-users] Postscript: (Reading binary files)

2007-12-18 Thread Siegfried Gonzi
Sorry I tried it that -check-imports: but jonestly: I want a line number or at least the function where the problem occurs. I mean a 1000 line program please do not ask me to use Emacs for searching the hot-spot then because I only know some basic Emacs commands. Hey, why is it hard for the com

Re: [Chicken-users] Postscript: (Reading binary files)

2007-12-18 Thread Thomas Christian Chust
Siegfried Gonzi schrieb: > [...] is this normal behavior among the chicken compiler that it spots > errors at first at runtime? I bluntly copied some matrix benchmarks over > from my old Bigloo [...] and leaved fx*, fx+ operators in the code. > However, the chicken compiler did not complain and pr

Re: [Chicken-users] Postscript: (Reading binary files)

2007-12-18 Thread John Cowan
Siegfried Gonzi scripsit: > I think I have chicken 64 bit now on my mac os x leopard. Now lets > see how stable it is on my binar files. BUT: silly question: is this > normal behavior among the chicken compiler that it spots errors at > first at runtime? I bluntly copied some matrix benchmarks ove

Re: [Chicken-users] Postscript: (Reading binary files)

2007-12-18 Thread Siegfried Gonzi
<[EMAIL PROTECTED]> > CC: [EMAIL PROTECTED], chicken-users@nongnu.org > Betreff: Re: [Chicken-users] Postscript: (Reading binary files) > The password should be blank. Try: > > $ svn co --username anonymous --password "" > https://galinha.ucpel.tche.br/svn/chicken-

Re: [Chicken-users] Postscript: (Reading binary files)

2007-12-18 Thread Siegfried Gonzi
: [EMAIL PROTECTED], chicken-users@nongnu.org > Betreff: Re: [Chicken-users] Postscript: (Reading binary files) > The password should be blank. Try: > > $ svn co --username anonymous --password "" > https://galinha.ucpel.tche.br/svn/chicken-eggs/chicken/trunk >

Re: [Chicken-users] Postscript: (Reading binary files)

2007-12-18 Thread Zbigniew
The password should be blank. Try: $ svn co --username anonymous --password "" https://galinha.ucpel.tche.br/svn/chicken-eggs/chicken/trunk You do need the latest SVN checkout to enable 64-bit on OS X. On Dec 18, 2007 12:43 PM, Siegfried Gonzi <[EMAIL PROTECTED]> wrote: > Hi: Felix wrote me som

Re: [Chicken-users] Postscript: (Reading binary files)

2007-12-18 Thread Siegfried Gonzi
ks, Siegfried Original-Nachricht > Datum: Tue, 18 Dec 2007 12:36:14 -0600 > Von: Zbigniew <[EMAIL PROTECTED]> > An: "felix winkelmann" <[EMAIL PROTECTED]> > CC: "Siegfried Gonzi" <[EMAIL PROTECTED]>, chicken-users@nongnu.org > Betreff:

Re: [Chicken-users] Postscript: (Reading binary files)

2007-12-18 Thread Zbigniew
However, if you are on Mac OS X Leopard with a Core 2 Duo processor (i.e. any reasonably recent system), you could try building Chicken in 64-bit mode: make PLATFORM=macosx ARCH=x86-64 This is still a bit experimental, but should overcome that problem. On Dec 18, 2007 5:08 AM, felix winkelmann <

Re: [Chicken-users] Postscript: (Reading binary files)

2007-12-18 Thread felix winkelmann
On Dec 18, 2007 11:53 AM, Siegfried Gonzi <[EMAIL PROTECTED]> wrote: > As and addendum: the content of the binary file is in real*8 Fortran > double-floating point precisions. > > Btw: the files and 3d arrays are huge (around 56 MB). So the method should be > effeicient to read them. > On 32-bit

[Chicken-users] Postscript: (Reading binary files)

2007-12-18 Thread Siegfried Gonzi
As and addendum: the content of the binary file is in real*8 Fortran double-floating point precisions. Btw: the files and 3d arrays are huge (around 56 MB). So the method should be effeicient to read them. Thanks, Siegfried Original-Nachricht Datum: Tue, 18 Dec 2007 11:41:27 +