From 2302090756346021d733e5ce7a1bd5d95a8ca8b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9?= Date: Mon, 8 Dec 2014 23:21:05 +0600 Subject: [PATCH] Update dotnet-developer-projects.md --- dotnet-developer-projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dotnet-developer-projects.md b/dotnet-developer-projects.md index 988ed42..b05016e 100644 --- a/dotnet-developer-projects.md +++ b/dotnet-developer-projects.md @@ -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)