[bitc-dev] Syntax Poll: Scoping Syntax
Jonathan S. Shapiro
shap at eros-os.com
Thu Mar 5 14:03:39 EST 2009
On Thu, Mar 5, 2009 at 1:58 PM, Pal-Kristian Engstad
<pal_engstad at naughtydog.com> wrote:
> It would preclude the OCaml-ish style:
>
> let _ = printf ... in
> let _ = printf ... in
> let _ = printf ... in
> ()
Not really:
let _ = printf ... in
and _ = printf ... in
()
end
The goal here isn't to be OCaml. A variant syntax for the same idiom
is not a problem in my view.
More information about the bitc-dev
mailing list