V-Demon / lisp

CLISP based Common Lisp interpreter/compiler. Very compact C++ implementation.

Home Page:http://ufasoft.com/lisp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ufasoft Lisp software  http://ufasoft.com/lisp

This Common Lisp implementation based on the original CLISP ( http://clisp.org ).
Small native core rewritten on C++.
CLISP's .lisp files used mostly unmodified.

Supported Platforms:
	Linux/Unix
	Windows - has GUI IDE, based on Visual Studio Shell.
	Windows CE

For Linux/Unix:
	./configure && make

For Windows:
	Open lisp.sln  (with VS 2015/2013)

For Windows CE:
	Open src/lispeng/lisp.vcproj  (VS 2008 project file)



========================
This software is free.
Bitcoin address for donations: 1CyCvgJsYBN6YMcHsnsHR9SoQk8T9fKMvj
Donating will help to improve this project.

About

CLISP based Common Lisp interpreter/compiler. Very compact C++ implementation.

http://ufasoft.com/lisp

License:GNU General Public License v3.0


Languages

Language:Common Lisp 72.7%Language:C++ 20.7%Language:Makefile 4.9%Language:Shell 1.3%Language:M4 0.2%Language:C 0.1%Language:Perl 0.1%