I'm not sure why anybody would, considering it's an extension to Java.<p>Reading chapter 1 of the book, you see...<p><pre><code> } catch (Exception e) {e.printStackTrace();}
</code></pre>
That inspires confidence. But reading on...<p>Based on the first chapter, it seems that the language is completely worthless. It doesn't add anything that you can't just as well build libraries for (and for which libraries _have_ been built). It's hard to see how this language could have ever been considered a good idea.