Received: by 10.224.189.75 with SMTP id dd11mr5699489qab.6.1350221771988; Sun, 14 Oct 2012 06:36:11 -0700 (PDT) Received: by 10.52.93.132 with SMTP id cu4mr1443561vdb.14.1350221771949; Sun, 14 Oct 2012 06:36:11 -0700 (PDT) Path: r17ni24752519qap.0!nntp.google.com!l8no51494167qao.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.lisp Date: Sun, 14 Oct 2012 06:36:11 -0700 (PDT) In-Reply-To: <43a9684c-789b-4e6f-a19f-df1cd78c872f@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=91.77.130.238; posting-account=Md84EQoAAAAdo_yelh4ckXSbGbiJw0Gd NNTP-Posting-Host: 91.77.130.238 References: <25849532-5298-40fd-a39e-e7bc5c2360de@googlegroups.com> <43a9684c-789b-4e6f-a19f-df1cd78c872f@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <7f7baaa9-925d-4c02-a14a-d82cc961d80d@googlegroups.com> Subject: Re: How to store computer-generated data? From: budden Injection-Date: Sun, 14 Oct 2012 13:36:11 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable > I do not have those two lines as source code. I know how to write and loa= d files with source code, but I can't do that here. Imagine that the two li= nes have just been executed and that their source code is unknown. How coul= d I do it then? If it helps, it could also work with defparameter instead o= f defconstant. What do you have then? If you have function object, you can wrap it into an= other, named function, and dump it into a compiled file (I guess).=20