Developing Storm

Tuesday, November 11, 2003
Groovy and Jiazzi are two languages for the Java VM I had not heard of before. Groovy is a dynamic scripting language in the same vein as Python or Ruby. Jiazzi is harder to give a snapshot on as its different from anything I'm aware of. This is from the doc
Jiazzi enhances Java with support for large-scale software components. Jiazzi components are constructed as units . A unit is conceptually a container of compiled Java classes with support for “typed” connections. There are two types of units: atoms, which are built from Java classes,and compounds, which are built from atoms and other compounds.

[ no comments ]