rustylisp

A minimal LISP interpreter. Work in progress.

Pure Nim score 15/100 · last commit 2019-03-07 · 1 stars · tests present · no docs generated

Summary

Latest Version Unknown
License Unknown
CI Status Failing
Stars 1
Forks 1
Open Issues 0
Last Commit 2019-03-07
Downloads 0
Last Indexed 2026-08-11 05:08

Installation

nimble install rustylisp
choosenim install rustylisp
git clone https://gitlab.com/tblah/rustylisp

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
rustylisp - - - - - - -

Source

Repository https://gitlab.com/tblah/rustylisp
Homepage https://gitlab.com/tblah/rustylisp
Registry Source gitlab

README

Rusty Scheme

This is a project to write a scheme interpreter in Rust.

This software may be freely distributed under the GPL version 3 or later as published by the Free Software Foundation.

Compile and test using cargo.