Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robertknight/elm-langtons-ant
An implementation of Langton's ant in Elm
https://github.com/robertknight/elm-langtons-ant
elm hackathon
Last synced: about 1 month ago
JSON representation
An implementation of Langton's ant in Elm
- Host: GitHub
- URL: https://github.com/robertknight/elm-langtons-ant
- Owner: robertknight
- Created: 2017-03-08T20:35:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-09T08:55:04.000Z (almost 8 years ago)
- Last Synced: 2024-10-25T13:35:09.201Z (3 months ago)
- Topics: elm, hackathon
- Language: Elm
- Size: 45.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Langton's ant
This is an implementation of [Langton's ant](https://en.wikipedia.org/wiki/Langton's_ant) in [Elm](http://elm-lang.org). You can see the running result [here](https://robertknight.github.io/elm-langtons-ant/).
It was an exercise at an [Elm London](https://www.meetup.com/Elm-London-Meetup/) meetup on 8th March 2017, organized by [krisajenkins](https://github.com/krisajenkins).