- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
[ANN] Scala+GWT 0.1-M1 released
Thu, 2011-09-01, 17:27
Hello,
I'm excited to announce first milestone of Scala+GWT project.
Download (and then follow README instructions) from here: http://goo.gl/Ym3xU
Release notes (included below) can be found here: http://goo.gl/H8san
Scala+GWT 0.1-M1----------------
The first official milestone release from the Scala+GWT project.
This release consists of just samples packaged along with snapshotof jars needed to build them. Those jars include our own versionof both GWT and Scala.
This release doesn't come with any official artifacts apart from the tarball you can download from http://github.com/scalagwt/scalagwt-sample.
### What works
Samples show it the best. Here are some highlights:
* Mixed Scala/Java projects work very well (for GWT-supported Java subset) * Most of Scala language constructs are supported * Most of Scala library code that makes sense in a browser context is supported, including Scala collections
It's fair to say that we are not sure how far one can go with this release. It might be that you can already build something useful with what we already have. The only way to be sure is start hacking!
### Known issues
* Compilation is very, very slow. * `scala.immutable.{TreeMap, TreeSet}` are not supported due to various bugs (thus sorted collections don't work) * many patterns in pattern matching logic are not supported (tough issue) examples include * pattern alternatives (`|`) * guard patterns (`if` guard) * GWT's development mode is broken * We are compiling with all optimizations turned off. This results in a slow and very large JavaScript code.
### Reporting issues
We appreciate feedback. If you find something that doesn't work (e.g. crashes either Scala or GWT compiler) or JavaScript gives you weird results we'd love to hear about it. The most effective way of reporting issuesis to modify `Hello World` sample to show your problem. Exact steps are:
1. Fork `scalagwt-sample` repo from here: http://github.com/scalagwt/scalagwt-sample 2. Clone it: `git clone git://github.com/YOUR_USER_NAME/scalagwt-sample.git` 3. Modify hello world sample located in `src/com/google/gwt/sample/jribble/client` 4. Commit and publish your example. 5. File a ticket here: http://github.com/scalagwt/scalagwt-sample and mention your fork while explaining your issue.
If you want to discuss your problem before reporting it, join[scalagwt@googlegroups.com](http://groups.google.com/group/scalagwt).
### What if I don't know GWT?
That shouldn't be a big problem. You've got Scala source code for samples that show basic functionalityand provides basic setup. You may want to start with channging hello world sample, recompiling it and testing in a browser.
### What if I don't know Scala?
You might still want to check out samples to see how they might look like in other language than Java. We'll be cutting a lot more of boilerplate code once GWT libraries and APIs receive enough of Scala's[pimp-love](http://www.artima.com/weblogs/viewpost.jsp?thread=179766).
### Need help? Want to discuss something?
Join us here: [scalagwt@googlegroups.com](http://groups.google.com/group/scalagwt).
Happy playing!
-- Grzegorz Kossakowski
I'm excited to announce first milestone of Scala+GWT project.
Download (and then follow README instructions) from here: http://goo.gl/Ym3xU
Release notes (included below) can be found here: http://goo.gl/H8san
Scala+GWT 0.1-M1----------------
The first official milestone release from the Scala+GWT project.
This release consists of just samples packaged along with snapshotof jars needed to build them. Those jars include our own versionof both GWT and Scala.
This release doesn't come with any official artifacts apart from the tarball you can download from http://github.com/scalagwt/scalagwt-sample.
### What works
Samples show it the best. Here are some highlights:
* Mixed Scala/Java projects work very well (for GWT-supported Java subset) * Most of Scala language constructs are supported * Most of Scala library code that makes sense in a browser context is supported, including Scala collections
It's fair to say that we are not sure how far one can go with this release. It might be that you can already build something useful with what we already have. The only way to be sure is start hacking!
### Known issues
* Compilation is very, very slow. * `scala.immutable.{TreeMap, TreeSet}` are not supported due to various bugs (thus sorted collections don't work) * many patterns in pattern matching logic are not supported (tough issue) examples include * pattern alternatives (`|`) * guard patterns (`if` guard) * GWT's development mode is broken * We are compiling with all optimizations turned off. This results in a slow and very large JavaScript code.
### Reporting issues
We appreciate feedback. If you find something that doesn't work (e.g. crashes either Scala or GWT compiler) or JavaScript gives you weird results we'd love to hear about it. The most effective way of reporting issuesis to modify `Hello World` sample to show your problem. Exact steps are:
1. Fork `scalagwt-sample` repo from here: http://github.com/scalagwt/scalagwt-sample 2. Clone it: `git clone git://github.com/YOUR_USER_NAME/scalagwt-sample.git` 3. Modify hello world sample located in `src/com/google/gwt/sample/jribble/client` 4. Commit and publish your example. 5. File a ticket here: http://github.com/scalagwt/scalagwt-sample and mention your fork while explaining your issue.
If you want to discuss your problem before reporting it, join[scalagwt@googlegroups.com](http://groups.google.com/group/scalagwt).
### What if I don't know GWT?
That shouldn't be a big problem. You've got Scala source code for samples that show basic functionalityand provides basic setup. You may want to start with channging hello world sample, recompiling it and testing in a browser.
### What if I don't know Scala?
You might still want to check out samples to see how they might look like in other language than Java. We'll be cutting a lot more of boilerplate code once GWT libraries and APIs receive enough of Scala's[pimp-love](http://www.artima.com/weblogs/viewpost.jsp?thread=179766).
### Need help? Want to discuss something?
Join us here: [scalagwt@googlegroups.com](http://groups.google.com/group/scalagwt).
Happy playing!
-- Grzegorz Kossakowski
Thu, 2011-09-01, 18:17
#2
Re: [ANN] Scala+GWT 0.1-M1 released
Just wanted to say congrats to Grzegorz and his team. This project is very awesome and kudos for all the hard work they've poured into it!
On Thu, Sep 1, 2011 at 12:26 PM, Grzegorz Kossakowski <grzegorz.kossakowski@gmail.com> wrote:
On Thu, Sep 1, 2011 at 12:26 PM, Grzegorz Kossakowski <grzegorz.kossakowski@gmail.com> wrote:
Hello,
I'm excited to announce first milestone of Scala+GWT project.
Download (and then follow README instructions) from here: http://goo.gl/Ym3xU
Release notes (included below) can be found here: http://goo.gl/H8san
Scala+GWT 0.1-M1----------------
The first official milestone release from the Scala+GWT project.
This release consists of just samples packaged along with snapshotof jars needed to build them. Those jars include our own versionof both GWT and Scala.
This release doesn't come with any official artifacts apart from the tarball you can download from http://github.com/scalagwt/scalagwt-sample.
### What works
Samples show it the best. Here are some highlights:
* Mixed Scala/Java projects work very well (for GWT-supported Java subset) * Most of Scala language constructs are supported * Most of Scala library code that makes sense in a browser context is supported, including Scala collections
It's fair to say that we are not sure how far one can go with this release. It might be that you can already build something useful with what we already have. The only way to be sure is start hacking!
### Known issues
* Compilation is very, very slow. * `scala.immutable.{TreeMap, TreeSet}` are not supported due to various bugs (thus sorted collections don't work) * many patterns in pattern matching logic are not supported (tough issue) examples include * pattern alternatives (`|`) * guard patterns (`if` guard) * GWT's development mode is broken * We are compiling with all optimizations turned off. This results in a slow and very large JavaScript code.
### Reporting issues
We appreciate feedback. If you find something that doesn't work (e.g. crashes either Scala or GWT compiler) or JavaScript gives you weird results we'd love to hear about it. The most effective way of reporting issuesis to modify `Hello World` sample to show your problem. Exact steps are:
1. Fork `scalagwt-sample` repo from here: http://github.com/scalagwt/scalagwt-sample 2. Clone it: `git clone git://github.com/YOUR_USER_NAME/scalagwt-sample.git` 3. Modify hello world sample located in `src/com/google/gwt/sample/jribble/client` 4. Commit and publish your example. 5. File a ticket here: http://github.com/scalagwt/scalagwt-sample and mention your fork while explaining your issue.
If you want to discuss your problem before reporting it, join[scalagwt@googlegroups.com](http://groups.google.com/group/scalagwt).
### What if I don't know GWT?
That shouldn't be a big problem. You've got Scala source code for samples that show basic functionalityand provides basic setup. You may want to start with channging hello world sample, recompiling it and testing in a browser.
### What if I don't know Scala?
You might still want to check out samples to see how they might look like in other language than Java. We'll be cutting a lot more of boilerplate code once GWT libraries and APIs receive enough of Scala's[pimp-love](http://www.artima.com/weblogs/viewpost.jsp?thread=179766).
### Need help? Want to discuss something?
Join us here: [scalagwt@googlegroups.com](http://groups.google.com/group/scalagwt).
Happy playing!
-- Grzegorz Kossakowski
Thu, 2011-09-01, 19:27
#3
Re: [ANN] Scala+GWT 0.1-M1 released
Congratulations!
Are there plans to get the Jribble parts into Scala as a compiler
backend, like JVM and MSIL?
Bye,
Simon
On Thu, Sep 1, 2011 at 12:26 PM, Grzegorz Kossakowski <grzegorz.kossakowski@gmail.com> wrote: