[
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: | Mike Lin <mikelin@m...> |
| Subject: | ANN: "The Whitespace Thing" for OCaml |
Hi all, Brace yourselves for "The Whitespace Thing". This is an OCaml preprocessor that uses your indentation to group expressions, like in Python and Haskell. Effectively, the preprocessor auto-parenthesizes expressions that are split over multiple lines, using your indentation as clues. This eliminates syntax clutter such as multi-line parenthesizations, the sequencing operators ; and ;; , and the keywords done, end, and begin. http://people.csail.mit.edu/mikelin/ocaml+twt/ Mike