C# Interpreters for Linux

View 1220 business solutions

Browse free open source C# Interpreters for Linux and projects below. Use the toggles on the left to filter open source C# Interpreters for Linux by OS, license, language, programming language, and project status.

  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    Compose* is a project that aims at enhancing the modularization capabilities of component- and object-based programming. In particular, Compose* offers aspect-oriented programming through the composition filters model.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2
    The Eagle Project

    The Eagle Project

    Implementation of Tcl for the CLR.

    Eagle (Extensible Adaptable Generalized Logic Engine) is an implementation of the Tcl scripting language for the Common Language Runtime (CLR).
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3

    Jainja

    Jainja is a JVM (Java Virtual Machine) written in Java

    Jainja is a JVM (Java Virtual Machine) written in Java. The VM is developed by using the smallest possible subset of Java in order to run on top of multiple environments : Java SE, JavaME, Android, Javascript, and even natively.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    Embed Prolog directly in your Python, C# or Javascript program using the yield keyword. There is no API standing between your code and Yield Prolog, so you can use all language features, including arrays, file I/O, user interaction and your own classes.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Photo and Video Editing APIs and SDKs Icon
    Photo and Video Editing APIs and SDKs

    Trusted by 150 million+ creators and businesses globally

    Unlock Picsart's full editing suite by embedding our Editor SDK directly into your platform. Offer your users the power of a full design suite without leaving your site.
    Learn More
  • 5
    Dyalect

    Dyalect

    Dyalect is a programming language for .NET Core

    Dyalect is a dynamic programming language for .NET Core platform. It is lightweight, fast and modern. Dyalect (or Dy for short) is written in C# and has zero dependencies except for standard .NET Core libraries, which means that it can seamlessly run on Windows, MacOS and Linux. Moreover you can use the same binaries on any of these platforms! Dy runs on the top of its own high performance virtual machine. It compiles fast and can be used as an embeddable language or as a scripting language of your choice. It is also a good language to learn programming. Dyalect offers modern syntax, inspired by such languages as C#, Swift, Go and Rust, first class functions, coroutines, expressive modules, a dynamic type system with an ability to extend existing types with new functions and much more. Dy is shipped with a crossplatform interactive console. Main repo: https://github.com/vorov2/dyalect
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    NSP Script Processor
    NSP is the complete object-based scripting language written in just a few thousand lines of ansi c. It's portable, thread-safe, flexible, embeddable, expandable and easy to understand (as a language and as an API).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7

    NaiveLanguageTools

    C# lexer and parser

    NLT is free, open-source C# lexer and GLR parser suite -- which translates to ability to parse ambiguous grammars. Grammar can be defined directly in code or (preferably) in separate file (lex/yacc-like) for included generator. If you understand/guess the meaning of grammar in C#: // scanning lexer.AddStringRule(")", match => SymbolEnum.RPAREN); // parsing prod_builder.AddProduction(SymbolEnum.exp, SymbolEnum.LPAREN, SymbolEnum.exp, SymbolEnum.RPAREN, (_1, e, _3) => (AstNode)e); or grammar in NLT format: // scanning /[A-Za-z_][A-Za-z_0-9]*/ -> IDENTIFIER, IdentifierSymbol.Create($text); // parsing program -> list:namespace_list { new Program(currCoords(), (Namespaces)list) }; you should be able to use it :-). There is Example project included which serves as tutorial.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    A easy basic in order to make games in 2d style amos for linux and windows The basic it comprises a module runtime, ide examples and games.
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    OOEU is an open source, enhanced implementation of the Euphoria programing language.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    A C# interactive interpreter. The majority of the actual parsing is done by Mono's mcs, but to the user it looks like a C# interpreter. The project is currently inactive. If anybody want to continue it, please email the current maintainer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    CLearSharp is a clean C#-implementation of Common Lisp. The big goals are ANSI standard compliance, interoperability with Java and integration with scripting environments. This project is meant to be a sibling to CLearJ, with sharing of implementation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ClearLisp is a Common Lisp interpreter written in C# with a large library including all of .NET and an extensive object model. Supports IIS and XSP or Apache with mono. Includes sample code of a personal, file based wiki web application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The Data Abstraction Penalty benchmark for Small Objects in Java and C#, version 2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    DDay.iCal is an iCal (RFC 5545) class library for .NET 2.0 and above, Silverlight. It aims at being as RFC 5545 compliant as possible, while targeting compatibility with popular calendaring applications, like Apple iCal, Outlook 2007, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    DataLoggin provides the raw data Database for the Dawn of Light Server Emulation Project. (www.dolserver.com)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    An interactive, Lisp-like language for .Net scripting and development, having deep .Net integration, sharing type system, GC and other runtime services etc., with transparent access to .Net w/o a FFI or wrappers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Initially a simple C# EBNF file parser that construct the expression tree.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    EMal

    EMal

    An easy to read programming language, with english and italian lexemes

    A toy programming language that supports english and italian keywords. It's goal is to be a language for algorithm prototyping, simple enough to be teached to kids.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Ela, functional language
    Ela is a modern functional programming language that runs on CLR and Mono. It is implemented in 100% .NET and C#. Main project hosting is CodePlex: https://ela.codeplex.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    GEXL, General EXpression Library, is a C# library that abstracts typed expression trees suitable for representing any sort of language; GEXL trees are safely extensible with both operations and new data types, thus solving "the expression problem".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The Language Processing Agency provides agents and an agent-oriented infrastructure for developing language processors in .NET. Typical language processors are transformation tools, extraction tools, language interpreters, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    XML-based application layout descriptive language. and UI framework-independence, platform-independence. support simple control flow, and lisp-like mathematical expression calculation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Locos is an object oriented framework for building parsers and other language processing tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A collection of Metasyntaxes like EBNF for .Net including a definition file parser and an expression tree.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Ocean Scheme is an implementation of the Scheme programming language (aiming to be compatible with the upcoming R6RS Standard), whose native platform is the .NET framework (Mono, MS, and DotGNU). Written ground-up in C#.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.