From 8786108abceeb0b2e82048da27bb8a2c2d52bd7a Mon Sep 17 00:00:00 2001 From: Virgile Bello Date: Sun, 11 Jan 2015 22:30:31 +0900 Subject: [PATCH] Add SharpLang to list of .NET Implementations. --- dotnet-developer-projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dotnet-developer-projects.md b/dotnet-developer-projects.md index b7c0bce..ae94ac0 100644 --- a/dotnet-developer-projects.md +++ b/dotnet-developer-projects.md @@ -10,6 +10,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C * [Fling OS](http://git.flingos.co.uk/fling-os/src) - [C# Operating System](http://www.flingos.co.uk/) designed for people to learn low-level development from. * [Mono](https://github.com/mono/mono) - Cross-platform implementation of .NET Framework. * [MOSA Project](https://github.com/mosa/MOSA-Project/) - Managed Operating System Alliance Project - C# Operating System. + * [SharpLang](https://github.com/xen2/SharpLang) - Compiles C# & .NET to native machine code, using [LLVM](http://llvm.org) as a backend. * Platforms * [Castle Project](https://github.com/castleproject) - Umbrella project for ActiveRecord, DynamicProxy, MonoRail, Windsor