Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sidraval/tacobell-clojurescript
A rewrite of tacobell food name generator in ClojureScript.
https://github.com/sidraval/tacobell-clojurescript
Last synced: 13 days ago
JSON representation
A rewrite of tacobell food name generator in ClojureScript.
- Host: GitHub
- URL: https://github.com/sidraval/tacobell-clojurescript
- Owner: sidraval
- Created: 2014-03-02T21:01:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-04T03:48:58.000Z (over 10 years ago)
- Last Synced: 2024-10-11T23:42:32.295Z (about 1 month ago)
- Language: Clojure
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Taco Bell Food Name Generator
A rewrite of [this toy][tb-js] in ClojureScript.
[tb-js]: http://www.github.com/sidraval/tacobell## Differences, Todo, &c.
* This version uses only native JavaScript, hooray!
* I don't know how to write tests for ClojureScript yet.
* Check whether `this` gets bound properly on recursive calls.