Sign in or Join FriendFeed
FriendFeed is the easiest way to share online. Learn more »
Joe Gregorio
Rob Pike: Notes on Programming in C | /sys/doc/ Documentation archive - http://doc.cat-v.org/bell_la...
"One of the reasons data­driven programs are not common, at least among beginners, is the tyranny of Pascal. Pascal, like its creator, believes firmly in the separation of code and data. It therefore (at least in its original form) has no ability to create initialized data. " How many years later and Java has the same issue. - Joe Gregorio