From: Sam S. <sd...@gn...> - 2012-11-20 16:03:58
|
> * Andrew Pennebaker <naq...@tz...> [2012-11-20 09:39:02 -0500]: > > Many CL's offer a way to retrieve the Lisp script name, but CLISP > appears to silently drop this information. http://clisp.org/impnotes/quickstart.html#script-exec The file is loaded normally, through the function LOAD (in particular, the name of the script file, which is $0 in /bin/sh, can be found in *LOAD-TRUENAME* and *LOAD-PATHNAME*). http://clisp.org/impnotes/faq.html#faq-fine -- Sam Steingold (http://sds.podval.org/) on Ubuntu 12.04 (precise) X 11.0.11103000 http://www.childpsy.net/ http://www.PetitionOnline.com/tap12009/ http://truepeace.org http://camera.org http://www.memritv.org He who laughs last did not get the joke. |