abcl icon indicating copy to clipboard operation
abcl copied to clipboard

Armed Bear Common Lisp

Results 4 abcl issues
Sort by recently updated
recently updated
newest added

How do we integrate with slime in emacs with abcl??

There are a few [ASDFv3 build operations](https://asdf.common-lisp.dev/asdf.html#index-program_002dop) which seem under ABCL to either be NOPs or cause full errors. Example: hello.asd: ```common-lisp (asdf:defsystem "hello" :entry-point "hello:main" :components ((:file "main"))) ```...

Currently, ``` CL-USER(21): (abcl-asdf:resolve "com.xeiam.xchange:xchange-core") #: Debugger invoked on condition of type PROGRAM-ERROR Wrong number of arguments for #; at least 2 expected. ``` fails, and this succeeds instead: ```...

it's broken when evaluate (require :jna): The file http does not exist. [Condition of type FILE-ERROR] Restarts: 0: [RETRY] Retry loading #. 1: [ACCEPT] Continue, treating loading # as having...