Browse thread
F# lightweight syntax for Ocaml with camlp4 - possible?
-
Dmitry Bely
- Chris King
- Daniel_Bünzli
[
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: | Daniel_Bünzli <daniel.buenzli@e...> |
| Subject: | Re: [Caml-list] F# lightweight syntax for Ocaml with camlp4 - possible? |
Le 8 mai 07 à 00:26, Dmitry Bely a écrit : > I realize that the third syntax will be 'too much' but it really > seems to be quite useful... In a language where you don't enclose function arguments in parens I think this is really a bad idea, it makes the code more confusing than readable, especially if you try to code with a line width of 80 columns. Daniel