There are still some pieces in python: 1) The various command-line interfaces, lzc, lzsc are in python. Anyone with a spare 20 minutes could probably rewrite these in Java, but I did not bother since they are not compute-intensive.
2) The doc tools. Jim has volunteered to rewrite these, since I am taking one of his LFC files :) 3) The schema generator. As we all know, this is a pig in the build system. I try to avoid it. It does not look trivial to port. There is a lot of Oliver deep black magic here... On 2006-05-01, at 19:25 EDT, Benjamin Shine wrote: > > Are we still using jythonc? > I see that it's invoked in the sc-compiler target, but I thought the > compiler was written in pure java now; the use of jythonc implies > that pieces of the compiler are written in python then compiled to > java. > > today's open source tool definition: > jythonc takes python files generates real java source from them, then > runs a java compiler on them, to get compiled java classes. > _______________________________________________ > Laszlo-dev mailing list > [email protected] > http://www.openlaszlo.org/mailman/listinfo/laszlo-dev _______________________________________________ Laszlo-dev mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
