Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #2512
| From | Carl Banks <pavlovevidence@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Python CPU |
| Date | 2011-04-03 00:57 -0700 |
| Organization | http://groups.google.com |
| Message-ID | <75994a97-76ba-4eac-b956-5bceb93fef38@glegroupsg2000goo.googlegroups.com> (permalink) |
It'd be kind of hard. Python bytecode operates on objects, not memory slots, registers, or other low-level entities like that. Therefore, in order to implement a "Python machine" one would have to implement the whole object system in the hardware, more or less. So it'd be possible but not too practical or likely. Carl Banks
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Python CPU Carl Banks <pavlovevidence@gmail.com> - 2011-04-03 00:57 -0700
csiph-web