Modern Common Lisp with FSet
fset.common-lisp.dev
Modern Common Lisp with FSet
1–10 of 30 posts
Re: Modern Common Lisp with FSet
#2> So FSet has a dual mission: first, to bring Common Lisp up to date, by giving it a much richer ensemble of functional collection data structures, to greatly expand the space of algorithms that can be written in an elegant functional style and still run efficiently; and second, as with Clojure, to support and encourage the use of functional collections for general programming.
Cool project but the docs could be greatly improved by putting the purpose of the project front and center. Don't make readers guess.
Re: Modern Common Lisp with FSet
#3Hidden 13 paragraphs down the third page is the first actual description of the project: > So FSet has a dual mission: first, to bring Common Lisp up to date, by giving it a much richer ensemble of functional collection data structures, to greatly expand the space of algorithms that can be written in an elegant functional style and still run efficiently; and second, as with Clojure, to support and encourage the use o…
Good suggestion, thanks.
Re: Modern Common Lisp with FSet
#4Hidden 13 paragraphs down the third page is the first actual description of the project: > So FSet has a dual mission: first, to bring Common Lisp up to date, by giving it a much richer ensemble of functional collection data structures, to greatly expand the space of algorithms that can be written in an elegant functional style and still run efficiently; and second, as with Clojure, to support and encourage the use o…
Re: Modern Common Lisp with FSet
#5Re: Modern Common Lisp with FSet
#6Hidden 13 paragraphs down the third page is the first actual description of the project: > So FSet has a dual mission: first, to bring Common Lisp up to date, by giving it a much richer ensemble of functional collection data structures, to greatly expand the space of algorithms that can be written in an elegant functional style and still run efficiently; and second, as with Clojure, to support and encourage the use o…
If you see this — have another look — I think I've improved it.
Re: Modern Common Lisp with FSet
#7Re: Modern Common Lisp with FSet
#8Hidden 13 paragraphs down the third page is the first actual description of the project: > So FSet has a dual mission: first, to bring Common Lisp up to date, by giving it a much richer ensemble of functional collection data structures, to greatly expand the space of algorithms that can be written in an elegant functional style and still run efficiently; and second, as with Clojure, to support and encourage the use o…
If you see this — have another look — I think I've improved it.
Re: Modern Common Lisp with FSet
#9Re: Modern Common Lisp with FSet
#10Nice thanks, is there a single-HTML-page view available by any chance?
The documentation [1] seems to be in texinfo format that's commonly used for making info files used distributed with GNU and Emacs. It is converted into multipage HTML using two commands in the Makefile. You could modify them trivially to build what you want. I use it along with Sigil (epub editor) to build EPubs of user manuals for my EReader.
[1] https://gitlab.common-lisp.net/fset/fset/-/tree/master/Doc/M...