Implemented in R5RS (see RevisedReportOnAlgorithmicLanguageScheme).

LukesProgrammableWiki is programmed in ErlangLanguage, which in turn implements SchemeLanguage as an embedded language for end-user code. So it is the first user-programmable SchemeWiki. -- FridemarPache

WiLiKi (http://www.shiro.dreamhost.com/scheme/wiliki/wiliki.cgi) is another Scheme wiki project, implemented in Gauche (an R5RS Scheme implementation developed to be a handy script interpreter, which allows programmers and system administrators to write small to large scripts for their daily chores ... http://www.shiro.dreamhost.com/scheme/gauche/).
----
'''Resources'''

'''-Applications'''

End-user applications written using Scheme:

	*MoshiMoshi is a work in progress to create a Wiki in SchemeLanguage, DrScheme to be precise. Latest versions have all core functionality. -- NoelWelsh



'''-Libraries'''

Libraries and modules for use in Scheme (but not SchemeImplementations or end-user applications):

	* '''LALR(1)''' - An Efficient and Portable Scheme LALR(1) Parser Generator by Dominique Boucher: http://www.iro.umontreal.ca/~boucherd/Lalr/documentation/lalr.html
	* '''Scheme Underground Network Package''' - a set of libraries for doing Net hacking from Scheme/scsh: http://sunet.sourceforge.net/
	* '''SLIB''' - portable scheme library providing compatibility and utility functions for standard Scheme implementations: http://www.swiss.ai.mit.edu/~jaffer/SLIB.html


'''-Directories'''

Sites that contain directories of libraries and modules:
	* '''Google's''' Scheme software directory: http://directory.google.com/Top/Computers/Programming/Languages/Lisp/Scheme/Software/
	* '''Schematics''' - "devoted to the construction of high quality libraries for the Scheme language, and PLT Scheme in particular": http://schematics.sourceforge.net/
	* '''Schemers.org''' small list: http://www.schemers.org/Documents/FAQ/#id2834184


----

'''Wikis to discuss Scheme'''
* The Scheme Cookbook: http://schemecookbook.org/
* The community-scheme-wiki: http://community.schemewiki.org/

----
CategoryScheme