Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/senghoo/schgo


https://github.com/senghoo/schgo

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# SchGo语⾔设计实现
---
用Go语言设计并实现拥有基本操作集的Scheme语言,结合Go语言的协程序特性。
本项目是北航程序设计语言原理2020大作业。

## Examples
### REPL

```
go run main.go

```

### 素数生成器

```
go run main.go prime.lsp

```