Adding new languages to .NET VS IDE

  • Thread starter Thread starter news.microsoft.com
  • Start date Start date
N

news.microsoft.com

Hi,
How easy is it to add new compilers and languages to the VSnet IDE? Say I
want to add SML.NET or OBERON.NET, how?

THanks
 
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

http://www.activestate.com/Initiatives/NET/Python_for_.NET_whitepaper.pdf

Gives you an idea of what it's like to add a language to the .NET
Framework (I assume that when you said VSnet IDE, you meant .NET)...

news.microsoft.com wrote:

| Hi,
| How easy is it to add new compilers and languages to the VSnet IDE?
Say I
| want to add SML.NET or OBERON.NET, how?
|
| THanks
|
|


- --
Ray Hsieh (Ray Djajadinata) [SCJP, SCWCD]
ray underscore usenet at yahoo dot com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQE/nY3BwEwccQ4rWPgRAh4WAJ4vKe6QfjYNfIxDB4ACB+j8li+/CQCcD+rg
Jl2n3cMlrL9Evn/lwjipbeg=
=mry3
-----END PGP SIGNATURE-----
 
news.microsoft.com said:
Hi,
How easy is it to add new compilers and languages to the VSnet IDE? Say I
want to add SML.NET or OBERON.NET, how?

To find out what is involved, download a copy of the Visual Studio
Industry Partner SDK from:

http://msdn.microsoft.com/vstudio/partners/

If you just want a .NET implementation of Oberon, QUT has already
integrated Gardens Point Component Pascal (a superset of Oberon-2)
into VS.NET:

http://www.citi.qut.edu.au/research/plas/projects/cp_files/cpide.jsp

Chris Burrows
CFB Software
http://www.cfbsoftware.com
 
Back
Top