1 Feb 2008 06:18
Re: Scala & browser side scripting
Andrés Testi <andres.a.testi <at> gmail.com>
2008-02-01 05:18:51 GMT
2008-02-01 05:18:51 GMT
Hi martin: What is the status of the Java source code backend project? GWT 1.5 supporting Java 1.5 is now available (and buildable) via SVN. A possible interaction between Scala and GWT, would be hooking the GWT compiler to activate the Scala compiler when a .scala file has to be compiled. The Scala compiler would generate a Java 1.5 AST to be translated in to a GWT Java1.5 AST. I know how to hook the GWT compiler, but don't know how to do that in the Scala compiler. A plugin for the Scala compiler is the way? BTW, GWT performs monolithic compilation, but does not supports reflection, then things like structural type matching should be implemented without reflection. But thanks to monolithic compilation, we would solve this problem in several ways. -- Andrés Martin Odersky wrote: > > Tomi Maila wrote: >> Hi, >> >> Is anyone working on a project that would make Scala usable also for >> browser side applications. Google Web Toolkits can compile limited set >> of Java into browser side JavaScript applications. Adobe Flex can >> generate flash applications from combination of proprietary MXML >> language and EcmaScript. I wonder if anybody is working on something >> similar for Scala so that one could write both client and server side of >> web applications using pure Scala together with some markup language for(Continue reading)
RSS Feed