Search found 3 matches

by Plu
Thu Jul 24, 2014 3:31 am
Forum: Common Lisp
Topic: Starting out with Lisp - stuck on a macro
Replies: 4
Views: 10286

Re: Starting out with Lisp - stuck on a macro

Thanks for the advice and help. I tried it in SLIME and that "C-c return" is super useful. And it's working now.

Back to the book and to some fiddling around.
by Plu
Tue Jul 22, 2014 5:55 am
Forum: Common Lisp
Topic: Starting out with Lisp - stuck on a macro
Replies: 4
Views: 10286

Re: Starting out with Lisp - stuck on a macro

I'll have to try that SLIME thing at home, didn't know that. Sounds very useful. Without access to my lisp enviroment (not behind my own pc right now), would I be correct in saying that I forgot a splat operator and that updatem should look more like this? (defmacro updatem (selector-fn &rest cl...
by Plu
Mon Jul 21, 2014 12:20 pm
Forum: Common Lisp
Topic: Starting out with Lisp - stuck on a macro
Replies: 4
Views: 10286

Starting out with Lisp - stuck on a macro

I was following through Practical Common LISP and then at some point I tried to play around a bit, but I seem to be getting stuck. I've been playing around for a bit with the chapter "Making a database" and was trying to convert the "update" mechanism to use a snazzy macro the wa...