Manfred Bergmann

Results 102 comments of Manfred Bergmann

Can't just a `future` be used for that purpose?

In Java/Scala you can define a future like `Future[Unit]` which basically is a future without result. Anyway. I don't want to interfere with this PR. What's keeping it from getting...

Last time I had luck make people aware in Reddit.

I had no problems on macOS 12 so far.

I currently run macOS 12.3 and CCL ``` ❯ ccl --version Version 1.12.1 DarwinX8664 ``` But things also worked with earlier versions of CCL. Using CCL from Homebrew.

The command line tool works though. If you are working with Emacs it's good enough. Hoping for a ARM (Mx) port of CCL.

Yeah, CCL does work under rosetta2, for example when installed through the old brew install, after you have migrated from X86_64 to M1 macOS. But CCL under rosetta2 is quite...

> If you'd like I can send you instructions. But you have to be comfortable with the command line. Yeah. That'd be nice. I'm not sure what would be the...

I have a problem on step 11. ``` CCL is free software. It is distributed under the terms of the Apache Licence, Version 2.0. ? (ccl:rebuild-ccl :full t) Rebuilding Clozure...

The file `systems.lisp` exists. But the error shows that a file `systems.lisp.newest` is being looked for. I could just try to rename the file. Not sure if that is right...