1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-11 13:55:55 +03:00

README: consistent alpha ordering of impls.

This commit is contained in:
Joel Martin 2015-06-06 09:51:43 -05:00
parent 6427adea2d
commit 5a9cda80b3

View File

@ -189,15 +189,6 @@ cd forth
gforth stepX_YYY.fs
```
### GNU Guile 2.1+
*The Guile implementation was created by [Mu Lei (NalaGinrut)](https://github.com/NalaGinrut).*
```
cd guile
guile -L ./ stepX_YYY.scm
```
### Go
The Go implementation of mal requires that go is installed on on the
@ -221,6 +212,14 @@ make
groovy ./stepX_YYY.groovy
```
### GNU Guile 2.1+
*The Guile implementation was created by [Mu Lei (NalaGinrut)](https://github.com/NalaGinrut).*
```
cd guile
guile -L ./ stepX_YYY.scm
```
### Haskell