[MonoDevelop] TypeScript support in MonoDevelop?

Matt Ward ward.matt at gmail.com
Wed Feb 19 22:39:51 UTC 2014


Good work.

The TypeScript addin for SharpDevelop currently uses JavaScript.NET (
http://javascriptdotnet.codeplex.com/), a managed C++ wrapper around V8, as
a way to run javascript code which then calls back into .NET objects.

I also more recently looked at using V8.NET (http://v8dotnet.codeplex.com/)
as the JavaScript engine, which provides a C API, and there seems to have
been some initial work to get it working with Mono.

TypeScript addin for SharpDevelop can be found here -
https://github.com/mrward/typescript-addin/


On 19 February 2014 21:28, Mike Krüger <mkrueger at xamarin.com> wrote:

>  Hi
>
> The good thing at typescript is that Microsoft already did the hard parts
> - they made the whole language service (compiler/parser/code
> formatter/completion etc.)
>
> The downside is that they implemented all that stuff in Typescript without
> a typescript <-> .NET bridge :(
>
> Regards
> Mike
>
>
>  Hey guys,
>
>  I think SharpDevelop has an add-in already that does a lot of Typescript
> stuff.
>
>  Might be worth looking at that puppy as well.
>
>
> On Wed, Feb 19, 2014 at 4:17 PM, Mike Krüger <mkrueger at xamarin.com> wrote:
>
>>  Hi
>>
>> I would like to take a look - I've already added TypeScript highlighting
>> last year :)
>>
>> federico: If you have something to share I would be interested in it.
>>
>> Regards
>> Mike
>>
>>
>>  Hey guys,
>>
>>  Quick follow up here.
>>
>>  We have been investigating getting Jurassic working on Mono, and today
>> Zoltan completed the port of Jurassic to Mono:
>>
>>  http://github.com/mono/jurassic
>>
>>  So now would be a good time to find out just how much work it is to
>> bring TypeScript to MonoDevelop :-)
>>
>>  Miguel
>>
>>
>> On Tue, Oct 30, 2012 at 1:03 PM, Federico Di Gregorio <fog at dndg.it>wrote:
>>
>>>  On 30/10/2012 17:56, Mike Christensen wrote:
>>> > Today I've been reading up on TypeScript, a superset of JavaScript
>>> > designed by Anders Hejlsberg.  The compiler is completely open-source,
>>> > and available on CodePlex.  However, right now VS2012 is the only IDE
>>> > with support.
>>> >
>>> > I think adding in support for MonoDevelop would be an amazing project.
>>> >  I'm wondering if anyone has given any thought to this.
>>> >
>>> > BTW, here's a video going over the basic
>>> > features: http://www.typescriptlang.org/
>>>
>>>  I tried to use both IronJS and Jurassic to host the TypeScript
>>> compiler.
>>> I have a "working" Jurassic host written by extending both it and
>>> TypeScript but it always bombs because of mono errors (unimplemented
>>> stuff/internals I guess).
>>>
>>> If you like I can make my patches available.
>>>
>>> federico
>>>
>>> --
>>> Federico Di Gregorio                         federico.digregorio at dndg.it
>>> Studio Associato Di Nunzio e Di Gregorio                  http://dndg.it
>>>   Se consideri l'uso del software libero una concessione tu stesso,
>>>    come potrai proporla agli altri?                         -- Nick Name
>>>  _______________________________________________
>>> Monodevelop-list mailing list
>>> Monodevelop-list at lists.ximian.com
>>> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>>>
>>
>>
>>
>> _______________________________________________
>> Monodevelop-list mailing listMonodevelop-list at lists.ximian.comhttp://lists.ximian.com/mailman/listinfo/monodevelop-list
>>
>>
>>
>
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monodevelop-list/attachments/20140219/cc5379e6/attachment-0001.html>


More information about the Monodevelop-list mailing list