creativity is that spark of electricity before an explosion.
it allows us, in a single instance to explore all possibilities without hesitation.
jLinq is one of those really neat projects which you can see taking off.
What is it?
jLinq is a fully extensible Javascript library that allows you to perform LINQ style queries on arrays of object.
Example:
var results = jLinq.from(data.users)
.is("admin")
.greater("age", 25)
.orderBy("-age") //the '-' means descending
.select();
Check out the project at http://www.hugoware.net/Projects/jLinq
| [+] | JavaFX goes head to head against Flash and Silverlight in the RIA stakes |
| [+] | Cocoa on the web - 280 North, Objective-J |
| [+] | Microsoft announces release of Expression Studio 2 |
| [+] | Nokia Launches Linux iniative to make Linux more extendable to support devices such as Mobile phon.. |
| [+] | AJAX Alliance upset at lack of basic support for featureset required to push AJAX to the next level |
| [+] | Microsoft DLR (Dynamic Language Runtime) information released |
| [+] | JavaFX goes head to head against Flash and Silverlight in the RIA stakes |
| [+] | Microsoft DLR (Dynamic Language Runtime) information released |
| [+] | Silverlight and Ruby on Rails |
