Commit Graph

8937 Commits

Author SHA1 Message Date
Kartik K. Agaram a3f73278b1 task: juggling function outputs between registers 2021-10-26 23:39:36 -07:00
Kartik K. Agaram 0ccfd0156f make room for a second task before fractional numbers 2021-10-26 23:16:03 -07:00
Kartik K. Agaram c7dde8d8b4 task: primitive statements vs function calls 2021-10-26 23:14:36 -07:00
Kartik K. Agaram 5713eb7302 make room for a task before fractional numbers 2021-10-26 23:12:17 -07:00
Kartik K. Agaram e419abe615 . 2021-10-26 22:23:29 -07:00
Kartik K. Agaram c3eab11fd1 . 2021-10-26 22:18:54 -07:00
Kartik K. Agaram 33ed713124 . 2021-10-26 22:11:49 -07:00
Kartik K. Agaram 85fe614cd9 . 2021-10-26 22:10:04 -07:00
Kartik K. Agaram 9c952560da . 2021-10-26 22:04:26 -07:00
Kartik K. Agaram c055c4781f . 2021-10-26 22:02:23 -07:00
Kartik K. Agaram 189bd674a0 a few surprisingly nuanced tweaks to task 8
Thanks sejo for the feedback.
2021-10-26 21:57:08 -07:00
Kartik K. Agaram b16ece5ae8 . 2021-10-26 21:27:01 -07:00
Kartik K. Agaram 06a1928c8d typo in tutorial 2021-10-26 21:26:07 -07:00
Kartik K. Agaram 0b16b27f49 task: floating-point
I'm almost ready to throw in the towel. Writing out the rules makes it
obvious how hostile they are to most people.
2021-10-25 22:50:04 -07:00
Kartik K. Agaram d3be351847 . 2021-10-24 07:07:37 -07:00
Kartik K. Agaram 016e788f08 . 2021-10-24 00:20:02 -07:00
Kartik K. Agaram 7da7e94720 . 2021-10-24 00:10:33 -07:00
Kartik K. Agaram 7d28bbe2f2 . 2021-10-24 00:02:07 -07:00
Kartik K. Agaram 1cfaf7537c . 2021-10-24 00:00:23 -07:00
Kartik K. Agaram 00438cd8a0 . 2021-10-23 23:58:34 -07:00
Kartik K. Agaram 6a2ec6bfab . 2021-10-23 23:53:27 -07:00
Kartik K. Agaram c6f32bc2b4 finally I can address sejo's feedback on shadow/clobber 2021-10-23 23:50:14 -07:00
Kartik K. Agaram c9eeca659e . 2021-10-23 23:43:21 -07:00
Kartik K. Agaram b4a3e804af rewrite Mu reference 2021-10-23 23:38:14 -07:00
Kartik K. Agaram 145957b7ee . 2021-10-23 09:30:49 -07:00
Kartik K. Agaram f2ee8c1fb6 better phrasing thanks to feedback from sejo 2021-10-22 16:09:56 -07:00
Kartik K. Agaram 6293c438a6 . 2021-10-22 16:04:22 -07:00
Kartik K. Agaram 28b6d1656a . 2021-10-21 21:20:22 -07:00
Kartik K. Agaram 5de772bebd task: using a runbook 2021-10-21 21:02:52 -07:00
Kartik K. Agaram 42002973c1 . 2021-10-21 20:56:49 -07:00
Kartik K. Agaram b044bd4264 task: error messages 2021-10-21 20:46:04 -07:00
Kartik K. Agaram d19a5c66e0 paper over one gap pointed out by sejo 2021-10-20 22:59:42 -07:00
Kartik K. Agaram efe918919a thanks sejo for feedback 2021-10-20 21:51:47 -07:00
Kartik K. Agaram 289e503a85 . 2021-10-20 15:01:36 -07:00
Kartik K. Agaram 4dab538ad1 . 2021-10-20 14:58:45 -07:00
Kartik K. Agaram 019de1c304 . 2021-10-20 14:51:05 -07:00
Kartik K. Agaram 8b87d2244e . 2021-10-20 14:49:10 -07:00
Kartik K. Agaram c9c5faef24 . 2021-10-20 14:47:18 -07:00
Kartik K. Agaram b367e7f7f9 . 2021-10-20 14:42:57 -07:00
Kartik K. Agaram 3dead55641 task: variables in registers vs memory 2021-10-20 14:35:18 -07:00
Kartik K. Agaram f263a2070b . 2021-10-20 12:57:38 -07:00
Kartik K. Agaram 163aa68b46 . 2021-10-20 12:45:22 -07:00
Kartik K. Agaram 12615266b6 . 2021-10-20 12:32:58 -07:00
Kartik K. Agaram 9320a557f7 . 2021-10-20 12:25:06 -07:00
Kartik K. Agaram 619dc31dfc sketching out a slow tutorial 2021-10-20 12:01:55 -07:00
Kartik K. Agaram 909a0e2530 . 2021-10-17 21:57:41 -07:00
Kartik K. Agaram 9a183b8179 support backspace when reading line from keyboard 2021-10-13 23:15:59 -07:00
Kartik K. Agaram db0363462f primitive: read line from keyboard
Blocking.
2021-10-13 23:14:20 -07:00
Kartik K. Agaram d280bd8dac parse float from text 2021-10-12 22:31:57 -07:00
Kartik K. Agaram 72d104d169 . 2021-10-12 22:15:06 -07:00