View Single Post
Old 29th March 2009
TerryP's Avatar
TerryP TerryP is offline
Arp Constable
 
Join Date: May 2008
Location: USofA
Posts: 1,547
Default

Object Oriented Programming is just one solution to a common problem: until you get into the buzzword loving noodle heads or the over zealous morons, I've always found it just a syntactical style and mental model to do what decent application or library code should do anyway (only I prefer something more functional).

With how slow most Java apps are, why bother when there is Lisp and Python ;-).



@SunSpyda with NASM and most modern OSes, you should be able to make it a bit portable between OSes, so what needs rewriting is a little more minimalist.
__________________
My Journal

Thou shalt check the array bounds of all strings (indeed, all arrays), for surely where thou typest ``foo'' someone someday shall type ``supercalifragilisticexpialidocious''.
Reply With Quote