stephane@Stephanes-MacBook-Pro ~ % uname -a
Darwin Stephanes-MacBook-Pro.local 20.5.0 Darwin Kernel Version 20.5.0: Sat May 8 05:10:31 PDT 2021; root:xnu-7195.121.3~9/RELEASE_ARM64_T8101 arm64
stephane@Stephanes-MacBook-Pro ~ % sbcl
This is SBCL 2.1.9, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.
SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses. See the CREDITS and COPYING files in the
distribution for more information.
I installed sbcl using the Mac Port project, it worked just fine out
of the box. However, this box is NOT my main computer, so I did not
conduct extensive testing.
On Mon, Nov 01, 2021 at 02:06:24AM -0400, Scott E. Fahlman wrote:
> PDT) X-Pm-Content-Encryption: on-delivery Status: O Content-Length: 3233 Lines:
> 42
_______________________________________________
Sbcl-help mailing list
Sbcl...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sbcl-help
Hi Scott,
SBCL's been ported to M1 almost a year ago very quickly by Stas and running very stable since then.
The only missing feature is the SIMD support that I hope will also come eventually when Stas can spare some time to make it.
The easiest is to install using brew or port.
$ brew install sbcl
This should do it.
Regards:
Bela