21 open-source projects similar to nuskey8/lua-csharp, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Lua CSharp alternative.
This project is a multilingual educational framework that provides curated roadmaps and translated resources for mastering core computer science subjects. It serves as a Chinese translation of a structured guide designed to help students and engineers learn computer science fundamentals through a sequence of recommended books and courses. The framework focuses on technical content localization, converting English computer science roadmaps into Chinese to improve accessibility. It utilizes a manual translation workflow to ensure conceptual accuracy across its study guides and resource collecti
A port of Clojure to the CLR, part of the Clojure project
Next generation of ClojureCLR under development.
The .NET Compiler Platform is a collection of open-source APIs for C# and Visual Basic that provides deep code analysis, refactoring, and automated source code generation. It serves as the core infrastructure for building development tools, offering a platform to inspect, modify, and understand source code through immutable syntax trees and semantic models. The platform distinguishes itself by providing full-fidelity syntax trees that preserve every character of source code, including whitespace and comments, alongside an incremental compilation pipeline that enables near-instant feedback dur
F# to JavaScript, TypeScript, Python, Rust, Erlang and Dart Compiler
Please file issues or pull requests here: https://github.com/dotnet/fsharp
Implementation of Python 3.x for .NET Framework that is built on top of the Dynamic Language Runtime.
A polyglot REPL built on .NET Interactive
The P programming language.
Harmony is a library for modifying, replacing, and decorating compiled .NET and Mono methods during execution without altering binary files on disk. It functions as a runtime method patching tool, a CIL instruction manipulator, and a reflection extension for C#. The project provides mechanisms to intercept method execution, allowing custom code to run before or after original methods while maintaining the existing program flow. It enables the analysis and rewriting of Common Intermediate Language instructions to change the internal logic of compiled methods. The toolkit also includes utiliti
The new generation Pascal programming language for .NET
PeachPie - the PHP compiler and runtime for .NET and .NET Core
A scripting language for .NET Core
A lightweight and fast parsing library for C#.
A parser combinator library for F#