New Lisp-Stat Release
21–30 of 59 posts
Re: New Lisp-Stat Release
#22Third major refactoring. Plotting significantly upgraded.
A minor detail about the site: on the Privacy page, the first paragraph is covered up by the site header.
Re: New Lisp-Stat Release
#23I'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.
Can you (or anyone who has run Lisp software in production) share how the experience has been? Do the management and other colleagues like it? Do they express any concerns? Want to understand the social aspect of running Lisp in production.
Re: New Lisp-Stat Release
#24Earlier quoted context omitted.
Could you elaborate on this a bit ? Lisp has next to no numerical libraries IIRC ?
> Lisp has next to no numerical libraries IIRC ? https://github.com/CodyReichert/awesome-cl#machine-learning https://github.com/CodyReichert/awesome-cl#numerical-and-sci...
Re: New Lisp-Stat Release
#25I'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.
https://github.com/wzrdsappr/trading-core
I have been considering giving this code base a spin.
Re: New Lisp-Stat Release
#26Re: New Lisp-Stat Release
#27Earlier quoted context omitted.
> Lisp has next to no numerical libraries IIRC ? https://github.com/CodyReichert/awesome-cl#machine-learning https://github.com/CodyReichert/awesome-cl#numerical-and-sci...
You can hardly compare any of these one-off projects to something like numpy (let alone something like pytorch etc. which Julia is going after).
all the needed ingredients are there to build a custom production class ml solution in common lisp: vectorization, cuda, blas, lapack
Re: New Lisp-Stat Release
#28Anyone know if there's a Scheme equivalent to lisp-stat. It looks really good. But I'm much more familiar with Scheme than Lisp.
Re: New Lisp-Stat Release
#29I'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.
Can you (or anyone who has run Lisp software in production) share how the experience has been? Do the management and other colleagues like it? Do they express any concerns? Want to understand the social aspect of running Lisp in production.
Incidentally I also did an algo trading system in CL at some point (who didn't?). The sibling comment is spot on that outside of deep backend it's a self-reinforcing ecosystem with too much focus on auxiliary stuff if you have to re-implement it.
Re: New Lisp-Stat Release
#30Anyone know if there's a Scheme equivalent to lisp-stat. It looks really good. But I'm much more familiar with Scheme than Lisp.