Changeset 13363


Ignore:
Timestamp:
06/27/11 10:23:23 (12 years ago)
Author:
Mark Evenson
Message:

Export JCMN and JAPROPOS.

Start documentation by copying the beginning of invoke.jss over to
README.markdown.

Location:
trunk/abcl/contrib/jss
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/contrib/jss/packages.lisp

    r13285 r13363  
    1515   #:find-java-class
    1616   #:need-to-add-directory-jar?
     17   #:jcmn
     18   #:japropos
     19
     20;;; Useful utilities to convert common Java items to Lisp counterparts
     21   #:hashmap-to-hashtable
     22   #:iterable-to-list
     23   #:list-to-list
     24   #:set-to-list
     25   #:vector-to-list
    1726
    1827;;; deprecated
     
    2332   #:jclass-all-interfaces
    2433
    25 ;;; Useful utilities to convert common Java items to Lisp counterparts
    26    #:hashmap-to-hashtable
    27    #:iterable-to-list
    28    #:list-to-list
    29    #:set-to-list
    30    #:vector-to-list
    3134
    3235;;; Enable compatibility with jss-1.0 by placing symbols in CL-USER
Note: See TracChangeset for help on using the changeset viewer.