ccl icon indicating copy to clipboard operation
ccl copied to clipboard

Clozure Common Lisp

Results 186 ccl issues
Sort by recently updated
recently updated
newest added

The series of commands cd ~/sw/lisp/X86/clozure/ccl-1.12 export CCL_DEFAULT_DIRECTORY=~/sw/lisp/X86/clozure/ccl-1.12 scripts/ccl64 -b -e '(require :cocoa)' -e '(require :build-application)' -e '(ccl::build-application :name "Foo")' produces a Foo.app which is not double-clickable. Moreover, trying to...

http://clhs.lisp.se/Body/f_random.htm says (emphasis mine): > random limit &optional random-state => random-number > ... > Returns a pseudo-random number that is a non-negative number **less than limit** and of the same...

"The documentation page has links to pre-formatted versions of the _manaul_."

I have installed Aquamacs 3.5, Slime, loaded through Melpa, initialised for CCL 1.11.5 on Macbook Catalina 10.15.6. I have compiled the lisp kernel binary. When starting M-x slime I get...

From Matt Kaufmann and J Moore: Tested on current master; the behavior seems to go back to April 2019 at least. ``` ; Without the following declaim form, there is...

It might be worthwhile to make an Xcode project for the lisp kernel. This would provide easier access to the static analyzer. This would be in addition to (i.e., it...

Unter Arch Linux I get the following [buildlog.txt](https://github.com/Clozure/ccl/files/4676344/buildlog.txt) I used the PKGBUILD in AUR https://aur.archlinux.org/packages/ccl-git/ , but I also treide to build a kernel with the workaround described in the...

This is not a bug, I am concerned with saving the still valid information from the old wiki in https://trac.clozure.com/ccl/wiki/OldWikiStart I have downloaded this wiki in individual text files (attached...

The Windows 10 2004 release issue #311 also affects the 1.11 branch. Can we get this patch applied there?