Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 294 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 294 Bytes

SchGo语⾔设计实现


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

Examples

REPL

go run main.go

素数生成器

go run main.go prime.lsp