This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Vijay Mathew Pandyalakal (author)
Sat Oct 31 08:20:35 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
AUTHORS | Thu Aug 06 09:14:22 -0700 2009 | |
| |
COPYING | Thu Aug 06 09:14:22 -0700 2009 | |
| |
ChangeLog | Thu Aug 06 09:14:22 -0700 2009 | |
| |
INSTALL | Thu Aug 06 09:14:22 -0700 2009 | |
| |
Makefile | Sat Oct 31 08:20:35 -0700 2009 | |
| |
Makefile.am | Thu Aug 06 09:14:22 -0700 2009 | |
| |
Makefile.am.w32 | Thu Aug 06 09:14:22 -0700 2009 | |
| |
Makefile.in | Fri Aug 07 09:59:30 -0700 2009 | |
| |
NEWS | Thu Aug 06 09:14:22 -0700 2009 | |
| |
README | Wed Oct 14 10:15:39 -0700 2009 | |
| |
TODO | Wed Oct 21 08:49:56 -0700 2009 | |
| |
aclocal.m4 | Fri Aug 07 09:59:30 -0700 2009 | |
| |
autom4te.cache/ | Fri Aug 07 09:59:30 -0700 2009 | |
| |
autoscan.log | Thu Aug 06 09:14:22 -0700 2009 | |
| |
config.h | Thu Aug 06 09:14:22 -0700 2009 | |
| |
config.h.in | Thu Aug 06 09:14:22 -0700 2009 | |
| |
config.log | Sat Oct 31 08:20:35 -0700 2009 | |
| |
config.status | Sat Oct 31 08:20:35 -0700 2009 | |
| |
configure | Fri Aug 07 09:59:30 -0700 2009 | |
| |
configure.ac | Thu Aug 06 09:14:22 -0700 2009 | |
| |
depcomp | Thu Aug 06 09:14:22 -0700 2009 | |
| |
include/ | Mon Aug 17 08:00:44 -0700 2009 | |
| |
install-sh | Thu Aug 06 09:14:22 -0700 2009 | |
| |
libs/ | Sat Oct 31 08:20:35 -0700 2009 | |
| |
makeinclude | Thu Aug 06 09:14:22 -0700 2009 | |
| |
missing | Thu Aug 06 09:14:22 -0700 2009 | |
| |
mydb | Thu Aug 06 09:14:22 -0700 2009 | |
| |
prepare-w32 | Mon Aug 17 08:00:44 -0700 2009 | |
| |
samples/ | Wed Oct 21 08:48:28 -0700 2009 | |
| |
scheme/ | Sat Oct 31 08:20:35 -0700 2009 | |
| |
src/ | Sat Oct 31 08:20:35 -0700 2009 | |
| |
w32-installer/ | Sat Sep 26 05:34:01 -0700 2009 |
README
README
======
Spark-Scheme is a dialect of Lisp, which gives you...
* Interactive, modular software development
* Meta-programming facilities
* Advanced control flow
* Distributed computing
* A comprehensive networking API
* A modern GUI framework
* 2D/3D graphics
* An SQL database engine and connectivity to third-party databases
* A web server and a couple of web application frameworks
Copyright (C) 2007, 2008, 2009 Vijay Mathew Pandyalakal
Spark is distributed under GPLv3. See COPYING for more information.
INSTALL
=======
1. cd to the directory where you unpacked Spark.
2. Run the following commands:
./configure --enable-threads --enable-localjpeg --enable-localzlib --enable-localpng
make
sudo make install
3. To verify the installation, run the samples. For instance:
cd ./samples/chess
spark chess.ss







