zkat / chanl

Portable channel-based concurrency for Common Lisp
Other
169 stars 18 forks source link

Wrap fun and with-gensyms with eval-when #22

Closed desiderius closed 3 years ago

desiderius commented 3 years ago

This simple fix allow chanl to be buill with Allegro CL.

adlai commented 3 years ago

Thank you for the suggestion; please post the failure that makes this necessary.

desiderius commented 3 years ago
(ql:quickload "chanl")
attempt to call `chanl::fun' which is an undefined function.

when compiling utils.lisp.

desiderius commented 3 years ago

Sorry, I missed the change request. Thank you for your time.