Fixed Schala link

This commit is contained in:
greg 2017-04-10 01:01:47 -07:00
parent d67a4cdeff
commit 34d482b15a
1 changed files with 6 additions and 7 deletions

View File

@ -52,6 +52,7 @@
</style>
</head>
<body>
<script src="main.js"></script>
<div id='main'>
<h1>Greg Shuflin</h1>
<p>Contact me: <code>greg [dot] shuflin [at] gmail [dot] com</code>
@ -114,7 +115,9 @@
<div id='rustAndHaskel'>
<h3>Rust and Haskell projects</h3>
<ul>
<li> <b>Doomsday Algorithm</b> <a href='https://github.com/neunenak/Doomsday' class='codeLink'>(code)</a> a simple Haskell command-line application that computes the day of the week a given date in the Gregorian calendar falls on
<li> <b>Schala programming langauge meta-interpreter</b>
<a href='https://github.com/neunenak/schala' class='codeLink'>(code)</a>
- an interpreter for multiple toy programming languages all at once
</li>
<li>
<a href='https://crates.io/crates/hilite'>Hilite</a>
@ -123,12 +126,8 @@
which runs an arbitrary command line process and colors that
process' stderr output red.
</li>
<li> <b>Null-only scripting language</b>
<a href='https://github.com/neunenak/null-only-lang' class='codeLink'>(code)</a>
- an interpreter for a simple scripting language, where the gimmick
is that all value errors return null. This is mostly an excuse
to write something sizeable in Rust.
<li> <b>Doomsday Algorithm</b> <a href='https://github.com/neunenak/Doomsday' class='codeLink'>(code)</a> a simple Haskell command-line application that computes the day of the week a given date in the Gregorian calendar falls on
</li>
</ul>
</div>