01:58:14 pirateking-_- [~piratekin@c-67-169-182-169.hsd1.ca.comcast.net] has joined #ccl 02:24:42 -!- rme [~rme@50.43.157.220] has quit [Quit: rme] 02:42:10 -!- PECCU [~peccu@ZL198047.ppp.dion.ne.jp] has quit [Ping timeout: 272 seconds] 03:07:35 PECCU [~peccu@KD106179020073.ppp-bb.dion.ne.jp] has joined #ccl 03:23:17 -!- pirateking-_- [~piratekin@c-67-169-182-169.hsd1.ca.comcast.net] has quit [Quit: pirateking-_-] 03:49:39 alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 03:50:07 -!- alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has quit [Client Quit] 05:20:54 pirateking-_- [~piratekin@c-67-169-182-169.hsd1.ca.comcast.net] has joined #ccl 13:07:01 atrepp [~atrepp@edenroc.almandra.com] has joined #ccl 13:09:05 Hi, i am new to Lisp and i try to run the examples. I succeeded to install and compile ccl 1.8 on a mac but when i do ? (load "ccl:examples;cocoa;easygui;example;currency-converter.lisp") 13:09:06 #P"/Applications/ccl/examples/cocoa/easygui/example/currency-converter.lisp" 13:09:06 ? (make-instance 'converter-window) 13:09:06 > Error: Class named CONVERTER-WINDOW not found. 13:09:23 if someone can help me thanks 13:13:06 The symbol named "CONVERTER-WINDOW" is in a package named "EASYGUI-DEMO", so you want to refer to it as EASYGUI-DEMO::CONVERTER-WINDOW. You also want to be sure that you're doing this in the IDE, not just by running CCL in the shell or under Emacs. 13:15:22 (You can probably safely ignore the second part of that; try "? (make-instance 'easygui-demo::converter-window)". 13:18:15 GREAT :) 13:18:19 thanks 13:18:30 i want to understand 13:19:18 you put :: for a class in a package ? 13:20:32 CONVERTER-WINDOW is a symbol (that happens to be the name of a class.) A "package" in CL is kind of like a namespace in some other languages. 13:27:33 How can i use the variable *logical-directory-alist* ? it says No external symbol named "*LOGICAL-DIRECTORY-ALIST*" in package # but the variable is is in mcl-reference.pdf 13:28:24 MCL is a different implementation. 13:33:39 is there a reference of all the functions for ccl ? 13:34:41 Most of the CCL-specific stuff that's intended for public consumption should be documented in the manual. 13:38:54 i can not find things relative to the file system in http://ccl.clozure.com/manual/ 13:39:55 That documents only the CCL extensions to Common Lisp. See http://www.lispworks.com/documentation/HyperSpec/Front/ for Common LIsp itself (or a book) 13:40:42 Google search: common lisp hyperspec 13:41:12 thanks 13:42:00 http://www.gigamonkeys.com/book/ 15:19:52 rme [~rme@50.43.157.220] has joined #ccl 15:46:26 alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 15:47:02 -!- alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has quit [Client Quit] 16:22:39 -!- atrepp [~atrepp@edenroc.almandra.com] has quit [Quit: Leaving.] 16:25:20 consolers [lax@59.92.48.114] has joined #ccl 16:30:36 llnull [~llnull@116.235.114.98] has joined #ccl 16:48:20 alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 16:52:33 -!- llnull [~llnull@116.235.114.98] has left #ccl 17:03:24 mdc_ [~mdc@indigo.entity.com] has joined #ccl 17:05:30 -!- mdc [mdc@clozure-E8FCCA05.entity.com] has quit [Ping timeout] 17:05:31 -!- mdc_ is now known as mdc 17:06:59 mdc__ [~mdc@indigo.entity.com] has joined #ccl 17:07:19 -!- mdc [~mdc@ds9.entity.com] has quit [Ping timeout: 264 seconds] 17:07:19 -!- mdc__ is now known as mdc 17:08:41 -!- mdc [mdc@clozure-4B847F4A.entity.com] has quit [Ping timeout] 17:08:42 -!- mdc_ is now known as mdc 17:10:35 -!- mdc_ [~mdc@indigo.entity.com] has quit [Ping timeout: 246 seconds] 17:32:12 -!- rme [~rme@50.43.157.220] has quit [Read error: Connection reset by peer] 17:32:32 rme [~rme@50.43.157.220] has joined #ccl 17:33:45 -!- sellout [~Adium@c-98-245-92-119.hsd1.co.comcast.net] has quit [Read error: Connection reset by peer] 17:35:06 sellout [~Adium@c-98-245-92-119.hsd1.co.comcast.net] has joined #ccl 17:43:38 -!- consolers [lax@59.92.48.114] has quit [Ping timeout: 240 seconds] 18:37:34 -!- rme [rme@ED891AF2.E6A1271C.699BA7A6.IP] has quit [Quit: rme] 18:37:34 -!- rme [~rme@50.43.157.220] has quit [Quit: rme] 18:46:19 -!- alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has quit [Quit: alms_] 20:34:01 rme [~rme@50.43.157.220] has joined #ccl 22:48:23 -!- pirateking-_- [~piratekin@c-67-169-182-169.hsd1.ca.comcast.net] has quit [Read error: Connection reset by peer] 22:55:00 pirateking-_- [~piratekin@c-67-169-182-169.hsd1.ca.comcast.net] has joined #ccl 23:04:49 -!- pirateking-_- [~piratekin@c-67-169-182-169.hsd1.ca.comcast.net] has quit [Quit: pirateking-_-]