Software Tools
Here is a list of various free software tools I have developed over the time.
STklos
STklos is a free Scheme system supporting most of the language features defined in R5RS.
Home Page: https://stklos.net
Download: Stable releases, Development Tree: Github, Gitlab
Status: actively developed
Skribe
Skribe is a free functional programming language for text authoring.
Home Page: http://www.inria.fr/mimosa/fp/Skribe
Download: http://www-sop.inria.fr/mimosa/fp/Skribe/index-1.html
Status: Skribe was developed with Manuel Serrano and is no more maintained
STk
STk is the ancestor of STklos. This is a Scheme interpreter conform to R4RS.
Home Page: http://kaolin.unice.fr/STk
Download: Old versions. Github version can be compiled on recent GNU/Linux systems.
Status: STk is no more developed . Use STklos instead
Clé
Clé is a line editor which provides the editing/history/completion commands of the readline package to any line-oriented Unix command.
Home Page: http://kaolin.unice.fr/Cle
Download: http://kaolin.unice.fr/Cle/Distrib
Status: Clé is no more developed. Use the package rlwrap developed by Hans Lub which has better support with modern Unixes.