femtolisp
femtolisp copied to clipboard
Make GitHub detect lisp files as Scheme.
Hello,
GitHub currently thinks some of the .lsp files are Common Lisp or NewLisp. This adds a .gitattributes file to change that to Scheme. This is also done for the flisp.boot file.
@JeffBezanson Ping!
Before:

After:

Ping.
Seems this project is dead
Jeff is probably very busy with the Julia language.
FL is still an excellent interpreter. I started a portable Scheme implementation based on it (Up Scheme). However it doesn't keep the structure of the FL codebase or the non-Scheme parts of the runtime library so it might not be trivial to backport things from it.