# 使用 Homebrew, apt, dnf, MacPorts, Nix 安装 newlisp

查看 newlisp 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:newlisp
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install newlisp
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install newlisp
```

  证据: MacPorts ports tree: lang/newlisp/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Debian apt (92%):

```sh
sudo apt install newlisp
```

  证据: Debian stable package indexes: newlisp from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install newlisp
```

  证据: Fedora Rawhide package metadata: newlisp from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#newlisp
```

  证据: nixpkgs package indexes: pkgs/by-name/ne/newlisp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:newlisp
- **软件包管理器:** Homebrew
- **版本:** 10.7.5
- **来源摘要:** Lisp-like, general-purpose scripting language
- **主页:** <https://www.newlisp.org/>
- **最后更新:** 2026-06-14T14:47:56+02:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- newlisp (别名)
- newlisp-10.7.5 (别名)
- newlispdoc (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 10.7.5
## 项目历史与用法

newLISP is a small Lisp-family scripting language and runtime for macOS, GNU/Linux, Unix, and Windows, with a portable interpreter, REPL, command-line script execution, networking, XML/JSON-style data work, shared-library extension, and distributed-processing features.

### 项目历史

The official v10.7.5 manual is copyright 2019 and describes newLISP as a compact, portable Lisp focused on lists, symbols, lambda expressions, contexts, automatic memory management, and a large built-in function set. The same manual documents GPLv3 licensing for the software and GFDL licensing for documentation.

### 采用历史

Homebrew packages the official 10.7.5 source archive from newlisp.org. Its July 2026 analytics show low but continuing use, with 55 installs over 365 days, fitting a niche language runtime carried for existing scripts and Lisp experimentation.

### 使用方式

Users run `newlisp` as an interactive REPL, as a script interpreter for local or URL-loaded Lisp files, or as a server process using the documented TCP/IP, daemon, HTTP, and CGI modes. Startup can load `~/.init.lsp` or `$NEWLISPDIR/init.lsp`, unless suppressed with `-n`.

### 为什么软件包爱好者会关心

newLISP matters to package nerds as a self-contained, batteries-included language runtime: one small interpreter exposes scripting, networking, web/CGI behavior, database-oriented modules, shared-library imports, and executable linking without a large ecosystem bootstrap.

### 时间线

- 2019: Official v10.7.5 manual copyright year.
- 2026-07: Homebrew API reports stable 10.7.5 and 55 installs over 365 days.

### Related projects

- Lisp, Scheme, Common Lisp, Emscripten

### 来源

- <https://formulae.brew.sh/api/formula/newlisp.json>
- <https://www.newlisp.org/downloads/newlisp_index.html>
- <https://www.newlisp.org/downloads/newlisp_manual.html>


## 安全说明

generalized runtime or code generation signal.

- **Geiger 风险:** yellow / 中
- generalized runtime or code generation signal


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ~/.init.lsp, $NEWLISPDIR/init.lsp
## 其他软件包管理器记录

- Debian apt - newlisp - 10.7.5-2+b3: normalized package name match | Debian stable package indexes: newlisp from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | LISP like, general purpose scripting language | http://www.newlisp.org
- Nix - newlisp: normalized package name match | nixpkgs package indexes: pkgs/by-name/ne/newlisp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - newlisp - 10.7.5-2build3: normalized package name match | Ubuntu 24.04 LTS package indexes: newlisp from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | LISP like, general purpose scripting language | http://www.newlisp.org
- dnf - newlisp - 10.7.5-25.fc45: normalized package name match | Fedora Rawhide package metadata: newlisp from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Lisp-like general purpose scripting | http://www.newlisp.org
- MacPorts - newlisp: normalized package name match | MacPorts ports tree: lang/newlisp/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/newlisp.yml](https://github.com/mxcl/pkgdb/blob/main/combined/newlisp.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
