Live data from Hacker News

New Lisp-Stat Release

lisp-stat.dev

1–10 of 59 posts

Re: New Lisp-Stat Release

#6
post #5

The bottom of the page says "© 2022 Symbolics Pte". Any relations with the Symbolics of the Lisp Machine fame?

No relation. The name was just used because we thought it would be cool to try and revive the spirit of the old company, and the name is long dead.

Re: New Lisp-Stat Release

#7
I've been using lisp-stat in production as part of an algorithmic trading application I wrote. It's been very solid, and though the plotting is (perhaps was, in light of this new release) kinda unwieldy, I really enjoyed using it. Excited to check out the newest release.

Re: New Lisp-Stat Release

#8
Can 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

#9

Can 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

Re: New Lisp-Stat Release

#10

Can 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

>> cater to the programmer-first type of data scientist

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.

Post reply on HN