Browse thread
What does Jane Street use/want for an IDE? What about you?
[
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: | 2008-10-26 (16:23) |
From: | Daniel_Bünzli <daniel.buenzli@e...> |
Subject: | Re: Indentation (was Re: [Caml-list] What does Jane Street use/want for an IDE? What about you?) |
Le 26 oct. 08 ŕ 01:08, Martin Jambon a écrit : > In performance-critical code or maybe imperative code in general, it > feels good to control when closures are created. In such cases, > avoiding > local functions helps. Just to be clear, naming your anonymous function locally (which is what is recommended) or not naming it doesn't make any performance difference AFAIK. Daniel