This post originated from an RSS feed registered with Java Buzz
by dion.
Original Post: The E Language
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
I ran across the E language again. Yup, another language ;)
What is E?
E is the secure distributed pure-object platform and p2p scripting language for writing Capability-based Smart Contracts.
E defines and implements a pure object model of secure distributed persistent computation. It has two parts:
ELib provides the stuff that goes on between objects (Java library).
The E Language can be used to express what happens within an object.
As with all languages, there are items that jump out as cool, some weird, and some 'icky' (as they say in the mid-west).
One item jumped out:
E enables polymorphism through method name matching.
Yay. Duck Typing :) No need to implement the Shape interface, just have the draw() method :)
More Details:
E Home Page
E in a Walnut