Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/paddymul/clj-logo
- Owner: paddymul
- Created: 2010-09-18T22:49:01.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2010-09-18T23:05:58.000Z (about 14 years ago)
- Last Synced: 2023-04-18T07:34:00.472Z (over 1 year ago)
- Language: Clojure
- Homepage:
- Size: 113 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.