On 04/07/2004, at 6:40 PM, Erik de Castro Lopo wrote:

On Sun, 4 Jul 2004 18:24:57 +1000
André Pang <[EMAIL PROTECTED]> wrote:

which guides you through the language from the viewpoint of someone
reasonably familiar with C++, and even goes into fun stuff like walking
through an O'Caml compiler's generated assembly code to show you what's

Does O'Caml compile to a native binary or are you talking about the assembly language for some sort of O'caml VM?

O'Caml actually does both. You can compile to a portable bytecode format if you want to (like Java/Perl/Python) with ocamlc, or you can compile to native code with ocamlopt (but only on platforms where ocamlopt is available: I think x86, PPC, and Alpha).



-- % Andre Pang : trust.in.love.to.save

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to