百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
M

mosh

> 编程语言
开源

Mosh 是一个免费且快速的 Scheme 解释器,符合 R6RS 规范。

187 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

Mosh 是一个免费且快速的 Scheme 解释器,符合 R6RS 规范。

What is Mosh?

Mosh is a free and fast interpreter for Scheme as specified in the R6RS. The current release of Mosh supports all of the features R6RS. See detailed information on http://mosh.monaos.org.

Building and Installing Mosh

Get a release of Mosh from Download.

macOS

Install Dependences

bash
% brew install pkg-config gmp oniguruma

Build and Install

bash
% ./configure
% make
% make test
% sudo make install

Ubuntu

Install Dependences

bash
% apt install pkg-config libgmp-dev libonig-dev

Build and Install

bash
% ./configure
% make
% make test
% sudo make install

Other Platforms

Please see doc and INSTALL.

How to build head and contribute

You can start developing Mosh in 1 minute using GitHub Codespaces.

  1. Tap the green "Code" button on the top right of this page.
  2. It will open VSCode on a browser.
  3. Edit some files.
  4. Go to the terminal in VSCode and build Mosh.
bash
$ ./gen-git-build.sh 
$ ./configure
$ make

If you don't want to use GitHub Codespaces

To build mosh.git you need to have release version mosh and some other tools installed. Please use and see docker/dev to build.

CI

Make a release.

  1. Update verions in configur.ac.
  2. Make sure GitHub Actions are all green.
  3. git tag mosh-0.2.8-rc3 -a -m "mosh-0.2.8-rc3" and git push origin mosh-0.2.8-rc3 will trigger the release build.
  4. Update .github/workflows/build.yml.

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Rust

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月18日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言