From 762b099ef6c6ad5b6b61d29e473baa6df8d64ab9 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 18 Jul 2015 15:22:49 -0700 Subject: 1818 --- index.html | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 9926243c..40aea7b9 100644 --- a/index.html +++ b/index.html @@ -40,8 +40,10 @@ also supports first-class functions and delimited continuations. print primitives that inject a screen dependency which can be faked for testing.
  • chessboard.mu: putting it all -together, the big kahuna: a complete console program along with thorough tests -of its behavior including both screen and keyboard handling. +together, a little console program along with thorough tests of its behavior +including both screen and keyboard handling. +
  • edit.mu: the programming environment I +plan to use to teach programming.

    Part I: basic infrastructure @@ -156,12 +158,12 @@ the real screen with fake ones for testing.
    072scenario_screen.cc: writing tests that check what is printed to screen. (examples) -
    074keyboard.mu: helpers that can -swap the real keyboard with fake ones for testing. -
    075scenario_keyboard.cc: -writing tests using a fake keyboard. -(examples) -
    077trace_browser.cc: a +
    074console.mu: helpers that can +swap the real keyboard and mouse with fake ones for testing. +
    075scenario_console.cc: +writing tests for keyboard and mouse using the fakes. +(examples) +
    080trace_browser.cc: a zoomable UI for inspecting traces generated by mu programs. Allows both scanning a high-level view and drilling down into selective details. -- cgit 1.4.1-2-gfad0