LambdaCore

Programming Language

An interpreted language written in Rust inspired by the Lisp family of languages.

Features

  • MPL-2.0 Licensed
  • REPL (Read, Eval, Print Loop)
  • Cross-Platform (Windows, MacOS, Linux)
  • Tail Call Optimization (Coming Soon)

Get Started

To get started easily, take a look at some examples on GitHub or view tutorials on the LambdaCore Wiki.

Alternatively, head over to GitHub to browse the source code.

Download

Acquire LambdaCore source code or download prebuilt binary for Windows, MacOS, and Linux.

Download Latest Version

Code Examples

Hello World

Usage Example: REPL

Usage Example: Run File

Usage Example: Run Code Snippet

Usage Example: Performance Test