Re: How to make time limited function?
- From: Slobodan Blazeski <slobodan.blazeski@xxxxxxxxx>
- Date: Thu, 13 Mar 2008 02:13:46 -0700 (PDT)
On Mar 12, 10:44 pm, George Neuner <gneuner2/@/comcast.net> wrote:
On Wed, 12 Mar 2008 12:40:23 -0700 (PDT), Slobodan BlazeskiWhat about delimited ones?
<slobodan.blaze...@xxxxxxxxx> wrote:
On Mar 12, 8:35 pm, Edi Weitz <spamt...@xxxxxxxxxx> wrote:
On Wed, 12 Mar 2008 12:26:35 -0700 (PDT), Slobodan Blazeski <slobodan.blaze...@xxxxxxxxx> wrote:
How to make a time aware function that will return the result or
whatever if it goes over it's time limit?
(calculate-last-years-expenditures datasheet :secunds 15)
120 000 000
or
not-finished-yet if it goes over it's time slice
That's implementation-dependent. See for example here:
http://www.lispworks.com/documentation/lw50/LWUG/html/lwuser-188.htm
Edi.
Thanks Edi. Do you have some experience with it, like running a huge
amount of them?
Slobodan
What I believe you're asking about is called an "engine" in Scheme.
An explanation and simple examples can be found here:http://gd.tuwien.ac.at/languages/scheme/tutorial-dsitaram/t-y-scheme-...
However, in Scheme, the simple implementation relies on general
continuations.
Offhand, I can think of a few complicated ways toGive me whatever you have on your, starting from scratch is the
express the functionality in CL ... but not a simple way.
hardest.
.
- Follow-Ups:
- Re: How to make time limited function?
- From: George Neuner
- Re: How to make time limited function?
- References:
- How to make time limited function?
- From: Slobodan Blazeski
- Re: How to make time limited function?
- From: Edi Weitz
- Re: How to make time limited function?
- From: Slobodan Blazeski
- Re: How to make time limited function?
- From: George Neuner
- How to make time limited function?
- Prev by Date: Re: How to make time limited function?
- Next by Date: Re: How to make time limited function?
- Previous by thread: Re: How to make time limited function?
- Next by thread: Re: How to make time limited function?
- Index(es):
Relevant Pages
|