Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #30302
| Path | csiph.com!news.mixmin.net!weretis.net!feeder1.news.weretis.net!news.solani.org!.POSTED!not-for-mail |
|---|---|
| From | Thomas 'PointedEars' Lahn <PointedEars@web.de> |
| Newsgroups | comp.lang.javascript |
| Subject | Re: A few problems with looping thru a set of elements withthesame"name" specifier. |
| Date | Tue, 19 Apr 2016 20:08:05 +0200 |
| Organization | PointedEars Software (PES) |
| Lines | 16 |
| Message-ID | <3466957.kpxC0DqEs7@PointedEars.de> (permalink) |
| References | <571371bd$0$5928$e4fe514c@news.xs4all.nl> <nf035v$b42$1@news.albasani.net> <5713bf9d$0$5947$e4fe514c@news.xs4all.nl> <nf36i5$an2$1@news.albasani.net> <57152723$0$5866$e4fe514c@news.xs4all.nl> <nf3hhc$g4$1@news.albasani.net> <5715f923$0$5913$e4fe514c@news.xs4all.nl> <nf5ckn$b6k$1@news.albasani.net> |
| Reply-To | Thomas 'PointedEars' Lahn <cljs@PointedEars.de> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset="ISO-8859-1" |
| Content-Transfer-Encoding | 7Bit |
| X-Trace | solani.org 1461089301 15756 eJwNysEBgDAIA8CVrJBQxymS7D+C3vsQXHwrCSYMD3omZd50OqqiJ1p/Kp3dWvNsb/WFU4T1ATaxEgo= (19 Apr 2016 18:08:21 GMT) |
| X-Complaints-To | abuse@news.solani.org |
| NNTP-Posting-Date | Tue, 19 Apr 2016 18:08:21 +0000 (UTC) |
| User-Agent | KNode/4.14.2 |
| X-User-ID | eJwNyskRwDAIBLCWzLFgymHA238Jid6ChcSkB8JBcHZWCNczBvQb1epImuVcLT708tyKl76nn5bvltnfmRT5AGbYFck= |
| Cancel-Lock | sha1:C0h6XTo8OlyWQZo3VX4JtUn8D4k= |
| X-NNTP-Posting-Host | eJwNyMkBwCAIBMCWwHBZzq5C/yWYeY5/oXHSwsN8fLYUj6l2iWpxlZB/+EU092ggCbkAeplYPhwKEXA= |
| Xref | csiph.com comp.lang.javascript:30302 |
Show key headers only | View raw
Stefan Weiss wrote: > The interpreter has no problem with it, my eyes do ;) The interpreter does not even see the code; the (JIT-)compiler does. It is a common misconception that source code of ECMAScript implementations would be executed as it is. Instead, a compiler turns it into bytecode to be interpreted by (the interpreter of) a virtual machine, or into native machine code. This is the also the case with several other scripting languages. -- PointedEars FAQ: <http://PointedEars.de/faq> | SVN: <http://PointedEars.de/wsvn/> Twitter: @PointedEars2 | ES Matrix: <http://PointedEars.de/es-matrix> Please do not cc me. / Bitte keine Kopien per E-Mail.
Back to comp.lang.javascript | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
A few problems with looping thru a set of elements with the same "name" specifier. "R.Wieser" <address@not.available> - 2016-04-17 13:22 +0200
Re: A few problems with looping thru a set of elements with the same "name" specifier. Stefan Weiss <krewecherl@gmail.com> - 2016-04-17 15:30 +0200
Re: A few problems with looping thru a set of elements with the same"name" specifier. "R.Wieser" <address@not.available> - 2016-04-17 18:54 +0200
Re: A few problems with looping thru a set of elements with the same"name" specifier. Stefan Weiss <krewecherl@gmail.com> - 2016-04-18 19:46 +0200
Re: A few problems with looping thru a set of elements with thesame"name" specifier. "R.Wieser" <address@not.available> - 2016-04-18 20:28 +0200
Re: A few problems with looping thru a set of elements with thesame"name" specifier. Stefan Weiss <krewecherl@gmail.com> - 2016-04-18 22:54 +0200
Re: A few problems with looping thru a set of elements withthesame"name" specifier. "R.Wieser" <address@not.available> - 2016-04-19 11:24 +0200
Re: A few problems with looping thru a set of elements withthesame"name" specifier. Stefan Weiss <krewecherl@gmail.com> - 2016-04-19 15:42 +0200
Re: A few problems with looping thru a set of elements withthesame"name" specifier. Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-04-19 20:08 +0200
Re: A few problems with looping thru a set of elements with the same "name" specifier. Stefan Weiss <krewecherl@gmail.com> - 2016-04-17 15:36 +0200
csiph-web