Skip to content

Files

Latest commit

5814a05 · Jun 18, 2014

History

History
17 lines (11 loc) · 380 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 380 Bytes

Installation

From Source

Copy the json-network-interface.lisp file to modules subfolder of your ACT-R installation.

Common Lisp Dependencies

  • jsown
  • bordeaux-threads
  • usocket

These libraries can be installed with quicklisp:

(ql:quickload '("jsown" "bordeaux-threads" "usocket"))