Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 694 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 694 Bytes

PAPR4

Implementation of primitives for solving tasks in course KMI/PAPR4 at Palacky University Olomouc.

Installation - LispWorks

  1. Download repository and unzip to any location. (You can rename papr4-master to any name.)
  2. In LispWorks load file papr4-master/misc/lispworks-install.lisp. (Copy suggested forms to eval after restart which were printed to standard output.)
  3. Restart LispWorks.
  4. Load file papr4-master/lispworks-load.lisp
  5. Evaluate (in-package :papr4/user)
  6. Happy hacking!