Skip to content

Monthly Archives: January 2006

The E language

Yesterday I took a look at E. It’s a special language.

The things that make it so special are his security-by-design and the concept of promise. A promise is somewhat like a deferred in Twisted domain. The language assures you that it will call the remote method in an asynchronous manner and tell you when data [...]