7 questions
0
votes
1
answer
38
views
Error on load of Lisp-Stat into Franz ACL
I was hopeful that I could load Lisp-Stat into the commercial common lisp by Franz: Allegro Common Lisp 10.1, but I do get an error message. Error: System "sb-cltl2" not found.
So, looks ...
2
votes
1
answer
68
views
Circularity detected when running (vega:load-vega-examples)
When I load the vega-lite data sets using
(vega:load-vega-examples)
I get the following error:
Could not REQUIRE CL-DATE-TIME-PARSER: circularity detected. Please check your configuration
However, the ...
5
votes
1
answer
100
views
standard-deviation function returns error in Lisp-Stat
I'm a complete newbie to Lisp-Stat, and I started working through the tutorial at https://lisp-stat.dev/docs/tutorials/basics, but when I type
(standard-deviation purchases)
(with purchases defined as ...
3
votes
1
answer
107
views
Is there a simple equivalent to R's rbind in lisp-stat?
Basically the title. I need to parse a lot of CSVs into a dataframe, then shove them into a sql database. I've already written the relevant parsing code for a single data frame, and there's plenty of ...
2
votes
1
answer
175
views
Why doesn't Lisp-Stat load with quicklisp under MacOS?
I'm relatively new to Common Lisp and Lisp-Stat. But I wanted to try it out and play around with it in my empirical social research.
Unfortunately installing LISP-Stat fails at building.
My Setup
SBCL ...
3
votes
2
answers
1k
views
how to overwrite (defun eval (expr)) function in LISP
I am new to LISP programming and it is the end of semester and our teacher asked us to do this project and I have been trying to make it but I am stuck so any help would be appreciated. the Project is ...
3
votes
2
answers
4k
views
Install and use LISP on Mac
I've read many topics regarding this issue, but couldn't get it to an end. I want to be able to code in LISP on Mac, using Emacs and XLispStat.
So far, I've installed Emacs with HomeBrew but I got ...