Sharpkit an intresting alternative (although not free :-( )

147 views
Skip to first unread message

rekna

unread,
Feb 21, 2010, 5:08:15 PM2/21/10
to Scriptsharp
http://sharpkit.net

It looked at it only briefly, but I must say, it contains a lot
features which I would very much like to see in scriptsharp.
There is a comparison page between sharpkit and Scriptsharp, which
pretty much tells it all...
http://sharpkit.net/overview/features/

It seems to me, the c# code it allows you to write is more intuitive
than scripsharp, eg. an anonymous function can be written as :
JsAction myAnonymousFunction = delegate()
{
alert("myAnonymousFunction was invoked!");
};
myAnonymousFunction();

and this translates to :
var myAnonymousFunction = function(){
alert("myAnonymousFunction was invoked!");
};
myAnonymousFunction();

In my opinion a lot cleaner than having to use the Delegate class of
scriptsharp...

But as I mentioned already in the subject of this post, it comes at a
cost : 650$ for a single developers licence...

Dan-el Khen

unread,
Jun 21, 2011, 11:50:49 AM6/21/11
to scriptsha...@googlegroups.com
Hi, 

The new version of SharpKit (v4) has different pricing:
It's free for small projects - up to 1000 lines of converted code per project, fully functional, no trial, no time-limit, or 199$ for a personal license (single independent developer) without code size limit.


Cheers
Reply all
Reply to author
Forward
0 new messages