Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/paddymul/clj-logo

a hacky implementation of logo like semantics in clojure, ontop of clj-processing
https://github.com/paddymul/clj-logo

Last synced: 15 days ago
JSON representation

a hacky implementation of logo like semantics in clojure, ontop of clj-processing

Awesome Lists containing this project

README

        

# logo

This is an implementation of a logo like language ontop of clj-processing.

currently it is fairly dependent on clj-processing, this might change
in the future, because of the way processing works, you basically
can't do much with turtle manipulation at the repl.

This isn't meant to be a full implementation of logo, I have primarily
written this to support sail-clojure.

This has been generally influenced by netlogo
http://ccl.northwestern.edu/netlogo/

## Usage

FIXME: write

## Installation

FIXME: write

## License

Copyright (C) 2010 FIXME

Distributed under the Eclipse Public License, the same as Clojure.