public
Description: A Lisp dialect and a virtual Operating System.
Homepage: http://spark-scheme.wikispot.org/Home
Clone URL: git://github.com/vijaymathew/spark-scheme.git
Vijay Mathew Pandyalakal (author)
Sat Oct 31 08:20:35 -0700 2009
name age message
file AUTHORS Thu Aug 06 09:14:22 -0700 2009 First commit. [Vijay Mathew Pandyalakal]
file COPYING Thu Aug 06 09:14:22 -0700 2009 First commit. [Vijay Mathew Pandyalakal]
file ChangeLog Thu Aug 06 09:14:22 -0700 2009 First commit. [Vijay Mathew Pandyalakal]
file INSTALL Thu Aug 06 09:14:22 -0700 2009 First commit. [Vijay Mathew Pandyalakal]
file Makefile Sat Oct 31 08:20:35 -0700 2009 Comment modified. [Vijay Mathew Pandyalakal]
file Makefile.am Thu Aug 06 09:14:22 -0700 2009 First commit. [Vijay Mathew Pandyalakal]
file Makefile.am.w32 Thu Aug 06 09:14:22 -0700 2009 First commit. [Vijay Mathew Pandyalakal]
file Makefile.in Fri Aug 07 09:59:30 -0700 2009 libiconv added to Makefile.am. Cygwin build nee... [Vijay Mathew Pandyalakal]
file NEWS Thu Aug 06 09:14:22 -0700 2009 First commit. [Vijay Mathew Pandyalakal]
file README Wed Oct 14 10:15:39 -0700 2009 README modified [Vijay Mathew Pandyalakal]
file TODO Wed Oct 21 08:49:56 -0700 2009 TODO modified. [Vijay Mathew Pandyalakal]
file aclocal.m4 Fri Aug 07 09:59:30 -0700 2009 libiconv added to Makefile.am. Cygwin build nee... [Vijay Mathew Pandyalakal]
directory autom4te.cache/ Fri Aug 07 09:59:30 -0700 2009 libiconv added to Makefile.am. Cygwin build nee... [Vijay Mathew Pandyalakal]
file autoscan.log Thu Aug 06 09:14:22 -0700 2009 First commit. [Vijay Mathew Pandyalakal]
file config.h Thu Aug 06 09:14:22 -0700 2009 First commit. [Vijay Mathew Pandyalakal]
file config.h.in Thu Aug 06 09:14:22 -0700 2009 First commit. [Vijay Mathew Pandyalakal]
file config.log Sat Oct 31 08:20:35 -0700 2009 Comment modified. [Vijay Mathew Pandyalakal]
file config.status Sat Oct 31 08:20:35 -0700 2009 Comment modified. [Vijay Mathew Pandyalakal]
file configure Fri Aug 07 09:59:30 -0700 2009 libiconv added to Makefile.am. Cygwin build nee... [Vijay Mathew Pandyalakal]
file configure.ac Thu Aug 06 09:14:22 -0700 2009 First commit. [Vijay Mathew Pandyalakal]
file depcomp Thu Aug 06 09:14:22 -0700 2009 First commit. [Vijay Mathew Pandyalakal]
directory include/ Mon Aug 17 08:00:44 -0700 2009 Windows and Linux networking code merged. [Vijay Mathew Pandyalakal]
file install-sh Thu Aug 06 09:14:22 -0700 2009 First commit. [Vijay Mathew Pandyalakal]
directory libs/ Sat Oct 31 08:20:35 -0700 2009 Comment modified. [Vijay Mathew Pandyalakal]
file makeinclude Thu Aug 06 09:14:22 -0700 2009 First commit. [Vijay Mathew Pandyalakal]
file missing Thu Aug 06 09:14:22 -0700 2009 First commit. [Vijay Mathew Pandyalakal]
file mydb Thu Aug 06 09:14:22 -0700 2009 First commit. [Vijay Mathew Pandyalakal]
file prepare-w32 Mon Aug 17 08:00:44 -0700 2009 Windows and Linux networking code merged. [Vijay Mathew Pandyalakal]
directory samples/ Wed Oct 21 08:48:28 -0700 2009 List utilites limited to lists. Support for ve... [Vijay Mathew Pandyalakal]
directory scheme/ Sat Oct 31 08:20:35 -0700 2009 Comment modified. [Vijay Mathew Pandyalakal]
directory src/ Sat Oct 31 08:20:35 -0700 2009 Comment modified. [Vijay Mathew Pandyalakal]
directory w32-installer/ Sat Sep 26 05:34:01 -0700 2009 Windows installer script (NSIS) added. [Vijay Mathew Pandyalakal]
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