Arc Forumnew | comments | leaders | submitlogin
2 points by akkartik 2850 days ago | link | parent

Yup:

  $ git clone https://github.com/akkartik/wart
  $ cd wart
  $ git checkout sbcl
  $ ./wart
  wart> car.nil
  nil


1 point by highCs 2849 days ago | link

Gonna have to take a closer look at wart.

-----

2 points by akkartik 2849 days ago | link

I wouldn't spend too much time on it. malisper truly has the right idiomatic approach with packages. I was mostly just flailing around with the little bit of Common Lisp I understand.

-----