Merge pull request #148 from nilproject/patch-1

Add line about NiL.JS to dotnet-developer-projects.md
pull/149/head
Rich Lander 2014-12-08 11:27:10 -08:00
commit c1550c481c
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C
* [Nemerle](https://github.com/rsdn/nemerle) A high-level statically-typed programming language which offers functional, object-oriented and imperative features and has a simple C# like syntax and a powerful meta-programming system.
* [Eagle](http://eagle.to) A .NET implementation of the [Tcl](https://www.tcl.tk) programming language, built on the CLR.
* [MoonSharp](http://www.moonsharp.org) A Lua interpreter and remote debugger, written entirely in C#, easily embeddable in any application running on .NET 3.5+ and Mono.
* [NiL.JS](https://github.com/nilproject/NiL.JS) A .NET implementation of the ECMAScript language and runtime.
* Security / Identity Management
* [Thinktecture IdentityServer](https://github.com/thinktecture/Thinktecture.IdentityServer.v3)