hi
I have several questions:
1. gambit-c is missing from snow hosts list: ./configure --site-root=$HOME/.snow-site --install-hosts=yes ... The following installed Scheme systems support Scheme Now!: bigloo chicken gauche guile mit mzscheme petite scheme48 scsh stklos
2. In stead of studying for eleven different FFIs, if I package my code using scheme now, can they be tested and benchmarked in all the implementations?
3. snow-generic is asking to me to choose one host, what do I do so that I can test for all hosts?
4. I'm reading "http://snow.iro.umontreal.ca/?tab=Documentation"
Where do I find more info regarding providing callbacks for C libraries.
Thanks
Afficher les réponses par date
On Sun, Nov 04, 2007 at 11:17:49PM +0000, naruto canada wrote :
hi
Hi
- gambit-c is missing from snow hosts list:
The following installed Scheme systems support Scheme Now!:
Weird. As far as I remember, gambit should appear.
In stead of studying for eleven different FFIs, if I package my code using scheme now, can they be tested and benchmarked in all the implementations?
If you plan to use C code, learn the 11 FFIs...
snow-generic is asking to me to choose one host, what do I do so that I can test for all hosts?
SNOW_HOST=all snow -- file.scm
Adrien.
On 11/4/07, Adrien Pierard pierarda@iro.umontreal.ca wrote:
On Sun, Nov 04, 2007 at 11:17:49PM +0000, naruto canada wrote :
hi
Hi
- gambit-c is missing from snow hosts list:
The following installed Scheme systems support Scheme Now!:
Weird. As far as I remember, gambit should appear.
In stead of studying for eleven different FFIs, if I package my code using scheme now, can they be tested and benchmarked in all the implementations?
If you plan to use C code, learn the 11 FFIs...
No generic FFI? oh my.... This could pose a problem.
snow-generic is asking to me to choose one host, what do I do so that I can test for all hosts?
SNOW_HOST=all snow -- file.scm
Adrien.
-- "I am not a Church numeral; I am a free variable!" (The Scheme Underground) For every complex problem, there is a solution that is simple, neat, and wrong.
On 11/5/07, James Long longster@gmail.com wrote:
- gambit-c is missing from snow hosts list:
Upgrade Gambit to the most recent version (4.0.1) and Snow should see it.
I solved it with: ( export PATH=/usr/v4.0.1/bin/:$PATH ./configure --site-root=$HOME/.snow-site --install-hosts=no )
snow-users-list@iro.umontreal.ca