Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.