Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/senghoo/schgo
https://github.com/senghoo/schgo
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/senghoo/schgo
- Owner: senghoo
- Created: 2020-12-11T09:52:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-20T09:09:26.000Z (about 4 years ago)
- Last Synced: 2024-10-14T08:49:29.720Z (2 months ago)
- Language: Go
- Size: 32.2 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SchGo语⾔设计实现
---
用Go语言设计并实现拥有基本操作集的Scheme语言,结合Go语言的协程序特性。
本项目是北航程序设计语言原理2020大作业。## Examples
### REPL```
go run main.go```
### 素数生成器
```
go run main.go prime.lsp```