andyhd | 7 years ago | on: Ask HN: Who is using Common Lisp?
andyhd's comments
andyhd | 13 years ago | on: Asteroids in under 600 lines of Common Lisp (uses SBCL and SDL)
It's really not elegant or special code at all, though, just something I used to learn some more about Lisp.
andyhd | 13 years ago | on: Asteroids in under 600 lines of Common Lisp (uses SBCL and SDL)
andyhd | 13 years ago | on: Asteroids in under 600 lines of Common Lisp (uses SBCL and SDL)
andyhd | 13 years ago | on: Asteroids in under 600 lines of Common Lisp (uses SBCL and SDL)
It's just a fun project I did to learn a bit of CL. I translated the code from a Python game, so it's not in pure functional style. Now that you mention it, though, I feel like I should try that.
andyhd | 13 years ago | on: Asteroids in under 600 lines of Common Lisp (uses SBCL and SDL)
andyhd | 13 years ago | on: Asteroids in under 600 lines of Common Lisp (uses SBCL and SDL)
andyhd | 14 years ago | on: Show HN: Logo Turtle in JS and Canvas