Browse thread
[Caml-list] GC and file descriptors
-
Dustin Sallings
- David Fox
- Nicolas George
- Mikael Brockman
[
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: | John J Lee <jjl@p...> |
| Subject: | Re: [Caml-list] GC and file descriptors |
On Tue, 18 Nov 2003, Brian Hurt wrote: [...] > Have there been any large projects (multiple developers, tens to hundreds > of thousands of lines of code) in Python or Ruby? Yes. Though I think it's a bad idea to measure in lines of code, given that the reported discrepancy of (lines of code per function point) is so large between languages like C++ and Java on the one hand, and Python or Ruby on the other. > One problem I have is that programming is going away from strict compile > time type checking to run-time type checking. The problem with run-time > type checking is that it only catches errors in the field. Static type > checking is the most powerfull tool we've come up with to ensure > correctness in programs. And no, unit tests are not a replacement for > strict compile-time type checking. Well, a sincere "thanks" for going through the whole loop of that argument without the need for getting anyone else involved ;-) (Except to add "NOT!" of course ;-) > The problem is that the only type checking people are aware of is > Pascal/Algol-68 type systems. Which require you to be able to circumvent. [...] Of course. John ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners