diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-03-08 01:30:14 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-03-08 01:46:47 -0800 |
commit | 1ead356219bb2eb59487d1012f837bd07ec336f5 (patch) | |
tree | af15f390b81e4d6b3e0940c5756a0d7fd1060bb5 /html | |
parent | 27ba0937a3747684f299bb7a8b3cdd0fbb689db3 (diff) | |
download | mu-1ead356219bb2eb59487d1012f837bd07ec336f5.tar.gz |
2735 - define recipes using 'def'
I'm dropping all mention of 'recipe' terminology from the Readme. That way I hope to avoid further bike-shedding discussions while I very slowly decide on the right terminology with my students. I could be smarter in my error messages and use 'recipe' when code uses it and 'function' otherwise. But what about other words like ingredient? It would all add complexity that I'm not yet sure is worthwhile. But I do want separate experiences for veteran programmers reading about Mu on github and for people learning programming using Mu.
Diffstat (limited to 'html')
-rw-r--r-- | html/chessboard-test.png | bin | 17591 -> 21433 bytes |
-rw-r--r-- | html/edit.png | bin | 37981 -> 39022 bytes |
-rw-r--r-- | html/example1.png | bin | 9364 -> 14621 bytes |
-rw-r--r-- | html/expected-result.png | bin | 5492 -> 9417 bytes |
-rw-r--r-- | html/f2c-1.png | bin | 23711 -> 23997 bytes |
-rw-r--r-- | html/f2c-2.png | bin | 25218 -> 24630 bytes |
-rw-r--r-- | html/factorial-test.png | bin | 14982 -> 17652 bytes |
-rw-r--r-- | html/factorial.png | bin | 30707 -> 31770 bytes |
-rw-r--r-- | html/unexpected-result.png | bin | 5527 -> 9357 bytes |
9 files changed, 0 insertions, 0 deletions
diff --git a/html/chessboard-test.png b/html/chessboard-test.png index 1dc5a4fa..5f9af84e 100644 --- a/html/chessboard-test.png +++ b/html/chessboard-test.png Binary files differdiff --git a/html/edit.png b/html/edit.png index 2cd2445b..04099cf8 100644 --- a/html/edit.png +++ b/html/edit.png Binary files differdiff --git a/html/example1.png b/html/example1.png index 980d4a08..de90c925 100644 --- a/html/example1.png +++ b/html/example1.png Binary files differdiff --git a/html/expected-result.png b/html/expected-result.png index bf741431..7f35fdec 100644 --- a/html/expected-result.png +++ b/html/expected-result.png Binary files differdiff --git a/html/f2c-1.png b/html/f2c-1.png index 745eb0f3..044b4d71 100644 --- a/html/f2c-1.png +++ b/html/f2c-1.png Binary files differdiff --git a/html/f2c-2.png b/html/f2c-2.png index 250d6158..c7a84cb2 100644 --- a/html/f2c-2.png +++ b/html/f2c-2.png Binary files differdiff --git a/html/factorial-test.png b/html/factorial-test.png index 024c2995..f6e5696d 100644 --- a/html/factorial-test.png +++ b/html/factorial-test.png Binary files differdiff --git a/html/factorial.png b/html/factorial.png index 5474f7ae..d3a57aa7 100644 --- a/html/factorial.png +++ b/html/factorial.png Binary files differdiff --git a/html/unexpected-result.png b/html/unexpected-result.png index b7b75e09..37bff0f2 100644 --- a/html/unexpected-result.png +++ b/html/unexpected-result.png Binary files differ |