Questions tagged [lisp-box]

Lispbox is an IDE for Common Lisp development.

Lispbox is an IDE for Common Lisp development.

http://common-lisp.net/project/lispbox/

3 questions
1
vote
1 answer

ACT-R is not reloading models

I am working through the tutorial files included with the ACT-R Standalone Windows distribution. This isn't part of any academics assignment; I'm working on this to learn cognitive modeling and writing production systems. I am using Lispbox, an…
OrangeCalx01
  • 806
  • 2
  • 7
  • 21
0
votes
0 answers

How can I bind a kbd macro to a key for future sessions in common lisp?

This is probably a newbie question. I'm trying to bind a keyboard macro to a key and have it available each time I load a file. I'm using lispbox. This is the code I'm trying (the macro used here is just a placeholder): (fset 'macro1 (lambda…
0
votes
0 answers

Install slime on emacs error

IDE for common lisp like lispbox,lispstick do not work on my windows,so I try to directly install slime on my emacs,but the error still happened. Debugger entered: (("Error in timer" slime-attempt-connection (# nil 4)…
ye eugene
  • 37
  • 3