README.markdown @ 305a8a394b64

Add notes about implementation support
author Steve Losh <steve@stevelosh.com>
date Thu, 08 Sep 2016 13:59:19 +0000
parents 21abbc15f9b7
children c79e1317527e
    @@@@@@@   @@@@@@@@   @@@@@@    @@@@@@   @@@@@@@
    @@@@@@@@  @@@@@@@@  @@@@@@@@  @@@@@@@   @@@@@@@
    @@!  @@@  @@!       @@!  @@@  !@@         @@!
    !@   @!@  !@!       !@!  @!@  !@!         !@!
    @!@!@!@   @!!!:!    @!@!@!@!  !!@@!!      @!!
    !!!@!!!!  !!!!!:    !!!@!!!!   !!@!!!     !!!
    !!:  !!!  !!:       !!:  !!!       !:!    !!:
    :!:  !:!  :!:       :!:  !:!      !:!     :!:
     :: ::::   :: ::::  ::   :::  :::: ::      ::
    :: : ::   : :: ::    :   : :  :: : :       :

Beast is a **B**asic **E**ntity/**A**spect/**S**ystem **T**oolkit for Common
Lisp.  It's a thin layer of sugar over CLOS that makes it easy to write flexible
objects for video games.

* **License:** MIT/X11
* **Documentation:** <http://sjl.bitbucket.org/beast/>
* **Mercurial:** <http://bitbucket.org/sjl/beast/>
* **Git:** <http://github.com/sjl/beast/>

The test suite currently passes in SBCL, CCL, ECL, and ABCL on OS X and Debian.
Further testing is welcome.