Ted Leung on the air
Ted Leung on the air: Open Source, Java, Python, and ...
Tue, 04 Jan 2005
Linguistic futures

Over the last week or two, there were a huge number of programming language related posts. They fell into three categories, and I'm going to discuss them in their order of importance (to me).

1. Metaprogramming facilities

Ian Bicking and Bill Clementson were the primary sources on this particular discussion. Ian takes up the simplicity argument, which is that metaprogramming is hard and should be limited -- of course, this gets you things like Python 2.4 decorators, which some people love, and some people hate. Bill Mill hates decorators so much that he wrote the redecorator, a tool for replacing decorators with their "bodies". In Lisp, this is called a macroexpander. Bill Clementson is a Lisp guy (like me), so he doesn't understand why you'd want to handicap your language. For the kinds of programming that is most interesting to me, I want the full power of those features. I'd much rather have macros added to Python than optional type declarations (but that's for later in this post). At least Python is getting cool stuff like PJE's work on generic functions. Bill (Clementson) provided a list of metaprogramming and domain specific language resources

2. Concurrency

Tim Bray and Herb Sutter provided the initial spark here. The basic theme is that the processor vendors are finding it really hard to keep the clock speed increases going (that's actually been a trend for all of 2004), so they're going to start putting more cores on a chip. Exactly how many is dependent on which vendor you talk to. Aces Hardware and X-Bit labs have more details on the technology and vendor plans. But the big take away for software is that uniprocessors are going to get better a lot more slowly than we are used to. So that means that uniprocessor efficiency matters again, and the finding concurrency in your program is also going to be important. This impacts the design of programming languages as well as the degree of skill required to really get performance out of the machine. So add the burden of truly understanding concurrency to the burden of metaprogramming and watch a whole bunch of heads explode.

Once that basic theme went out, then people started digging up relevant information. Patrick Logan produced information on Erlang, Mozart, ACE, Doug Lea, and more. Brian McCallister wrote about futures and then discovered that they are already in Java 5.

It seems to me that Java has the best support for threaded programming. The dynamic languages seem to be behind on this, which is must change if these predictions hold up. I did play with Candygram, a Python based version of Erlang's concurrency primitives, over the vacation. While it provides nice abstractions for concurrency, I have to wonder how much actual concurrency there is, given the Python global interpreter lock. The same goes for Georg Bauer's expansion of his laazy evaluation module for Python to include futures.

My last Wintel box was a dual processor box, and the second processor did wonders for the responsiveness of the system. But most of the software I was using was single threaded so often I wasn't getting that much of a benefit. And that's the part of the problem that isn't solved by many concurrency abstractions. They don't really help with extracting the latent concurrency from the program, or helping the programmer decide when to parallelize or not. Compilers for languages like Fortran can do some of this, but what about languages where there is no compiler?

Since I'm working on desktop apps at the moment, I'm less impacted by this stuff than folks working on big server apps, but I can think of plenty of information mining problems that I'd like to solve in the context of my own personal computer versus a server off somewhere else. Plus real concurrency is cool, and you don't have that until you have the hardware that can do it.

3. Optional type checking in Python

Guido van Rossum did a pair of posts on this topic. The second post is the scariest because he starts talking about generic types in Python, and after seeing the horror that is Java and C# generics, it doesn't leave me with warm fuzzies.

Patrick Logan, PJE, and Oliver Steele had worthwhile commentary on the whole mess. Oliver did a good job of breaking out all the issues, and he worked for quite a while on Dylan which had optional type declarations. PJE seems to want types in order to do interfaces and interface adaptation, and Patrick's position seems to be that optional type declarations were an artifact of the technology, but now we have type inference so we should use that instead. That's a convincing argument to me, except that I'm not up on the expressive power of modern type inference, so I'm concerned that there will be lots of untypable stuff, that will need hints from the programmer. Ideally, this would be integrated with your development environment, so there would be an affordance for displaying the type annotations. Imagine your program text moving around all Expose like to accommodate the annotations.

I'll just go on to point out that Tim Bray posted about a programming problem where static types didn't help at all (he was using Java), so I won't be getting rid of my tests even if the inferencer does show up.

[00:22] | [computers/programming] | # | TB | F | G | 0 Comments | Other blogs commenting on this post
You can subscribe to an RSS feed of the comments for this blog: RSS Feed for comments

Add a comment here:

You can use some HTML tags in the comment text:
To insert a URI, just type it -- no need to write an anchor tag.
Allowable html tags are: <a href>, <em>, <i>, <b>, <blockquote>, <br/>, <p>, <code>, <pre>, <cite>, <sub> and <sup>.

You can also use some Wiki style:
URI => [uri title]
<em> => _emphasized text_
<b> => *bold text*
Ordered list => consecutive lines starting spaces and an asterisk

Name:


E-mail:


URL:


Comment:


Remember my info?


twl JPG

About

Ted Leung FOAF Explorer

I work at the Open Source Applications Foundation (OSAF).
The opinions expressed here are entirely my own, not those of my employer.

Creative Commons License
This work is licensed under a Creative Commons License.

Now available!
Professional XML Development with Apache Tools : Xerces, Xalan, FOP, Cocoon, Axis, Xindice
Technorati Profile
PGP Key Fingerprint
My del.icio.us Bookmarks
My Flickr Photos


Syndicate
RSS 2.0 xml GIF
Comments (RSS 2.0) xml GIF
Atom 0.3 feed
Feedburner'ed RSS feed

< January 2005 >
SuMoTuWeThFrSa
       1
2 3 4 5 6 7 8
9101112131415
16171819202122
23242526272829
3031     

Archives
2006
2005
2004
2003

Articles
Macintosh Tips and Tricks

Search
Lucene
Blogs nearby
geourl PNG

Categories
/ (1567)
  books/ (33)
  computers/ (62)
    hardware/ (15)
    internet/ (58)
      mail/ (11)
      microcontent/ (58)
      weblogs/ (174)
        pyblosxom/ (36)
      www/ (25)
    open_source/ (145)
      asf/ (53)
      osaf/ (32)
        chandler/ (35)
        cosmo/ (1)
    operating_systems/ (16)
      linux/ (9)
        debian/ (15)
        ubuntu/ (2)
      macosx/ (101)
        tips/ (25)
      windows_xp/ (4)
    programming/ (156)
      clr/ (1)
      dotnet/ (13)
      java/ (71)
        eclipse/ (22)
      lisp/ (34)
      python/ (86)
      smalltalk/ (4)
      xml/ (18)
    research/ (1)
    security/ (4)
    wireless/ (1)
  culture/ (10)
    film/ (8)
    music/ (6)
  education/ (13)
  family/ (17)
  gadgets/ (24)
  misc/ (47)
  people/ (18)
  photography/ (25)
    pictures/ (12)
  places/ (3)
    us/ (0)
      wa/ (2)
        bainbridge_island/ (17)
        seattle/ (13)
  skating/ (6)
  society/ (20)



[Valid RSS]

del.icio.us linkblog

www.flickr.com

Blogroll

java.blogs
Listed on BlogShares

Locations of visitors to this page
Where are visitors to this page?


pyblosxom GIF