Message7692

Author amak
Recipients amak, fwierzbicki, lukas, pjenvey
Date 2013-02-18.00:21:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361146875.48.0.715367612357.issue1702@psf.upfronthosting.co.za>
In-reply-to
Content
Lastly, in relation to array processing, the cpython array module documentation

http://docs.python.org/2/library/array.html

says this

"The actual representation of values is determined by the machine architecture (strictly speaking, by the C implementation)"

The machine architecture in this case is the JVM, not the architecture of the x86, Sparc or other CPU it is running on.

And the statement "strictly speaking, by the C implementation" can only be taken as a cpython specific statement, since python interpreters do not necessarily have to be written in C. Python interpreters can and have been written in Java, C#, Javascript, Haskell, Lisp, Ruby, and of course, Python.

http://wiki.python.org/moin/PythonImplementations
History
Date User Action Args
2013-02-18 00:21:15amaksetmessageid: <1361146875.48.0.715367612357.issue1702@psf.upfronthosting.co.za>
2013-02-18 00:21:15amaksetrecipients: + amak, fwierzbicki, pjenvey, lukas
2013-02-18 00:21:15amaklinkissue1702 messages
2013-02-18 00:21:15amakcreate