Syntax-wise, Meso looks almost identical to Java, except some differences 
in the package and import statements.  But if you understand how Meso's 
import statement works, you will realize that Meso is actually very 
different from Java.

I created this language to demonstrate a new network programming paradigm 
in which programs link to each other in a similar way as web pages link to 
each other.  I applied this idea to the Java language and created Meso, but 
the same idea can be applied on many other languages.

The source code of Meso is published on github under the GPL v3, and I am 
currently working on an IDE for it.  If you are looking for a fun project 
to work on during the holidays, why not give it a try :)

Here is the project website: http://gpgrid.org


Stefan

-- 
You received this message because you are subscribed to the Google Groups "The 
Java Posse" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/javaposse/-/fidKeC2AsFoJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=en.

Reply via email to