Skip to content

Commit

Permalink
Update dotnet-developer-projects.md (microsoft#1339)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsw945 authored and Mattes0h committed Jul 28, 2023
1 parent 679cc86 commit 1ceda3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dotnet-developer-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,12 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C
* [IronRuby](https://github.com/IronLanguages/main/tree/master/Languages/Ruby) - A .NET implementation of the [Ruby](https://www.ruby-lang.org) programming language, built on the DLR. [IronRuby Site](http://ironruby.net).
* [IronScheme](https://github.com/leppie/IronScheme) - A R6RS conforming Scheme-like implementation based on the Microsoft DLR.
* [Irony](https://github.com/IronyProject/) - a development kit for implementing languages on .NET platform
* [Jint](https://github.com/sebastienros/jint) - a Javascript interpreter for .NET which can run on any modern .NET platform as it supports .NET Standard 2.0 and .NET 4.6.1 targets (and up).
* [Mond](https://github.com/Rohansi/Mond) - A scripting language for .NET Core
* [MoonSharp](https://github.com/xanathar/moonsharp/) - A Lua interpreter and remote debugger, written entirely in C#, easily embeddable in any application running on .NET 3.5+ and Mono.
* [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.
* [NiL.JS](https://github.com/nilproject/NiL.JS) - A .NET implementation of the ECMAScript language and runtime.
* [P](https://github.com/p-org/P) - a state machine based programming language for modeling and specifying complex distributed systems.
* [Phalanger](https://github.com/DEVSENSE/Phalanger) - full-featured PHP runtime & compiler for .NET/Mono frameworks. Phalanger is modern open-source implementation of PHP, compatible with the vast array of existing PHP code.
* [Roslyn (.NET Compiler Platform)](https://github.com/dotnet/roslyn) - Open-source C# and Visual Basic compilers with rich code analysis APIs.

Expand Down Expand Up @@ -167,6 +170,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C
* [Lexical.Localization](http://lexical.fi/Localization/index.html) - Localization class library for .NET.
* [LibGit2Sharp](https://github.com/libgit2/libgit2sharp) - C# language bindings for the [LibGit2](https://github.com/libgit2/libgit2) implementation of Git.
* [LINQ Extensions](https://github.com/TommasoScalici/LINQExtensions) - LINQ extensions for .NET is a collection of useful extensions methods that extends LINQ's capability. There are methods for combinatorics and sequence analysis, generation and manipulation.
* [LiteDB](https://github.com/mbdavid/LiteDB) - a small, fast and lightweight .NET NoSQL embedded document database.
* [Localization.SqlLocalizer]( https://github.com/damienbod/AspNet5Localization) - SQL Localizer for ASP.NET Core, dotnet
* [Lucene.Net](https://github.com/apache/lucene.net) - A .NET full-text search engine framework that is a C# port of the popular Apache Lucene project.
* [Magicodes.IE](https://github.com/dotnetcore/Magicodes.IE) - An import and export general library, support Dto import and export and dynamic export, support Excel, Csv, Word, Pdf and Html.
Expand Down

0 comments on commit 1ceda3d

Please sign in to comment.