Advertisement
logicmoo

Untitled

Jun 17th, 2019
544
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Prolog 2.12 KB | None | 0 0
  1. root@gitlab:/opt/CYC_JRTL_with_CommonLisp/platform/site-lisp/Gateway/src# sbcl
  2. This is SBCL 1.4.16.debian, an implementation of ANSI Common Lisp.
  3. More information about SBCL is available at <http://www.sbcl.org/>.
  4.  
  5. SBCL is free software, provided as is, with absolutely no warranty.
  6. It is mostly in the public domain; some portions are provided under
  7. BSD-style licenses.  See the CREDITS and COPYING files in the
  8. distribution for more information.
  9. *  (ql:quickload '(:alexandria :protest/parachute :gateway.init))
  10. To load "alexandria":
  11.  Load 1 ASDF system:
  12.    alexandria
  13. ; Loading "alexandria"
  14.  
  15. To load "protest/parachute":
  16.  Load 1 ASDF system:
  17.    protest/parachute
  18. ; Loading "protest/parachute"
  19.  
  20. To load "gateway.init":
  21.  Load 1 ASDF system:
  22.    gateway.init
  23. ; Loading "gateway.init"
  24. To load "moptilities":
  25.  Load 1 ASDF system:
  26.    closer-mop
  27.  Install 1 Quicklisp release:
  28.    moptilities
  29. ; Fetching #<URL "http://beta.quicklisp.org/archive/moptilities/2017-04-03/mopti                                                                                             lities-20170403-git.tgz">
  30. ; 15.25KB
  31. ==================================================
  32. 15,618 bytes in 0.00 seconds (3812.99KB/sec)
  33. ; Loading "moptilities"
  34. [package metabang.moptilities]....
  35. ; Loading "gateway.init"
  36. To load "1am":
  37.  Install 1 Quicklisp release:
  38.    1am
  39. ; Fetching #<URL "http://beta.quicklisp.org/archive/1am/2014-11-06/1am-20141106-                                                                                             git.tgz">
  40. ; 3.41KB
  41. ==================================================
  42. 3,490 bytes in 0.00 seconds (1704.10KB/sec)
  43. ; Loading "1am"
  44. [package 1am]
  45. ; Loading "gateway.init"
  46. [package protest/ftype]...........................
  47. [package protest/1am].............................
  48. [package protest/test]............................
  49. [package protest/test/base].......................
  50. [package protest/test/ftype]......................
  51. [package protest/test/protocol]...................
  52. [package protest/test/test-case]..................
  53. [package protest/test/1am]
  54. (:ALEXANDRIA :PROTEST/PARACHUTE :GATEWAY.INIT)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement