Skip to content

ghosthamlet/spark-scheme

 
 

Repository files navigation

README
======

Spark (1.0-alpha) for GNU/Linux. 
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, try running the samples. For instance:
	cd ./samples/chess
	spark chess.ss

About

An implementation of the Scheme language and a versatile Virtual Operating System.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 46.5%
  • Scheme 25.1%
  • C++ 13.7%
  • Shell 8.0%
  • Roff 3.7%
  • Makefile 1.1%
  • Other 1.9%