Subject: Re: read-sequence
From: Erik Naggum <erik@naggum.no>
Date: 19 Sep 2002 03:54:36 +0000
Newsgroups: comp.lang.lisp
Message-ID: <3241396476606010@naggum.no>

* Adam Warner
| I only need to look at the time it would take to create a port of a somewhat
| native code compiler that runs as fast as byte-code.

  A first approximation to a native port would indeed be to produce assembly
  code for an abstract machine that would probably require several native CPU
  instructions per abstract instruction, such that you would in fact produce
  native code and not require any byte-code interpreters.  Once the system
  runs on the new platform, you could change the target assembly language.

-- 
Erik Naggum, Oslo, Norway

Act from reason, and failure makes you rethink and study harder.
Act from faith, and failure makes you blame someone and push harder.