| R7RS syntax is: (import (library name here)) We translate this into the internal path "library/name/here". This will allow us to easily load libraries from files later on by appending the ".sld" file name extension. | ||
|---|---|---|
| c | ||
| scheme-boot | ||
| scheme-core | ||
| scheme-examples | ||
| scheme-lib | ||
| scheme-tests | ||
| scripts | ||
| .clang-format | ||
| .editorconfig | ||
| .gitignore | ||
| .mailmap | ||
| LICENSE | ||
| README.adoc | ||
		
			
				
				README.adoc
			
		
		
			
			
		
	
	= Up Scheme Small scripting Scheme emphasizing portability and stability. Based on the excellent https://github.com/JeffBezanson/femtolisp/[FemtoLisp] interpreter by Jeff Bezanson. More info soon.