Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
38 views

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 ...
John Watton's user avatar
2 votes
1 answer
68 views

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 ...
APR's user avatar
  • 373
5 votes
1 answer
100 views

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 ...
APR's user avatar
  • 373
3 votes
1 answer
107 views

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 ...
johnabs's user avatar
  • 41
2 votes
1 answer
175 views

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 ...
Stefan Boehringer's user avatar
3 votes
2 answers
1k views

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 ...
Arianna Newman's user avatar
3 votes
2 answers
4k views

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 ...
linkyndy's user avatar
  • 18k