-
### [Clozure CL](https://ccl.clozure.com/) for macos
1. 默认安装好的语言没有包管理
2. 不同实现都要执行一次安装函数
3. 配置 emacs
-
Imported from SourceForge on 2024-07-08 09:32:00
Created by **[andrejv](https://sourceforge.net/u/andrejv/)** on 2014-12-14 19:35:46
Original: https://sourceforge.net/p/maxima/bugs/2858
---
There is…
rtoy updated
4 months ago
-
-
Hi,
I'm running Clozure CL on macOS Ventura (MacBook Air M2). Everything looks fine and behaves as it should, but when I enter dark mode the background of the listener and the editor remain white. …
Ikuyu updated
1 month ago
-
Workaround for now:
`$ defaults write -app "Clozure CL" NSRequiresAquaSystemAppearance -bool true`
revert this decision:
`$ defaults delete -app "Clozure CL" NSRequiresAquaSystemAppearance`
lispm updated
1 month ago
-
Hi,
CCL either locks-up or crashes with the errors below when trying to run lparallel tests.
`Clozure Common Lisp Version 1.13 (v1.13) LinuxARM32
For more information about CCL, please see http…
-
# Using MacPorts and ccl64
Not a bug, but and update too anyone interested `Sketch` seems run fine on macOS 13.1 using Clozure CL.
Steps I took, to the best of my recollection. Install `Clozure …
-
On Tue, Jun 1, 2010 at 7:55 AM, Helmut Eller wrote:
> I think there is a bug in CFFI with CCL's 32-bit version:
>
> (cffi:defcunion foo-union
> (int16 :int16 )
> (uint64 :uint64 )
> )
>
> (c…
-
64-bit windows Clozure CL fails a lot of tests. The following patch fixes some of them.
cffi/src/cffi-openmcl.lisp
184,187c184,189
< #+32-bit-target (:long %get-signed-long)
< #+64-bit-target (:l…
-
I am running https://github.com/Clozure/ccl/releases/tag/v1.13 on Mac OS Sonoma 14.2
When I selected "open recent" from the file menu, it gives a list of blank lines:
Similarly, when I selected …