Re: Learning Lisp THE WEB WAY!
- From: grue@xxxxxxx (Timofei Shatrov)
- Date: Fri, 28 Sep 2007 15:47:01 GMT
On Fri, 28 Sep 2007 11:21:52 -0000, Kyle McGivney <KyleMcG@xxxxxxxxx> tried to
confuse everyone with this message:
<1>> (defun foo (x y) (print x))
::
; While compiling FOO:
Warning: Variable Y is never used.
I haven't RTFM but is there any particular reason you chose to compile
rather than eval?
Rather than? It does compile and eval your expression too. Several Lisp
implementations, including SBCL and apparently Allegro, on which BioBike
is built, automatically compile any code by default.
--
|Don't believe this - you're not worthless ,gr---------.ru
|It's us against millions and we can't take them all... | ue il |
|But we can take them on! | @ma |
| (A Wilhelm Scream - The Rip) |______________|
.
Relevant Pages
- Re: Iteration in lisp
... I don't understand how some implementors have convinced themselves ... will be the ones which end up warning in this ... there is absolutely a very good reason for doing this warning ... of whether to compile top-level forms automatically or to require the ... (comp.lang.lisp) - Re: Changes in 2005.
... VS.NET 2003 does not compile to unmanaged code. ... There is all the more reason for startups to write Web-based software now, ... are going to tell me that you would rather write an ASP.NET app ... (microsoft.public.dotnet.languages.csharp) - Re: Include Statement
... For the same reason conditional compilation directives were added to compile a block vs not to compile a block. ... For the same reason you have IMPORTS to reference an compiled object. ... Second, it is difficult to explain all the reason because they are VAST, every programmer has their reasons. ... (microsoft.public.dotnet.languages.vb) - Re: Include Statement
... For the same reason conditional compilation directives were added to compile a block vs not to compile a block. ... Second, it is difficult to explain all the reason because they are VAST, every programmer has their reasons. ... Like without out product line source codes, look at other large projects where the source code is LOADED with both imports and includes - because the language allowed it. ... (microsoft.public.dotnet.languages.vb) - Re: FreeBSD Security Advisory FreeBSD-SA-05:21.openssl
... >> Is there any reason why one would need to compile the whole operating ... > management:) and I think also the main reason FreeBSD isn't so widely ... "why compile everything instead of just openssl" ... (FreeBSD-Security) |
|