Re: A few newbie questions
Sam Steingold <[email protected]>
| Newsgroups | gmane.lisp.clisp.devel |
|---|---|
| Message-ID | <[email protected]> |
> * Yves S. Garret <[email protected]> [2012-04-25 17:04:33 -0400]: > > 1. Are there any differences between CLISP and Clozure? yes. > If so, how substantial are they? wrt ANSI CL compliance - probably minor. wrt extensions - probably pretty significant. > Which one would be a good place to start for someone new? either one is good enough. try both, see which feels right. > 2. Say I have a file hello_world.lisp. In that file I have the function > print. How do I execute that function from the command line? $ clisp > hello_world:print ? print is a standard ansi cl function. do not redefine it. $ clisp file loads file.fas or file.lisp or file. it means that it evaluates every form in it, one by one. there are many more details, please see http://clisp.org/impnotes/clisp.html -- Sam Steingold (http://sds.podval.org/) on Ubuntu 11.10 (oneiric) X 11.0.11004000 http://www.childpsy.net/ http://ffii.org http://memri.org http://americancensorship.org http://truepeace.org Two psychics reading each other's minds will die from stack overflow. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ clisp-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/clisp-devel