ciel-lang / CIEL

CIEL Is an Extended Lisp. Scripting with batteries included.
http://ciel-lang.org
332 stars 16 forks source link

Scientific and numerical libraries #5

Open vindarel opened 3 years ago

vindarel commented 3 years ago

What would be a good addition? I'm thinking about numcl and a matrix library (which one?).

jgarte commented 9 months ago

How about packages from lisp-stat?

vindarel commented 9 months ago

Absolutely. Then maybe a ciel-stat super package. Or choose the indispensable libs to include in CIEL, not surcharging it too much.

jgarte commented 9 months ago

Looks like there was a book written about the library:

https://play.google.com/store/books/details?id=ie_KKAamFM4C&rdid=book-ie_KKAamFM4C&rdot=1&source=gbs_vpt_read&pcampaignid=books_booksearch_viewport&pli=1

vindarel commented 9 months ago

That's a confusing part about the lisp-stat: it takes good parts from L. Tierney's XLisp-Stat: https://lisp-stat.dev/docs/overview/

XLisp-Stat code is unlikely to run except in trivial cases.

This book is about xlisp-stat. I read:

At the time of writing, there is one implementation of lisp-stat, called XLISP-STAT […] based on the XLISP dialect of Lisp, a subset of Common Lisp.

jgarte commented 9 months ago

Oops. TIL