|
|
Browse by Tags
All Tags » Ruby
-
Whatever language you write in, your task as a programmer is to do the best you can with the tools at hand. A good programmer can overcome a poor language or a clumsy operating system, but even a great programming environment will not rescue a bad programmer.
Kernighan and Pike
When I attended Richard Öberg’s talk on Qi4J at the Oslo ...
-
Yesterday I came across Chris Wanstrath Ambition project which is very similar to my Quaere project. To exemplify the similarities between LINQ, Ambition and Quaere, here is the same query expressed in each ''language''.
LINQ var expensiveProducts =
from p in products
where p.UnitsInStock > 0 ...
-
Some time ago, Microsoft hired John Lam I have been looking forward to see Ruby becoming a member of the .NET family of languages. Today I stopped by the Silverlight web site and I read this: ''Microsoft® Silverlight™ is a cross-browser, cross-platform plug-in for delivering the next generation of .NET based media experiences and rich interactive ...
|
|
|