Lost your password?

Blogs about: Lisp Programming

Featured Blog

Successful Lisp

jamieorc wrote 7 months ago: I’ve been using this as my introduction to Lisp: Successful Lisp. So far I’m finding it … more →

Tags: Programming

Object Programming in Lisp Observation #1

gutzofter wrote 10 months ago: When developing with the object framework, I end up excreting all the side-effect-free (SEF) code fr … more →

Tags: oop, TDD, Test Driven Development

An Object in Lisp. Part 61 comment

gutzofter wrote 10 months ago: What a way to start a little update on the the object framework that I have been pushing on. The las … more →

Tags: oop, Lisp

Lisp Programming Trick #24 comments

gutzofter wrote 11 months ago: Recursive Condition This little trick hit me when I was perusing PCL. Specifically, the when selecto … more →

Tags: Domain Specific Language, DSL, syntactic sugar

An Object in Lisp. Part 5

gutzofter wrote 11 months ago: Destructuring Bind … binds the variables specified in lambda-list to the corresponding values … more →

Tags: oop, Lisp

And Behind Door Number 2 Is . . . A Leaky Abstraction

gutzofter wrote 11 months ago: Liskov Substitution  Principle (LSP): Let q(x) be a property provable about objects x of type T. The … more →

Tags: abstraction, Liskov Substitution Principle, oop, Syntatic Sugar

Abstraction of an encapsulted property in Lisp1 comment

gutzofter wrote 11 months ago: Abstraction (computer science): is a mechanism and practice to reduce and factor out details so that … more →

Tags: eda, abstraction, encapsulation, Macro

Recursive Tree Rabbit Holes

gutzofter wrote 11 months ago: WHY? When using my own home grown object system, I found out that it could not handle keyword parame … more →

Tags: TDD, Tree Recursion, Test Driven Development

Lisp Programming Trick #17 comments

gutzofter wrote 11 months ago: Getter/Setters How many times have you created two function for setting a specific value and then ge … more →

Tags: Lisp, syntactic sugar

Genetic Algorithms - Lisp Style2 comments

gutzofter wrote 11 months ago: I ran across this post, Prototyping Genetic Algorithms in Lisp. Check it out. It looks to be more al … more →

Tags: genetic algorithm, Genetic Programming

Event Driven Architecture Programming in Lisp Part 21 comment

gutzofter wrote 11 months ago: References for our discussion: The power of abstraction, reuse and simplicity: an object-oriented li … more →

Tags: eda, Event-Driven Architecture, event-driven programming, Events

Event Driven Architecture Programming in Lisp Part 11 comment

gutzofter wrote 11 months ago: What is Event Driven Architecture Programming? It is the ability to inform interested objects (consu … more →

Tags: oop, eda, Event-Driven Architecture, event-driven programming, Events

No we are not alone

gutzofter wrote 11 months ago: Other lispers are also thinking and writing about objects and there implementations. Jonathon Hawkes … more →

Tags: oop

An Object in Lisp. Part 4

gutzofter wrote 11 months ago: What does it mean to be an object? A [computer] language mechanism for binding data with methods tha … more →

Tags: eda, oop, Event-Driven Architecture, Lisp

An Object in Lisp. Part 3

gutzofter wrote 12 months ago: Adding constructors to object The object needs to be able to implement default constructors. This re … more →

Tags: oop, Lisp

An Object in Lisp. Part 2 Addendum

gutzofter wrote 12 months ago: Addendum The code for an object: (defobj counter-obj (:members ((counter 0))) (:methods ((:increment … more →

Tags: oop, Lisp

Working on legacy code Part 2

gutzofter wrote 1 year ago: Now that most of the low-hanging fuit has been picked from sb-cover, it is time to try to tackle som … more →

Tags: Lisp Developement Tool, Code Coverage, Legacy Code, sb-cover, Veleocity

Working on legacy code Part 1

gutzofter wrote 1 year ago: The project I’m working on right now is sb-cover. I want to integrate it with lisp-unit-with-f … more →

Tags: Lisp Developement Tool, Code Coverage, Legacy Code, Veleocity

Object Oriented Programmer in Crisis1 comment

gutzofter wrote 1 year ago: Code coverage is the glove that fits over unit testing. In order to get an idea of what code coverag … more →

Tags: Lisp Developement Tool, Lisp, oop, automation


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS