femtolisp icon indicating copy to clipboard operation
femtolisp copied to clipboard

Make GitHub detect lisp files as Scheme.

Open larsbrinkhoff opened this issue 9 years ago • 5 comments

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.

larsbrinkhoff avatar Oct 27 '16 07:10 larsbrinkhoff

@JeffBezanson Ping!

larsbrinkhoff avatar Jan 24 '17 13:01 larsbrinkhoff

Before:

image

After:

image

Ismael-VC avatar Dec 17 '17 07:12 Ismael-VC

Ping.

larsbrinkhoff avatar Dec 02 '18 08:12 larsbrinkhoff

Seems this project is dead

ice1000 avatar Nov 27 '19 21:11 ice1000

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.

lassik avatar Nov 28 '19 13:11 lassik