Re: This (Javascript) function has an onClick event that calls a function that calls This function
- From: "Maarten Wiltink" <maarten@xxxxxxxxxxxxxxxxxx>
- Date: Thu, 26 Oct 2006 09:01:57 +0200
"Dr J R Stockton" <jrs@xxxxxxxxxxxxxxxxxx> wrote in message
mQQeXp4+F6PFFwT$@invalid.uk.co.demon.merlyn.invalid">news:mQQeXp4+F6PFFwT$@invalid.uk.co.demon.merlyn.invalid...
[...] ISTM that it would be very difficult to fulfil the [Javascript]
language specification by compilation to machine code or anything
like it. ...
Au contraire. The effect under discussion here is late binding.
This is completely orthogonal to compilation of source to machine
code. Functions may be registered in an environment and later
looked up in it. Whether this is done by compiled or interpreted
code doesn't matter to language comformity.
[...] Javascript cannot match Delphi in performance; ...
And neither can Lisp; it has late binding, too (or used to) - or
perhaps call-by-name is the more correct term, I'm not exactly
sure.
But there have been compiled Lisp implementations.
Groetjes,
Maarten Wiltink
.
- References:
- This (Javascript) function has an onClick event that calls a function that calls This function
- From: Bob Richardson
- Re: This (Javascript) function has an onClick event that calls a function that calls This function
- From: Maarten Wiltink
- Re: This (Javascript) function has an onClick event that calls a function that calls This function
- From: Dr J R Stockton
- Re: This (Javascript) function has an onClick event that calls a function that calls This function
- From: Maarten Wiltink
- Re: This (Javascript) function has an onClick event that calls a function that calls This function
- From: Dr J R Stockton
- This (Javascript) function has an onClick event that calls a function that calls This function
- Prev by Date: Re: This (Javascript) function has an onClick event that calls a function that calls This function
- Next by Date: Re: Textbook recommendation
- Previous by thread: Re: This (Javascript) function has an onClick event that calls a function that calls This function
- Next by thread: How to get rid of constant color names for colordialog customcolors
- Index(es):
Relevant Pages
|