-
Notifications
You must be signed in to change notification settings - Fork 243
Supported Languages
Nihal Talur edited this page Jan 28, 2017
·
7 revisions
- C++: This was the first language to be supported and is the language that AvalonStudio focuses on most. C++ support is in
master
. - C#: Work is in progress, but C# is still not usable. This is currently in
master
- D: ???
- TypeScript: TypeScript support is in progress (
typescript-support
) branch. It is quite usable in the IDE, though there are still some issues with highlighting and autocompletion, though both work to some extent. Building is supported throughtsc
, and running is supported throughIridiumJS
(a fork ofJINT
), but debugging is not supported.