Changeset 15335
- Timestamp:
- 06/27/20 05:36:41 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/README
r15334 r15335 103 103 'n glory await. 104 104 105 SWANK 105 106 SLIME 106 107 ----- 107 108 108 One may easily start a swank listener via: 109 For usage of ABCL with the [Superior Lisp Interaction Mode for 110 Emacs][slime], one may easily start a Swank listener via: 109 111 110 112 (require :asdf) … … 112 114 (asdf:load-system :quicklisp-abcl) 113 115 (ql:quickload :swank) 114 (swank:create-server :dont-close t) 116 (swank:create-server :dont-close t) 117 118 [slime]: https://common-lisp.net/project/slime/ 115 119 116 120 … … 171 175 project whereupon the usual build, run, and debug targets as invoked 172 176 in the GUI are available. Use the 'slime' config with a suitably 173 linked 'swank.asd' in '~/.asdf-install-dir/systems/' to connect a REPL 177 linked SLIME `swank.asd` ASDF configuration 178 <file:~/.config/common-lisp/source-registry.conf.d/> to connect a REPL 174 179 to the NetBeans debug process. 175 180 … … 180 185 ---- 181 186 182 Armed Bear Common Lisp is a conforming ANSI X3J13 Common Lisp 183 implementation. Any other behavior should be reported as a bug. 184 185 ABCL has a user manual stating its conformance to the ANSI standard, 186 providing a compliant and practical Common Lisp implementation. 187 Armed Bear Common Lisp strives to be a conforming ANSI X3J13 Common 188 Lisp implementation. Any other behavior should be reported as a bug. 189 190 ABCL has a [User Manual][manual] stating its conformance to the ANSI 191 standard, providing a compliant and practical Common Lisp 192 implementation. 193 194 [manual]: https://abcl.org/releases/1.7.0/abcl-1.7.0.pdf 187 195 188 196 … … 199 207 Maxima's test suite runs without failures. 200 208 201 ABCL comes with a test suite , see the output of `ant help.test` for202 more information.209 ABCL comes with a test suite. Consult the output of `ant help.test` 210 for more information. 203 211 204 212 … … 207 215 208 216 ABCL has many deficiencies, both known and unknown. Descriptions, 209 tests, and even patches to address will be gladly accepted. 210 211 212 Please report problems to the development mailing list: 213 214 <armedbear-devel@common-lisp.net> 217 tests, and even patches to address them will be gladly accepted. 218 219 Please report problems to the [development mailing list][mailing-list] 220 or via opening an issue on either the [ABCL trac instance][trac] or 221 [github][]. 222 223 [mailing-list]: https://mailman.common-lisp.net/pipermail/armedbear-devel/ 224 [github]: https://github.com/armedbear/abcl/issues 225 [trac]: https://abcl.org/trac/ 226 215 227 216 228 Authors 217 ======= 229 ------- 218 230 219 231 On behalf of all ABCL development team and contributors,
Note: See TracChangeset
for help on using the changeset viewer.