Browse thread
Ocaml compiler features
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Florian Hars <hars@b...> |
| Subject: | Re: [Caml-list] Ocaml compiler features |
Richard Jones wrote: > The alternative (using exceptions to jump out of code) is ugly, slow and > unsafe. Of course, the correct® ugly alternative is to manually CPS-transform your code. If functions don't return, you don't need no steenkin' return statements :-). Yours, Florian.