Browse thread
OCaml and tail recursion
-
Norman Ramsey
- Xavier Leroy
- Alain Frisch
-
Jerome Vouillon
- Jean-Francois Monin
[
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: | Jean-Francois Monin <JeanFrancois.Monin@c...> |
| Subject: | Re: OCaml and tail recursion |
Since it is not always immediate to see if a function is tail-recursive, a kind of compile time "assert" could be useful to check this. E.g. some memory leaks could be prevented in this way. Jean-Francois