1
1
mirror of https://github.com/kanaka/mal.git synced 2024-10-26 14:22:25 +03:00

update README

This commit is contained in:
Nala Ginrut 2015-04-04 04:13:34 +08:00
parent c3b5dda753
commit 52f9b50949

View File

@ -158,6 +158,14 @@ cd forth
gforth stepX_YYY.fs
```
### GNU Guile 2.1+
Guile implementation was created by @NalaGinrut.
```
cd guile
guile -L ./ stepX_YYY.scm
```
### Go
The Go implementation of mal requires that go is installed on on the