Andrew Sengul
Andrew Sengul
It seems that Clasp (tested latest version) has a problem with multithreaded iteration over non-T-type numeric arrays. Here is example code using April: ```lisp (ql:quickload 'april) (in-package :april) ;; load...
I'm attempting to load the ASDF library, a very popular tool for defining software systems within other CL implementations. It's failing after I do the following steps in an XCL...
``` * (april "a←5 1 ⍴ ⍳5 ⋄ a←a,⊂'test' ⋄ a[a[;1]⍳2;]") ``` This produces an index error. What's wrong here?