Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
May 22, 2012 07:08 pm PDT

Objectivist C: a selfish programming language

Objectivist C: a programming language wherein each object "must live for its own sake, neither sacrificing itself to others nor sacrificing others to itself." @implementation HelloWorld - (void)printHelloWorld { NSString *hello = @"I am. I think. I will."; Printer *printer = [[Printer alloc] init]; if (printer) { [printer print:hello inExchangeForUSDollars:2.00]; [printer release]; } else { [...]


Original Link: http://feeds.boingboing.net/~r/boingboing/iBag/~3/59djSf8zUeA/objectivist-c-a-selfish-progr.html

Share this article:    Share on Facebook
View Full Article