Giter Site home page Giter Site logo

rebcabin / lisp800 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from avshabanov/lisp800

0.0 3.0 0.0 349 KB

Inspired by lisp500, lisp800 is a small embeddable dialect by lisp500 with the emphasis on embeddability

License: Other

Makefile 0.15% C 18.12% Common Lisp 81.70% Shell 0.04%

lisp800's Introduction

lisp800

lisp800 is based on Teemu Kalvas's lisp500. Lisp800 is an attempt to clean up the original Lisp500 source code to make it more useful for embedding and hacking. The main goal is to make interpreter embeddable and multiple context-oriented.

How to start

  cd src
  make
  rlwrap ./build/lisp800 lisp/init800.lisp

Note, that rlwrap is not mandatory, i.e. you can run this as ./build/lisp800 lisp/init800.lisp but the latter one lacks convenient readline wrapper's features you may want to have.

How to run smoke test

  cd src
  ./script/retest.sh

The execution output of the last command should contain PASSED at the last line, e.g.:

OK: (LIST 4 3 2 1 0) is EQUAL to (ACCUM 4)
OK: 1 is EQ to (FOO)
OK: (MACROEXPAND-1 (QUOTE (DEFWRAP FOO))) is EQUAL to (QUOTE (DEFUN FOO NIL 1))
PASSED

lisp800's People

Contributors

avshabanov avatar

Watchers

Brian Beckman avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.