mmaul / clml

Common Lisp Machine Learning Library
Other
259 stars 36 forks source link

Fixes for Allegro CL #18

Closed mmaul closed 7 years ago

mmaul commented 7 years ago

Fixes for compiling with Allegro CL statistics/src/rand/rand.lisp Line 1825, was not defined properly change the compile option from #-(or ccl sbcl) to #-(or ccl sbcl allegro).

statistics/src/distribution.lisp: Line 301, Line 304:Error: Attempt to take the cdr of “AVERAGE should be a real number” which is not list

utility/src/package:Error: Using package ‘ITERATE’ results in name conflicts for these symbols: WHILE UNTIL [condition type: PACKAGE-ERROR]

mmaul commented 7 years ago

Done for now