The thing i want to ask, is what the difference, pressing the "make an executable file" button in Dr.Racket, from making an executable file using bigloo.

Another question is, that im having problems to complile *.scm files, using bigloo. Anyone can help me on this?

thx

link|improve this question

0% accept rate
feedback

1 Answer

Can you be more specific? I'm not too familiar with bigloo, but you shouldn't need to compile .scm files. You don't usually compile files in Scheme; you just send them through the REPL.

link|improve this answer
Bigloo is an ahead-of-time compiler for scheme, compiling to native code, .NET or Java class files. www-sop.inria.fr/members/Manuel.Serrano/bigloo/doc/… – Jack Kelly Nov 5 '10 at 1:27
well i need to use the command "bigloo -o test test.scm" for example – pantelis Nov 5 '10 at 8:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.