-
[Eclipse]
http://www.eclipse.org/
A family of projects, including a universal IDE with plug-ins
for editing in different langauges (but not transformation plug-ins
that I'm aware of) and fine-grained source control, among others.
-
[PTorg]
http://www.program-transformation.org/
Website dedicated to something called program transformation.
Must investigate to determine what they mean by it.
-
[PeytonJones1996]
Simon L. Peyton Jones.
Compiling Haskell by Program Transformation:
A Report from the Trenches,
European Symposium on Programming.
pp 18-44.
1996.
http://citeseer.nj.nec.com/peytonjones96compiling.html
Appears to still use some hand coded front and back ends, but
takes goal of moving as much out of them as possible.
-
[Swaine2001]
Michael Swaine.
Getting Skinned: Swainess Flames,
Dr. Dobbs Journal.
April, 2001.
Suggests text editors with 'plug in skins' for different types of text.
-
[Tilkov]
Stefan Tilkov.
MDA from a Developer's Perspective,
http://www2.theserverside.com/resources/article.jsp?l=MDA
Discusses "Model Driven Architechture," which uses UML modeling tools
and hand coded (if "scriptable") output generators.