From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@9fans.net From: Charles Forsyth Date: Mon, 7 Jul 2008 20:55:36 +0100 In-Reply-To: <20080707194414.BA89D5B4D@mail.bitblocks.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] lisp Topicbox-Message-UUID: ddc63900-ead3-11e9-9d60-3106f5b1d025 > It contains executable code but it is not an executable in > the sense you don't directly feed it to exec(2). A lisp in the script you gave earlier #!/usr/local/bin/cmucl -script (format t "Hello, World!~%") cmucl is directly executable but that's presumably the original lisp image; where is the new "core image" mentioned that makes the script run quickly?