klisp

an open source interpreter for the Kernel Programming Language.
git clone http://git.hanabi.in/repos/klisp.git
Log | Files | Refs | README

commit bea62e4dc9943605c2ea3f8fd427a1594b75f3ed
parent feedf91b757cb4e3cd31b689a63a2094c23685f9
Author: Andres Navarro <canavarro82@gmail.com>
Date:   Tue, 21 Feb 2012 14:45:49 -0300

Updated README to point to the new klisp.org webpage.

Diffstat:
MREADME | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/README b/README @@ -8,7 +8,7 @@ README for klisp 0.2 that probably won't happen for some time. It is written in C99 under the MIT license. It draws heavily from the Lua interpreter source code & file structure. It uses the IMath library for arbitrary sized - integers and rationals. + integers and rationals. You can check the webpage at http://klisp.org * What is the Kernel Programming Language? ---------------------------------------- @@ -21,10 +21,9 @@ README for klisp 0.2 ------------ klisp is freely available for both academic and commercial purposes. See COPYRIGHT for details. - klisp can be downloaded at + klisp can be downloaded from http://klisp.org or from https://bitbucket.org/AndresNavarro/klisp - * Installation ------------ klisp is implemented in C99, with some gcc extensions for packing