From: Pascal J. B. <pj...@in...> - 2012-06-17 19:08:25
|
"Yves S. Garret" <you...@gm...> writes: > Hi all, > > I'm reading this chapter of gigamonkeys. > > http://www.gigamonkeys.com/book/practical-a-simple-database.html > > 2/3 down the page, I see the following methods: > > http://bin.cakephp.org/view/1169646936 > > Now, where I'm drawing a complete and utter blank is 1) how *db* is > accessed, that's where all the data is held and 2) what the heck is > &key? > > If I'm missing something absurdly obvious, please feel free to point it out. > This is not the right place to ask that. https://lists.sourceforge.net/lists/listinfo/clisp-devel This mailing list is for the developers of the CLISP implementation of ANSI Common Lisp. It is the proper forum for enhancement requests, design discussions, source code patches, pre-release announcements, etc. and also for those support questions which are not appropriate for the users' list. https://lists.sourceforge.net/lists/listinfo/clisp-list This mailing list is for users of the CLISP implementation of Common Lisp by Bruno Haible and Michael Stoll. It is the proper forum for questions about CLISP and also bug reports, compatibility issues, problems of CLISP on specific platforms, enhancement of CLISP, miscellaneous comments, etc. Stretching it, your question could enter the "miscellaneous comments" category, but since it really has nothing to do with clisp specifically, but more with Common Lisp in general, you should be asking it on: news://comp.lang.lisp &key is described in chapter "5. Functions" of "Practical Common Lisp". Lambda Lists are explained in section "3.4 Lambda Lists" of CLHS. -- __Pascal Bourguignon__ http://www.informatimago.com/ A bad day in () is better than a good day in {}. |