Newsgroups: comp.lang.python
From: Steven D'Aprano <steve+comp.lang.pyt...@pearwood.info>
Date: 25 Sep 2012 15:35:01 GMT
Local: Tues, Sep 25 2012 11:35 am
Subject: Re: Article on the future of Python
On Tue, 25 Sep 2012 09:26:19 -0400, Kevin Walzer wrote:
Incorrect. > On 9/25/12 4:15 AM, Mark Lawrence wrote: >> Hi all, >> I though this might be of interest.
>> http://www.ironfroggy.com/software/i-am-worried-about-the-future-of-
> Interesting article, but the comments of those who say "the only
IronPython in C#. Jython is written in Java. CLPython is written in Lisp. Some of those Python compilers are obsolete, unmaintained or > I program in Python, C, Objective C, JavaScript, Tcl, AppleScript, and
Unless you are writing code that operates on the bare metal (device > I'm learning Perl. Python could *not* handle all the domains I target in > my projects. drivers, operating system kernels) Python probably *could*, even if it doesn't *yet*. PyPy now allows you to write real-time video processing filters in pure Python: http://morepypy.blogspot.com.au/2011/07/realtime-image-processing-in-...
And if performance was irrelevant, you could even write an operating Given a sufficiently smart compiler, and sufficiently powerful libraries, But of course, in practice languages differ in their power and > For instance: if I want to access Mac-native functionality
That "isn't currently available" part is precisely what I'm talking > via Tkinter that isn't currently available in the library, about. Just because it's not available now doesn't mean it can't be made available. > I can understand loving the language and wanting to work just in the
I see your smiley, but that is factually incorrect. Not all compilers or > language, but it's another thing entirely to call Python the One > Language to Rule Them All. (That's C, because all other languages are > implemented in it. :-) ) interpreters are written in C. Many languages are self-hosted, that is, they are written in themselves, using some clever bootstrapping techniques. C is neither the most powerful, the oldest, the best, or the most fundamental language around. -- You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||