Home > ruse

ruse

Ruse is a project mainly written in D, based on the GPL-3.0 license.

An implementation of Lisp

ruse

About

ruse is an in-progress implementation of Lisp written in D.

Usage

After building with make, run ./ruse to get a repl.

Installation

There is no way to 'install' currently, and I don't see why you would want to. To build, you'll need DMD. Just run make.

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.