Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).