About installing and developing common Lisp on a mac

Asked 2 years ago, Updated 2 years ago, 113 views

I apologize for the rudimentary question.I was going to read Land of Lisp and learn about Lisp, but it says to install CLISP from the official website (http://clisp.cons.org), but I don't know what to do, so I was just telling you in detail.

lisp

2022-09-30 14:53

1 Answers

There are several ways.

Package Manager allows you to consolidate each piece of software into a single package for easy installation.Install the package manager first, and then install the package from the package manager.

The CLISP home page introduces only one package manager for Mac ("Get CLISP")

Homebrew

This is one of the most popular package managers for Macs.As of January 2019, I personally recommend this.

MacPorts

This is one of the most popular package managers for Macs.

Fink

This is one of the package managers available on Macs.

It's a method for people who are used to it.The CLISP source code has been published, so you can build and use it yourself.

If you install from the package manager, you have to wait for the package to be updated even if the software is updated.If you can't wait for this, you'll have to build it yourself.


2022-09-30 14:53

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.