Sharepoint 2007 and Script#
Today´s post is a mixed one.
First I´d like to express my astonishment with Sharepoint 2007. It´s a major advancement in one of the greatest products on Microsoft portfolio.
The wiki part that I always felt it was missing in other Sharepoint versions is perfect and completely integrated with every single module of it. It has a special projects module for the management of projects with features like release management, links and documentation.
You can see it in action in http://projects.nikhilk.net/default.aspx.
Which brings me to the second part of my post which is Script#.
Script# is the side project of Nikhil Kotari.
Script# is essentially a C# compiler. The great catch is that it generates JavaScript code instead of IL code. This way you can keep your server and client codebase consistently in one programming language (C#).
Today he published a new article on anonymous delegates that really sums up the power of Script#. Go take a look at it at Functional Programming via Anonymous Delegates and Script#.