May 2011
M T W T F S S
« Apr   Jul »
 1
2345678
9101112131415
16171819202122
23242526272829
3031  

Categories

Archives

Archives

Considerations of Programming Language Design

Reddit modded up a nice review of Considerations When Designing your Own Programming/Scripting Language (it’s worth following the links provided there to Clementson’s Blog, to get a larger picture of the issue).

There’s really a ton of stuff to think about. Mostly the field of computer science concerns itself with taming complexity. All too often […]