New Lisp-Stat Release
lisp-stat.dev
New Lisp-Stat Release
1–10 of 59 posts
Re: New Lisp-Stat Release
#2Re: New Lisp-Stat Release
#3Re: New Lisp-Stat Release
#4Looks really nice, I'll be using this next time I need charts! I had been using a Rust crate which was really hard to use and plots were uglier than this library's.
Re: New Lisp-Stat Release
#5Re: New Lisp-Stat Release
#6The bottom of the page says "© 2022 Symbolics Pte". Any relations with the Symbolics of the Lisp Machine fame?
Re: New Lisp-Stat Release
#7Re: New Lisp-Stat Release
#8I'd be stoked if this became widely adopted but community size seems to be a huge determinant of success with these types of languages.
Re: New Lisp-Stat Release
#9Can this compete with the momentum/performance of Julia? I'd be stoked if this became widely adopted but community size seems to be a huge determinant of success with these types of languages.
Re: New Lisp-Stat Release
#10Can this compete with the momentum/performance of Julia? I'd be stoked if this became widely adopted but community size seems to be a huge determinant of success with these types of languages.
the rally call of lisps is to get a lot done with less, so it is definitely possible that it can compete in some sense. also common lisp packages such as these can cater to the programmer-first type of data scientist by allowing greater (interactive) tinkering with the underlying code
Exactly. Especially those who want to dabble with lisp by playing with familiar problems and applications. I find it much more instructive to play with linear regression code in a new language than with, say, a game development engine, because I have a pretty good idea about the strengths and quirks of `lm` in R.