Archives
-
What is FOOP?
FOOP is the concept of functional object oriented programming in newLISP. It originated in a thread on the newLISP forum and was officially added to the interpreter for newLISP 9.3. Submit article
Feb 5th, 2008 | Filed under Programming, Software -
Java from a functional perspective
Not long ago a project required me to learn a little Java. As a long-time elitist functional programmer, I was not extremely excited. Due to the low quality of Java software I have used, I assumed, like many, that Java produced slow, bloated, and buggy software. Some languages just feel clunky. Submit article
Oct 15th, 2007 | Filed under Soap box -
Avoiding excess redundancy
There is an interesting article at Irrational Exuberance about anti-objects and reflective design. The author states, “The first – and only – programming paradigm I was taught at college was OO.” Another recent blog post by a college CS tutor laments that object oriented design is the first (and often, the only) abstraction method taught [...]
Jun 8th, 2007 | Filed under Programming