Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] STM (was: Re: work times & accommodation @tokyo)
- Date: Tue, 29 Jul 2008 18:26:20 +0900
- From: Curt Sampson <cjs@example.com>
- Subject: Re: [tlug] STM (was: Re: work times & accommodation @tokyo)
- References: <20080724041853.GM2936@lucky.cynic.net> <87iquvyc7y.fsf@uwakimon.sk.tsukuba.ac.jp> <20080724112711.GB7891@lucky.cynic.net> <87fxpzx9mt.fsf@uwakimon.sk.tsukuba.ac.jp> <20080727120405.752622d9.attila@kinali.ch> <20080727223043.GK4228@pragmatic.cynic.net> <d8fcc0800807280002v3f14071dk3b2c9e47ac3269c8@mail.gmail.com> <20080728080316.GA16586@lucky.cynic.net> <d8fcc0800807280309j3d410857w9b9e5fdd3462316a@mail.gmail.com> <87tze9cdxk.fsf@uwakimon.sk.tsukuba.ac.jp>
- User-agent: Mutt/1.5.17 (2007-11-01)
On 2008-07-29 17:06 +0900 (Tue), Stephen J. Turnbull wrote: > I don't think that's really a worthwhile distinction. The blundering > about that Curt and I have done regarding "are we talking about > Starling or Google?" is essential... Actually, I don't think it is. I now see that you appear to be arguing about something completely different. > In fact Curt and I seem to have come back to the "would agile > programming really scale" thread; he claims that it (any of several > "it"s ;-) would work if management would back it, and I want to know > how to manage the scaling process. Actually, I'm not claiming anything about agile, particularly not that it would scale to very large teams or would be all that useful on projects such as aircraft flight control systems. Here is my basic argument. 1. Some programming languages and tools are more powerful than others. 2. Those who use these languages and tools, if smart enough to use the advanced features, will be more productive than they could possibly be in a language or with a tool without those features. 3. Managers in large companies, and even small ones, often freeze the technology being used to less advanced forms, refusing to even explore the use of better technologies, and by doing this they are hurting their software development efforts in the long term. My example: where are all the managers now who insisted that this new-fangled Java stuff was entirely silly, COBOL had done just fine for business applications for many years, and we don't need all this object-oriented rubbish? So, can really, really big companies change? Well, how many Java programmers does IBM have, and how committed are they to Java? So, does anybody care to claim that COBOL programers are, in general, more productive than Java programmers, and moving from COBOL to Java was all a huge mistake? Or would someone care to claim that Java in thirty years will not be where COBOL was in the 90s, and that we've hit the plateau of language development? Or that five years from now you can start your company on its first steps in a new language or set of tools and it will rapidly catch up with companies of similar size that have had people experimenting with the language or set of tools for five years? Perhaps one area where this mistracked some people into thinking about agile practices was when I mentioned that the groups doing deployments seemed in part to blame for the blockage, with the excuse that they had vast experience deploying Java apps (or whatever), but didn't have the infrastucture for stuff developed in language/tool X. I merely pointed out that they ought to be developing that, too. That's far from the agile practice of having developers deploy their own stuff, and I wasn't claiming that they should even start down that road. > ...and note that Haskell and GHC have pretty tight processes a la > Scheme SRFIs and Python PEPs: STM wouldn't be a part of Haskell if it > hadn't proved itself as a best practice to some extent. Well, do keep in mind as well that STM is just a library. There's a lot of stuff in Haskell that looks special, the biggest example being monads, but those have almost no special support in the language itself (aside from a bit of fairly generic syntatic sugar in the "do" statement), and are just libraries written in the langauge. This is not at the level of Java's "synchronized" primitive, for example; it's more like one of Java's collection libraries. And again, I'd like to point out, underneath it all, where there does need to be some special stuff (synchronization primitives), it's not doing anything different from anybody else. STM's TVars, the standard library's MVars, and the various blocking queues from java.util.concurrent are all the same thing. STM has been implemented before in other languages. The key difference with Haskell's STM is the type checking, and that's something that the language itself offers. Using the same kinds of tools and libraries as other languages use, Haskell can let you do things that other languages won't. cjs -- Curt Sampson <cjs@example.com> +81 90 7737 2974 Mobile sites and software consulting: http://www.starling-software.com
- Follow-Ups:
- Re: [tlug] STM (was: Re: work times & accommodation @tokyo)
- From: Stephen J. Turnbull
- References:
- Re: work times & accommodation @tokyo, WAS: Re: [tlug] Embedded linux dev wanting to find work in Tokyo.. Seeking advice.
- From: Curt Sampson
- Re: work times & accommodation @tokyo, WAS: Re: [tlug] Embedded linux dev wanting to find work in Tokyo.. Seeking advice.
- From: Stephen J. Turnbull
- Re: work times & accommodation @tokyo, WAS: Re: [tlug] Embedded linux dev wanting to find work in Tokyo.. Seeking advice.
- From: Curt Sampson
- Re: work times & accommodation @tokyo, WAS: Re: [tlug] Embedded linux dev wanting to find work in Tokyo.. Seeking advice.
- From: Stephen J. Turnbull
- [tlug] STM (was: Re: work times & accommodation @tokyo)
- From: Attila Kinali
- Re: [tlug] STM (was: Re: work times & accommodation @tokyo)
- From: Curt Sampson
- Re: [tlug] STM (was: Re: work times & accommodation @tokyo)
- From: Josh Glover
- Re: [tlug] STM (was: Re: work times & accommodation @tokyo)
- From: Curt Sampson
- Re: [tlug] STM (was: Re: work times & accommodation @tokyo)
- From: Josh Glover
- Re: [tlug] STM (was: Re: work times & accommodation @tokyo)
- From: Stephen J. Turnbull
Home | Main Index | Thread Index
- Prev by Date: Re: work times & accommodation @tokyo, WAS: Re: [tlug] Embedded linux dev wanting to find work in Tokyo.. Seeking advice.
- Next by Date: Re: [tlug] STM (was: Re: work times & accommodation @tokyo)
- Previous by thread: Re: [tlug] STM (was: Re: work times & accommodation @tokyo)
- Next by thread: Re: [tlug] STM (was: Re: work times & accommodation @tokyo)
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links