I could well imagine that compared to Castro, Bush really is an alcoholic (okay, a recovering alcoholic) and an illiterate.
At tagesschau.de - Die Nachrichten der ARD there's the original article.
Wow! Both the latest edition of the Icon Programming Language Reference and The Implementation of The Icon Language book are available as free downloads. Go ahead, download and indulge - Icon is simply a beautiful little language with very interesting features. Many things in Icon have always appealed to me much more than in Perl - regular expressions are namely not the only way to analyze strings. String scanning in Icon is at least as powerful, but much more elegantly designed and far less cryptic. Of course I have the books in print form at home, but since they're no longer available in paper form, the download is certainly a good solution. And since they're free - in the sense of public domain - it's also a really cheap opportunity.
Here's the original article.
The Frankfurter Rundschau is drizzling a bit of Bossdorf's independent position as a reporter on ...Zabel is still a class driver anyway. Take a look at the world best list if you write something about Zenit being exceeded, you Rundschau people. At das Netzbuch I found the original article.
Conservatives march into EU leadership ...
At tagesschau.de - Die Nachrichten der ARD you can find the original article.
I keep wondering where these statisticians actually do their shopping. For example, bread and rolls cost me almost twice as much as they did during DM times. And bread is certainly a far greater problem for people with little money. Somehow I have the feeling that the federal statisticians have lost touch with reality ...
At tagesschau.de - Die Nachrichten der ARD you can find the original article.
Hmm. Couldn't one simply send Godefroot into retirement? Telekom is dealing with layoffs at the moment - maybe Godefroot would be a fit for Vivento too?
Now to be perfectly honest: sure, the cyclists have to deliver the cycling performance. Sure, everyone expected more from Ullrich - but he did achieve 4th place, that's definitely an accomplishment. And Klöden got 2nd place. And T-Mobile the team classification. So stop complaining, that's considerably more than most other teams will ever see.
The disputes, the chaotic mess, and the lack of direction, however, are entirely down to the team management. And that's Godefroot. He has to take that on his shoulders - and there's a good deal more professional failure involved there than in Ullrich's - perhaps somewhat careless - preparation. Ullrich only managed 4th place at the Tour for some expectations, but Godefroot finished dead last in the ranking of team managers ... I found the original article at Radsport-News.com.
And since I'm on the topic of Icon anyway: there's also a successor language that's now being developed on Sourceforge. A book is also being created there through public collaboration, and the whole thing makes a very interesting impression. I think I'll keep an eye on it - an Icon implementation with a better class library would definitely be an alternative for me for many small projects. Icon itself suffered somewhat from a rather narrow library - for example, almost nothing in the TCP/IP area and only very rudimentary libraries for database connections and similar purposes compared to Python, Perl, or Ruby. Unicon could change that.
Icon, by the way, was something like a successor language to Snobol. Snobol in turn was the first attempt at a programming language designed for text manipulation - well before regular expressions or even Perl existed. It had a pretty bizarre syntax (or rather two of that sort), but a very endearing charm. One of the few languages I know where structured and clear programming was almost impossible.
Icon fixed many of Snobol's problems - especially, it had a quite decent syntax. And string processing in Icon wasn't a piggyback syntax, but was fully integrated into the language. Besides, Icon also had nice things like generators - which were then (in Python's 2.x versions) discovered by Python.
Here's the original article.