Search found 4 matches

by georgek
Mon Jun 13, 2011 5:22 pm
Forum: Common Lisp
Topic: Trying to figure out ASDF
Replies: 19
Views: 17264

Re: Trying to figure out ASDF

The home directory is your user home directory. The tricky part is that your Windows OS may not call this a 'home directory', but on my Windows XP, for my user 'george' (me), it looks like: "C:\Documents and Settings\george\" So the directory for the .conf file is: "C:\Documents and S...
by georgek
Sun Jun 12, 2011 8:55 pm
Forum: Common Lisp
Topic: Trying to figure out ASDF
Replies: 19
Views: 17264

Re: Trying to figure out ASDF

Are you using asdf2? Quicklisp is great for replacing asdf-install but asdf is it's own thing. With asdf2 it's very simple to set up a project directory that will automatically push your projects to the asdf central registry. Then they're easy to load from Quicklisp. This is what I do on WIndows and...
by georgek
Sat May 21, 2011 8:21 pm
Forum: Common Lisp
Topic: usocket help with loop and with-connected-socket macro
Replies: 1
Views: 2648

usocket help with loop and with-connected-socket macro

hi, beginner here working on a basic telnet server with usocket. Luckily there are plenty of examples but I'm a little confused by this: (defun tcp-server () (with-socket-listener (socket "127.0.0.1" 8888 :element-type '(unsigned-byte 8)) (loop (with-connected-socket (connection (socket-ac...
by georgek
Wed Mar 02, 2011 8:22 pm
Forum: Common Lisp
Topic: .
Replies: 12
Views: 12180

Re: Free, online, all-in-one book recommendations

I would read Practical Common Lisp as mentioned, and Successful Lisp, at the same time. For graphics though your best bet will be looking at existing game engines.

Start here: http://lispgames.org.