Browse by Tags

My ¢2 on Java Extension Methods
05 December 07 05:38 PM | andersnoras | 3 Comments   
A while a go Neil Gafter proposed extension methods as a new feature in Java 7. This is an interesting proposal and if it is implemented, it would make Quaere even better. I'll skip the tired list sorting example from the discussions and think out loud Read More...
Filed under: , ,
Lexical Closures, Deferred Execution and Kicker Methods
06 November 07 05:20 AM | andersnoras | 3 Comments   
Casper wrote an interesting comment to my screen cast about LINQ and Quaere auto completion which deserves an answer in the form of a blog post. As the title suggests you’re in for a ride through many different concepts in .NET, Java, LINQ and Quaere Read More...
Filed under: , , ,
Bare naked LINQ
18 October 07 06:07 AM | andersnoras | 10 Comments   
Some ever recurring discussions around Quaere are “this isn’t really LINQ for Java” and “cool, but this isn’t truly type-safe”. In this post I’ll dive into these topics by explaining how LINQ works… LINQ Read More...
Filed under: , , ,