Changeset 375 for branches/f4grobner
- Timestamp:
- 2015-06-06T17:44:46-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/mx-grobner.lisp
r374 r375 32 32 ;; 33 33 ;; Also, since the NGROBNER package consists of many Lisp files, it is 34 ;; necessary to load the files. Unfortunately, it is not quite 35 ;; possible to use ASDF for this purpose, although NGROBNER can be 36 ;; loaded into lisp using ASDF. Perhaps one day... For now, 37 ;; we use LOAD to accomplish this task. 34 ;; necessary to load the files. It is possible and preferrable to use 35 ;; ASDF for this purpose. The default is ASDF. It is also possible to 36 ;; simply used LOAD and COMPILE-FILE to accomplish this task. 38 37 ;; 39 38 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Note:
See TracChangeset
for help on using the changeset viewer.