Re: from lightweight languages to heavyweights
Vadim Nasardinov <[email protected]>
| Newsgroups | gmane.comp.lang.lightweight |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 2005-11-15 at 16:18 -0500, Matthias Felleisen wrote: > My question is: do any of you know of other examples of rewriting > successful applications from a lightweight language into a > heavyweight language? ArsDidita Community System (ACS) [1,2] was originally written in Tcl, SQL and PL/SQL. It was later rewritten in Java and XSLT with most of the PL/SQL bits removed, and most of hand-written SQL code replaced by an O/R mapping layer. The original Tcl codebase was forked and continues to exist in the form of OpenACS [3]. A fair number of client sites that we had originally developed on top of ACS Tcl were later rewritten in other languages. (Not by us.) For example, scorecard.org, site59.com, and developmentgateway.org all run on something other than ACS Tcl these days. Footnotes 1. http://web.archive.org/web/*/http://www.arsdigita.com 2. http://philip.greenspun.com/panda/ 3. http://openacs.org/