Thursday, July 22, 2010

D, AmbientTalk, and Perl

D Programming Language

For system and application programming.
Large language.
Multi-paradigm: including functional, metal programming (assembler), the commonly used paradigms (OO, procedural), plus other paradigms
D can directly call any C function.
D matches C's ABI better that C++ does.
Functional programming = no mutual state.
A wickedly smart C++ meta-programming expert wrote the Generic paradigm of D.

AmbientTalk Programming Language

Scripting for mobile platforms
OO, Functional
Concurrent, distributed
Reflective
JVM, Android

State of the Onion
Larry Wall (Creator of Perl)

Painful for a non-Perl programmer...

No comments:

Post a Comment