#142: Problem compiing LOGAND -----------------------+---------------------------------------------------- Reporter: mevenson | Owner: ehuelsmann Type: defect | Status: new Priority: major | Milestone: 0.26 Component: compiler | Version: 0.24 Resolution: | Keywords: -----------------------+----------------------------------------------------
Comment(by mevenson):
Further factoring the away from any dependencies other than base ABCL:
{{{ (logand (let ((lock (threads:make-mutex))) (threads:with-mutex (lock) 42)) 4294967295) }}}