Optimisations (was Re: How much do we close over?)

2005-06-13 Thread Paul Johnson
On Mon, Jun 13, 2005 at 11:24:07AM +, Luke Palmer wrote: I just have to say that it's really annoying running into optimizations when I don't want them. Isn't the whole point of optimisations that you shouldn't have to worry about whether you hit one or not, otherwise the optimisation

Re: Optimisations (was Re: How much do we close over?)

2005-06-13 Thread Luke Palmer
On 6/13/05, Paul Johnson [EMAIL PROTECTED] wrote: On Mon, Jun 13, 2005 at 11:24:07AM +, Luke Palmer wrote: Back when I wrote an back-chaining system in perl, I used tied variables in order to determine when I needed to solve for something. A