• Stars
    star
    171
  • Rank 220,938 (Top 5 %)
  • Language
    Rust
  • License
    Other
  • Created almost 15 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Mosh is a free and fast interpreter for Scheme as specified in the 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

% brew install pkg-config gmp oniguruma

Build and Install

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

Ubuntu

Install Dependences

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

Build and Install

% ./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.
$ ./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

Build

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.

More Repositories

1

mona

MonaOS is a free operating system. It's new, small, simple, open source and well structured.
C
191
star
2

tensorflow_seq2seq_chatbot

Python
79
star
3

Swift-UIKit-Extensions

Extensions for UIKit in Swift
Swift
65
star
4

mio

In short, mio is memcached + "range search".
Erlang
40
star
5

mml

My notes for "Mathematics for Machine Leaning" book
25
star
6

twitter_conversation_crawler

Twitter Conversation Crawler
Python
23
star
7

memcached-client

A memcached client library for Erlang.
Erlang
19
star
8

spon

Scheme Portable Library Network
Scheme
15
star
9

tiny_scheme

tiny scheme written in Scala
Scala
9
star
10

mcbench

Memcached benchmark tool written in Erlang
Erlang
8
star
11

Spark-Core-Examples

Spark Core Examples step by step
Swift
8
star
12

Scheme-rbtrees

Red-Black trees
Scheme
6
star
13

AVL_tree

OS independent AVL tree implementation in C++
C++
4
star
14

bdf_parser

BDF font parser. The parser is used on open source OS Mona (http://www.monaos.org).
C
4
star
15

Scheme-junk-scripts

Junk Scheme R6RS scripts which work on Mosh Scheme
Scheme
4
star
16

kucho

hack! hack!
Java
3
star
17

binary_search_tree

A simple OS independent Binary Search Tree class.
C++
3
star
18

Lovamimi-For-Android

Lovamimi(http://lovamimi.com/) App for Android
Java
3
star
19

UITextViewPlusPlus

This is just experiment.
Objective-C
2
star
20

Swift-UIView-Extensions

Extensions for UIView in Swift
Swift
2
star
21

EM_Algorithm_MixGaussians

R
2
star
22

Erlang-cost-of-call

Measure cost of call, gen_server:call and rpc:call
Erlang
1
star
23

gtypist_us_keys

gtypist Lessons for US keyboard
1
star
24

first_fit_allocator

OS independent memory allocator which uses "first fit" aloghorithm
C
1
star
25

Scheme-shorten

This library provides a short alias for lambda expression.
Scheme
1
star
26

Machine-Learning-Design-Patterns

My notes when reading a book "Machine Learning Design Patterns"
Jupyter Notebook
1
star
27

Swift-UIColor-Hex

Create UIColor by hex value in Swift
Swift
1
star
28

gor

gor which stands for "Green or Red", shows your test result with color as a filter.
1
star
29

collaborative-filtering

collaborative filtering implementations
Scheme
1
star
30

predictors

Some predictor implementations using collaborative filtering algorithms.
C++
1
star
31

clipping

Clipping implementation and tests used for Open Source OS Mona (http://www.monaos.org/)
C++
1
star
32

scala_practice

My scala practices
Scala
1
star