Lacking manageability
Posted May 2, 2007 14:02 UTC (Wed) by
robertm (subscriber, #20200)
In reply to:
Lacking manageability by man_ls
Parent article:
The Rise of Functional Languages (Linux Journal)
Or, a third possibility, is that functional languages are simply more compact than C++ or Java. Another data point for you is Maxima, which comes in at under 600kloc of Lisp. It would be interesting to do a proper study of "large" programs in various languages though. Of course, one would have to define "large" in a way that doesn't count amount-of-code, since that's the metric under question.
For what it's worth, my own experience (with Java, C++, Common Lisp, OCaml, and Erlang) suggests that you spend a lot less time writing near-boilerplate scaffolding in functional languages than in object-oriented ones.
(
Log in to post comments)