Subject: Re: Style question Was: Re: Promoting CL Was: What I want from my Common Lisp vendor and the Common Lisp community
From: Erik Naggum <erik@naggum.net>
Date: Sat, 08 Sep 2001 08:31:41 GMT
Newsgroups: comp.lang.lisp
Message-ID: <3208926700032429@naggum.net>

* Jochen Schmidt <jsc@dataheaven.de>
> Does that mean that ACL would be able to inline local function-calls like 
> used in my first example?

  No.  "Should have worked" is different from "should work".  The former
  means it does not.

> The ability to inline at least local function-calls is rather important
> for  me, since I often use FLET or LABELS to abstract complicated
> control-flow situations.

  How Scheme.  :)

///