frege-interpreter
Interpreter
An interpreter and scripting engine for a functional programming language
Frege Interpreter
15 stars
7 watching
7 forks
Language: Frege
last commit: over 4 years ago Related projects:
Repository | Description | Stars |
---|---|---|
frege/frege | A Haskell implementation for the JVM with a strong focus on functional programming and type inference. | 3,642 |
frege/frege-repl | A command-line REPL (Read-Eval-Print Loop) for executing Frege programming language code snippets | 78 |
egel-lang/egel | An interpreter for an untyped concurrent functional scripting language with a concise syntax | 80 |
frege/fregefx | Bindings and utilities to integrate Frege with JavaFX for building user interfaces. | 33 |
frege/frege-gradle-plugin | A Gradle plugin for compiling and managing Frege projects | 25 |
frege/eclipse-plugin | An Eclipse plugin for supporting the frege programming language. | 31 |
frege/frege-lein-plugin | A plugin that enables Leiningen to compile Frege code. | 33 |
dierk/frepl-gui | A graphical interface for the Frege REPL, allowing users to interact with the language in an intuitive way. | 25 |
dierk/fregetutorial | Provides code examples and setup guides for learning Frege | 9 |
mperry/frege-gradle-example | An example project demonstrating how to compile and run Frege code with Gradle | 2 |
beanshell/beanshell | An embeddable, dynamically-typed Java interpreter with scripting language features. | 860 |
fabrik42/writing_an_interpreter_in_elixir | An Elixir implementation of an interpreter for the Monkey programming language | 138 |
terenceng03/mueval | A Haskell interpreter designed to evaluate pure functions securely and efficiently in a sandboxed environment. | 77 |
frege/frege-maven-plugin | Supports compilation of frege-lang source code into Java and integration with Apache Maven build tool | 13 |
frege/frege-lein-template | Creates a skeleton project template with a choice of main language implementation (Clojure or Frege) for mixed-language Clojure/Frege projects. | 9 |