caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Capitalized source file names
@ 2010-12-26 20:37 Lauri Alanko
  2010-12-26 21:09 ` Philippe Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Lauri Alanko @ 2010-12-26 20:37 UTC (permalink / raw)
  To: caml-list

Traditionally, OCaml source files have been named to start with
lowercase letters, even though they define modules whose names begin
with uppercase letters: the definition of module FooBar goes in
fooBar.ml. This has always seemed unintuitive to me.

I'm not sure if this convention has been forced in the past, but
nowadays the entire toolchain seems to support capitalized filenames:
you can put the definition of FooBar in FooBar.ml, and everything just
works. This seems much more natural.

As things stand, is there any reason (besides uniformity with existing
code) why one shouldn't use capitalized source file names nowadays?


Lauri

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-12-30 12:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-26 20:37 [Caml-list] Capitalized source file names Lauri Alanko
2010-12-26 21:09 ` Philippe Wang
2010-12-27  9:44   ` David Allsopp
2010-12-26 21:26 ` Lukasz Stafiniak
2010-12-27  9:44   ` David Allsopp
2010-12-30 12:52     ` Florent Ouchet
2010-12-26 23:21 ` [Caml-list] " Sylvain Le Gall

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).