Skip to content

Commit

Permalink
Merge pull request microjs#6 from davebalmer/microjs.com
Browse files Browse the repository at this point in the history
---

All modernized and JavaScripty (wow, looking back at LOGOs syntax after all these years, didnt remember it being so... nasty). Not to be confused with a LOGO interpreter; thats already been done. :)

Conflicts:
	data.js
  • Loading branch information
Thomas Fuchs committed May 4, 2011
2 parents b710ec4 + 5b99083 commit a26cf88
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions data.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,5 +285,12 @@ var MicroJS = [
tags: ["functional", "language", "data"],
description: "JavaScripts functional sister providing iterators, type checking, and basic utils",
url: "https://github.com/ded/valentine"
},
{
name: "TurtleWax",
size: "0.7k",
tags: ["canvas", "2d"],
description: "LOGO-inspired canvas drawing lib, adds method chaining and polar coordinates for added fun.",
url: "https://github.com/davebalmer/turtlewax"
}
];
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ <h1 class="overlay">
<option value="polyfill">…polyfills.</option>
<option value="compose">…to compose my own framework!</option>
<option value="micro">…to code a site listing micro-frameworks!</option>
<option value="canvas">…to do something cool with the canvas tag!</option>
</select>
</div>

Expand Down

0 comments on commit a26cf88

Please sign in to comment.