https://github.com/enlight/dylanvsshell
Dylan for Visual Studio (Isolated) Shell
https://github.com/enlight/dylanvsshell
Last synced: over 1 year ago
JSON representation
Dylan for Visual Studio (Isolated) Shell
- Host: GitHub
- URL: https://github.com/enlight/dylanvsshell
- Owner: enlight
- License: apache-2.0
- Created: 2013-07-13T05:16:15.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-10-23T16:47:41.000Z (almost 12 years ago)
- Last Synced: 2025-01-27T07:43:18.150Z (over 1 year ago)
- Language: C#
- Size: 926 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
=====================================================
Dylan for Visual Studio (Isolated) Shell (Terminated)
=====================================================
The aim of this project is to build a modern Visual Studio powered IDE for the
`Dylan programming language `_. Microsoft Visual Studio
can be extended to support new programming languages, however, extensions
can't be installed in the Express editions of the Visual Studio line.
Fortunately, Microsoft also provides the free Visual Studio Shell, that can
be extended as needed.
There are two versions of the shell, integrated and isolated. Extensions built
for the integrated shell are automatically merged with any other edition of
Visual Studio you may have installed, however, the integrated shell is
incompatible with the Express editions. The isolated shell on the other hand
can run side-by-side with any other editions of Visual Studio you may have
installed.
While initial development will target the isolated shell there's little reason
why the extensions can't work in the integrated shell, it would simply require
two separate installers.
Roadmap
=======
See `Milestones `_.
Compiling
=========
Requirements
-----------
* Visual Studio 2012
* `Visual Studio 2012 SDK `_