On Fri, Sep 30, 2005 at 10:32:01AM +1000, Benno wrote: > Mmm, that is true. Languages I've used/know of, generally have `a way out', > some way to bypass this, by writing some small stub in C. Which I guess I was > assuming O'Caml (or smalltalk) would have.
Ocaml is surprisingly/pleasingly (take your pick ;-) low level in parts. e.g. it's possible to overflow int without so much as an exception. Matt -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
