Oh dear. I don't know if I can recommend Weblocks as a way to learn Common Lisp. You'll need to read the Weblocks code to understand how to use it, and that may not be so easy. Well, give it a try if you want, but be aware you're jumping in to the deep water.
My fork is not the one installed by Quicklisp. You'll need to clone it locally and get Quicklisp to load it instead. There are a couple of ways to do this; I still use the old way: % create an "asdf" directory e.g. /path/to/asdf % in that directory, make a symlink to weblocks.asd (the one in the tree you cloned) > (push #p"/path/to/asdf" asdf:*central-registry*) > (ql:quickload "weblocks") -- Scott On Tue, Oct 2, 2012 at 4:04 AM, Paulo Geyer <[email protected]> wrote: > cool, just starred the repository, it is the weblocks installed by > quicklisp? > > I have this problem too (I need more documentation), I'm new to emacs and > common lisp, and want to try weblocks, currently I'm trying to get better > with emacs and learn more about slime > > On Mon, Oct 1, 2012 at 9:57 PM, Jacek Podkanski < > [email protected]> wrote: > >> Hi, >> >> I have forked your project. Thank you for the prompt answer. It's getting >> late now. I'll have at it tomorrow. >> >> >> On Tuesday, 2 October 2012 01:30:14 UTC+1, Scott L. Burson wrote: >>> >>> For a new project, you might want to take a look at my Weblocks fork, >>> which has a fair number of bug fixes and new features. (No new >>> documentation, though.) You can find it at >>> >>> http://github.com/slburson/**weblocks<http://github.com/slburson/weblocks> >>> >>> -- Scott >>> >>> >>> -- You received this message because you are subscribed to the Google Groups "weblocks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/weblocks?hl=en.
