From 34d482b15a310efb8d969b3917c3686f621cc77d Mon Sep 17 00:00:00 2001 From: greg Date: Mon, 10 Apr 2017 01:01:47 -0700 Subject: [PATCH] Fixed Schala link --- index.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 3db126d..ef198b8 100644 --- a/index.html +++ b/index.html @@ -52,6 +52,7 @@ +

Greg Shuflin

Contact me: greg [dot] shuflin [at] gmail [dot] com @@ -114,7 +115,9 @@

Rust and Haskell projects

    -
  • Doomsday Algorithm (code) a simple Haskell command-line application that computes the day of the week a given date in the Gregorian calendar falls on +
  • Schala programming langauge meta-interpreter + (code) + - an interpreter for multiple toy programming languages all at once
  • Hilite @@ -123,12 +126,8 @@ which runs an arbitrary command line process and colors that process' stderr output red.
  • - -
  • Null-only scripting language - (code) - - 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. +
  • Doomsday Algorithm (code) a simple Haskell command-line application that computes the day of the week a given date in the Gregorian calendar falls on +