Skip to content

Commit

Permalink
github links
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Neary committed Mar 19, 2016
1 parent c7383d5 commit 68426bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Expand Up @@ -34,18 +34,18 @@
<span class="label">Projects</span>
<div class="projects">
<div class="project writing">
<h2><a href="/Tarpits-Abstraction">Tarpits &amp; Abstraction</a></h2>
<h2><a href="https://github.com/mattneary/Tarpits-Abstraction">Tarpits &amp; Abstraction</a></h2>
<p>I wrote a book exploring computation from first principles&mdash;from the formulation
of posulates to the simulation, interpretation, and self-hosting of a
common programming language.</p>
</div>
<div class="project dev">
<h2><a href="/Typical">Typical</a></h2>
<h2><a href="https://github.com/mattneary/Typical">Typical</a></h2>
<p>I designed and implemented a type system for JavaScript to help
developers write bug-free code.</p>
</div>
<div class="project research">
<h2><a href="https://www.npmjs.com/package/skua-cli">skua</a></h2>
<h2><a href="https://github.com/mattneary/skua">skua</a></h2>
<p>I designed a modern alternative to the AWK programming language: a lisp with powerful
stream-manipulating primitives that makes for readable bash one-liners.</p>
</div>
Expand Down

0 comments on commit 68426bc

Please sign in to comment.