- 03 Jan, 2020 2 commits
-
-
Daniel Kochmański authored
Add clasp definitions See merge request !2
-
-
- 04 Dec, 2016 1 commit
-
-
Daniel Kochmański authored
-
- 30 May, 2016 1 commit
-
-
Daniel Kochmański authored
-
- 25 May, 2016 1 commit
-
-
Daniel Kochmański authored
-
- 07 May, 2016 1 commit
-
-
Daniel Kochmański authored
Add SBCL cons count support This adds an implementation of `get-cons` for `SBCL` See merge request !1
-
- 18 Apr, 2016 1 commit
-
-
Michael Raskin authored
-
- 16 Apr, 2016 1 commit
-
-
Daniel Kochmański authored
-
- 26 Feb, 2016 22 commits
-
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
Don't print warnings at the compilation-time.
-
Daniel Kochmański authored
Downloaded from https://openclipart.org/detail/234997/push-back-time
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
Also adding extra eval-when around generic get-cons makes the package compile under XCL.
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
Fix proposed by Cliff Brunk: "I use your Common Lisp metering system pretty often on under MCL 2.01. Thanks for making this nice profiling tool available, it has helped alot. However, I notied that the amount of space used by functions that contain an &optional is much higher for the monitoring-encapsulation than from the original function. I beleive this is because the encapsulation creates a list for the optional arguments using &rest. If one adds a dynmaic-extentent declaration after the lambda list in many implementations of Common Lisp the &rest arglist will be stack allocated and the amount of storage reported will be a truer indication of how the function performs outside of the encapsulation. Below is the modification that I'm currently using and seems to work at least under MCL. Cliff Brunk"
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
Implementation requires compilation (uses C-inlined code), so this wrapped various things in eval-when to make them work. If code is only interpreted, ECL will have generic function (like other implementations which doesn't provide get-cons).
-
Daniel Kochmański authored
We had no other implementation anyway
-
Daniel Kochmański authored
This will work only for symbols. Appropriate warning attached.
-
Daniel Kochmański authored
-
- 25 Feb, 2016 3 commits
-
-
Daniel Kochmański authored
-
Daniel Kochmański authored
fdefinition is part of the ANSI standard and deprecates symbol-function
-
Daniel Kochmański authored
Now it's the default and these conditionals were breaking it. Remove obsolete code.
-
- 23 Feb, 2016 3 commits
-
-
Daniel Kochmański authored
Left some still up-to-date allegro code and provided Clozure CL support (it was the same as the _main_ MCL target).
-
Daniel Kochmański authored
-