You cannot post messages because only members can post, and you are not currently a member.
|
pairp function
|
| |
Hello, Here is a version of the optimized pairp function that should work for any Lisp (I also get a bug with LispWorks 5.1): - the declaration is now correct. - the function works exactly like the original one. ;;; thing: should be anything but a dotted list (defun pairp (thing) (declare (optimize (speed 3) (safety 0)))... more »
|
|
internship opportunity
|
| |
Hello All,
I’m looking for a graduate student, preferably at the PhD level, who
would be interested in conducting research/development on "situation
sensemaking" for a period of 6 month at a well know software company
in Palo Alto, California. The starting date can range from mid May to
mid June this Summer. Please respond privately to cys...@gmail.com... more »
|
|
KM 2.2.0 - rationalizing behavior on errors
|
| |
I've just uploaded KM 2.2.0. This rationalizes the parameters
controlling KM's behavior on error into a single variable, as
described below from the RELEASE-NOTES.txt:
2.2.0 - **NOTE**
The parameters controlling behavior on errors have been
rationalized
to a single parameter. *abort-on-error-report*, *error-report-... more »
|
|
KM patch
|
| |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ...see also [link] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - [link] iD8DBQFHpySrPp1Qsf2qnMcRAjABAJ 9xFXjrrpFqFI95GrO7/LkrKF62gACf VaEg... more »
|
|
spurious blanks in km-2-1-11.lisp
|
| |
Hello. I just wanted to tell that there are some spurious blanks in the files km-2-1-11.lisp and km-2-1-11-packaged.lisp. Those blanks are located at the top of the included sadl.lisp file: ;;; FILE: sadl.lisp ^^^^^^^^^^^^^^^ spurious blanks Because of those blanks the extraction of the file sadl.lisp fails:... more »
|
|
Must Read
|
| |
New article has been added on the Measurement and Analysis section as defined by the CMMI standards. Worth Reading!!! [link]
|
|
packaged version and SBCL
|
| |
I had trouble loading the packaged version of KM (2.0.53) with SBCL on an Intel Mac. For some reason, SBCL needed a :use '(:common-lisp) argument when doing (make-package :km) --- otherwise, it didn't seem to be able to see any of the :common-lisp symbols (the first error it threw was not being able to find KM::DEFVAR).... more »
|
|
deep copies
|
| |
Hi all, is this list still active? Does anyone know if there are any functions in KM for making deep copies of an instance (i.e., copying it as well as (recursively) the instances in its slots such that any changes to the copy will not change the original)? If not, any hints at what to beware of if one were to try to write... more »
|
|
|