-
RadioControlPedia
All information about radio control.
Recent Comments
-
Recent Posts
Categories
Tags
.Net ASP.NET MVC blogging book Building Sano business C# clojure Common Lisp cryptsetup Darcs Debian Django encryption Erlang Esperanto Extra 300S Flash Git Haskell HTML idea in charge java Kubuntu Linux Lisp luks music OpenID Plone privacy programming Python radio-control radiocontrol Rails rant Ruby Ruby on Rails Sano security Ubuntu web WordPressArchives
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- July 2008
- April 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- January 2007
- December 2006
- October 2006
- August 2006
- April 2006
- February 2006
Meta
Tag Archives: Common Lisp
Common Lisp method composition
I’ve made an image to describe Common Lisp method composition (or CLOS method composition if you want):
Posted in other
Tagged CLOSS, Common Lisp, composition, Lisp, method, multiple dispatch, object oriented
Leave a comment
Another simplistic solution, with SCons
SCons is a program designed to replace make and autotools. SCons being a new tool is built with all the knowledge of what problem really this kind of tool should be solving, while make and autotools were built while discovering … Continue reading
Solving Lisp's problem: a simplistic solution with make
I recently stated what I believe is the biggest problem with Lisp, you can’t make programs with it. In my quest, my first solution is a very simplistic Makefile that does the job using cl-launch, a very interesting program that … Continue reading
The problem with Lisp
I’m not really going to talk about the problem with Lisp, but only a problem. And I’m not really going to talk about Lisp, but Common Lisp. So this post should be called “A problem with Common Lisp”, but the … Continue reading
A programmer’s favourite language
I’ve discovered something recently. Most programmers have a favourite programming language. No, that’s not it, there’s more to my discovery. Whenever those programmers have an idea they open a text editor and start coding and/or they start playing with a … Continue reading