Posts about 'Common Lisp'
-
Dec 15, 2010
F# vs C#
Nice article comparing directly some code written in C# vs one in F#http://sharp-gamedev.blogspot.com/2010/12/on-performance-of-f-on-xbox-360.htmlWhat's interesting is that now that VM's are starting to become the new platforms, we are starting to...
-
Sep 21, 2009
English quote in Common Lisp
(defun today() (cadr days-of-your-life))
-
Sep 22, 2007
Word numbers programming puzzle
Reading Reddit last week I came across an interesting programming puzzle.http://www.itasoftware.com/careers/puzzles07.htmlI've written a straightforward Common Lisp solution which is pasted below. What is interesting about this problem, and what would...