Changeset 15335


Ignore:
Timestamp:
06/27/20 05:36:41 (3 years ago)
Author:
Mark Evenson
Message:

doc: further README revisions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/README

    r15334 r15335  
    103103'n glory await.
    104104
    105 SWANK
     105
     106SLIME
    106107-----
    107108
    108 One may easily start a swank listener via:
     109For usage of ABCL with the [Superior Lisp Interaction Mode for
     110Emacs][slime], one may easily start a Swank listener via:
    109111
    110112    (require :asdf)
     
    112114    (asdf:load-system :quicklisp-abcl)
    113115    (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/
    115119
    116120
     
    171175project whereupon the usual build, run, and debug targets as invoked
    172176in the GUI are available.  Use the 'slime' config with a suitably
    173 linked 'swank.asd' in '~/.asdf-install-dir/systems/' to connect a REPL
     177linked SLIME `swank.asd` ASDF configuration
     178<file:~/.config/common-lisp/source-registry.conf.d/> to connect a REPL
    174179to the NetBeans debug process.
    175180
     
    180185----
    181186
    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.
     187Armed Bear Common Lisp strives to be a conforming ANSI X3J13 Common
     188Lisp implementation.  Any other behavior should be reported as a bug.
     189
     190ABCL has a [User Manual][manual] stating its conformance to the ANSI
     191standard, providing a compliant and practical Common Lisp
     192implementation.
     193
     194[manual]: https://abcl.org/releases/1.7.0/abcl-1.7.0.pdf
    187195
    188196
     
    199207Maxima's test suite runs without failures.
    200208
    201 ABCL comes with a test suite, see the output of `ant help.test` for
    202 more information.
     209ABCL comes with a test suite.  Consult the output of `ant help.test`
     210for more information.
    203211
    204212
     
    207215
    208216ABCL 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>
     217tests, and even patches to address them will be gladly accepted.
     218
     219Please report problems to the [development mailing list][mailing-list]
     220or 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
    215227
    216228Authors
    217 =======
     229-------
    218230
    219231On behalf of all ABCL development team and contributors,
Note: See TracChangeset for help on using the changeset viewer.