02:14:24 -!- rme [rme@clozure-769EB638.chi.dsl-w.verizon.net] has quit [Quit: rme] 02:14:24 -!- rme [~rme@pool-70-104-121-193.chi.dsl-w.verizon.net] has quit [Quit: rme] 07:33:49 jdz [~jdz@193.206.22.97] has joined #ccl 08:57:03 lispm [~joswig@d223124.adsl.hansenet.de] has joined #ccl 09:05:03 tfb [~tfb@92.41.81.4.sub.mbb.three.co.uk] has joined #ccl 11:49:39 -!- lispm [~joswig@d223124.adsl.hansenet.de] has quit [Remote host closed the connection] 13:02:49 sellout [~greg@c-24-61-13-161.hsd1.ma.comcast.net] has joined #ccl 13:59:24 rme [~rme@pool-70-104-121-193.chi.dsl-w.verizon.net] has joined #ccl 15:54:46 milanj [~milanj_@79-101-139-138.dynamic.isp.telekom.rs] has joined #ccl 16:20:17 -!- jdz [~jdz@193.206.22.97] has quit [Ping timeout: 240 seconds] 17:02:13 jdz [~jdz@host156-104-dynamic.8-87-r.retail.telecomitalia.it] has joined #ccl 17:16:45 -!- tfb [~tfb@92.41.81.4.sub.mbb.three.co.uk] has quit [Ping timeout: 260 seconds] 17:34:26 -!- milanj [~milanj_@79-101-139-138.dynamic.isp.telekom.rs] has quit [Ping timeout: 276 seconds] 17:37:04 anRch [~markmilli@63.112.62.27] has joined #ccl 17:38:56 milanj [~milanj_@109-93-196-217.dynamic.isp.telekom.rs] has joined #ccl 18:01:55 Phoodus [foo@174-22-199-91.phnx.qwest.net] has joined #ccl 18:04:15 how can I pass commandline parameters to my lisp program? I'm starting ccl with the --load parameter, and want to pass additional cmdline stuff to my user code as well 18:37:55 Phoodus, strangely, it doesn't appear to be documented. 18:38:12 I wrote some code that does it at http://github.com/billstclair/trubanc-lisp/blob/master/src/toplevel.lisp 18:38:33 That uses a couple of functions (save-application and command-line-arguments) from http://github.com/billstclair/trubanc-lisp/blob/master/src/ccl.lisp 18:38:38 Anything after a "--" will be passed to the lisp, and should appear in ccl:*unprocessed-command-line-arguments* Also, ccl:*command-line-argument-list* is the entire arglist, maybe modulo some stuff intercepted by the lisp kernel, iirc. 18:40:50 IIRC, there's no way to stop CCL itself from doing SOME command line parsing, e.g. to get the heap image file name 18:41:23 But if you save with your own application class, you can stop most of it 18:45:52 btw, I'm not using an image 18:46:18 Then -- is your friend 18:46:27 ok, I'll give it a whirl, thanks 18:47:55 Unless by "not using an image" you mean save-application with :prepend-kernel 18:48:07 I'm not using a custom image 18:48:10 ok 18:48:20 just starting stock wx86cl and loading 18:48:35 right. -- and ccl:*unprocessed-command-line-arguments* 18:48:40 yep 19:46:00 -!- anRch [~markmilli@63.112.62.27] has quit [Quit: anRch] 19:46:49 lispm [~joswig@d223124.adsl.hansenet.de] has joined #ccl 20:12:56 -!- lispm [~joswig@d223124.adsl.hansenet.de] has quit [Remote host closed the connection] 21:15:41 -!- jdz [~jdz@host156-104-dynamic.8-87-r.retail.telecomitalia.it] has quit [Ping timeout: 260 seconds] 21:47:38 -!- PuffTheMagic is now known as C-store 21:47:53 -!- C-store is now known as PuffTheMagic 22:07:05 -!- milanj [~milanj_@109-93-196-217.dynamic.isp.telekom.rs] has quit [Quit: Leaving] 23:52:24 -!- gz` [gz@clozure-93943513.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has quit [Ping timeout] 23:54:15 -!- gz` [~gz@209-6-40-245.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has quit [Ping timeout: 265 seconds]