1 Nov 2003 19:29
Is Groovy syntax E-like?
Came across a link to a JVM hosted language called Groovy. http://groovy.codehaus.org/ The Introduction says: "Groovy is a powerful new high level dynamic language for the JVM combining lots of great features from languages like Python, Ruby and Smalltalk and making them available to the Java developers using a Java-like syntax. Groovy is designed to help you get things done on the Java platform in a quicker, more concise and fun way - bringing the power of Python and Ruby inside the Java platform. Groovy can be used as an alternative compiler to javac to generate standard Java bytecode to be used by any Java project or it can be used dynamically as an alternative language such as for writing scripts or unit test cases." The language's stated aims align well with the aims of the E language. See: http://wiki.codehaus.org/groovy/AimsOfGroovy It appears as if there is substantial duplication of effort between these two projects. Is a merger possible? Tyler(Continue reading)
RSS Feed