Commit Graph

  • b08fac2daf to_number in doc topics main Scott Richmond 2024-11-06 17:45:56 -0500
  • 1f7a9ebd4c fix doc comment for to_number Scott Richmond 2024-11-06 17:44:18 -0500
  • 951edccebf 0.1.36 Scott Richmond 2024-11-03 17:20:54 -0500
  • 49c0ee20b3 remove test svgs Scott Richmond 2024-11-03 17:20:47 -0500
  • 1ead4a8c5c build Scott Richmond 2024-11-03 17:19:11 -0500
  • 2f5557a552 build Scott Richmond 2024-11-03 17:04:04 -0500
  • 066edb00b5 build Scott Richmond 2024-11-03 16:45:20 -0500
  • 5ed314de15 update prelude docs Scott Richmond 2024-11-01 16:23:32 -0400
  • ee09b9f208 random works on tuples Scott Richmond 2024-11-01 16:23:15 -0400
  • a7fcad18a6 0.1.35 Scott Richmond 2024-11-01 14:59:51 -0400
  • 58dc94ce7e 0.1.34 Scott Richmond 2024-11-01 14:59:36 -0400
  • 7aedbc18d6 build Scott Richmond 2024-11-01 14:59:17 -0400
  • 339c2095aa include to_number Scott Richmond 2024-10-23 17:30:14 -0400
  • e278d91bba 0.1.33 Scott Richmond 2024-10-23 17:29:28 -0400
  • bb0aaef060 build Scott Richmond 2024-10-23 17:27:32 -0400
  • 54e7597b33 0.1.32 Scott Richmond 2024-10-23 16:44:58 -0400
  • 13856cb8b2 fix penwidth bug Scott Richmond 2024-10-23 16:44:51 -0400
  • f0d19da532 update prelude docs Scott Richmond 2024-10-20 15:12:29 -0400
  • ab3cf98bb5 update doc topics; escape slashes in links Scott Richmond 2024-10-20 15:12:17 -0400
  • 440b97d47f update prelude documentation Scott Richmond 2024-10-20 14:50:22 -0400
  • b392e3282c 0.1.31 Scott Richmond 2024-10-20 14:39:42 -0400
  • 12f1a85e27 fix p5 call push/pop errors Scott Richmond 2024-10-20 14:39:36 -0400
  • fd55dd9a50 0.1.30 Scott Richmond 2024-10-20 14:22:21 -0400
  • 8d98f3e2b4 fix p5 call snafu Scott Richmond 2024-10-20 14:22:14 -0400
  • ca1a026980 0.1.29 Scott Richmond 2024-10-20 14:17:47 -0400
  • d0a5128e0e fix turtle/path rotation, add p5 canvas transformations to adapter from web frontend Scott Richmond 2024-10-20 14:17:39 -0400
  • 7dfaed11e3 0.1.28 Scott Richmond 2024-10-18 15:22:46 -0400
  • deaeb7b4db build Scott Richmond 2024-10-18 15:22:40 -0400
  • 2686d70a49 change test case tg_protocol Scott Richmond 2024-10-18 15:18:56 -0400
  • e6b2ffe4c9 add ludus-extraction function from svg Scott Richmond 2024-09-09 18:23:13 -0400
  • 7285e599c5 0.1.27 Scott Richmond 2024-08-02 14:56:05 -0400
  • 39984ac537 build Scott Richmond 2024-08-02 14:55:46 -0400
  • 73b2343963 add p5 test file Scott Richmond 2024-08-02 13:56:37 -0400
  • 1733de7dff build Scott Richmond 2024-08-01 18:54:18 -0400
  • be9a86a973 build Scott Richmond 2024-08-01 18:50:09 -0400
  • 479e304357 fix viewBox math so we see just what is there Scott Richmond 2024-08-01 18:35:28 -0400
  • db5622bccd new random seed for every run Scott Richmond 2024-08-01 18:00:11 -0400
  • 7f64164078 build Scott Richmond 2024-08-01 17:45:09 -0400
  • d9e0fd23ec build Scott Richmond 2024-08-01 17:43:29 -0400
  • ffed651b6e build Scott Richmond 2024-08-01 17:40:54 -0400
  • ea80f81c33 build Scott Richmond 2024-08-01 17:31:36 -0400
  • d477782ff6 build Scott Richmond 2024-08-01 17:05:41 -0400
  • 4baabc0a20 build Scott Richmond 2024-08-01 16:43:01 -0400
  • 1085c7ae44 build out svg adapter, viewBox isn't working yet Scott Richmond 2024-07-31 19:25:22 -0400
  • e72b9f91ca build Scott Richmond 2024-07-31 12:06:42 -0400
  • d8f152998e build out p5 adapter Scott Richmond 2024-07-30 18:36:13 -0400
  • af125ffbbb fix background! bugs; delete a bunch of p5 adapter code, now moved to JS Scott Richmond 2024-07-30 18:35:55 -0400
  • 657ff3dedb remove print! Scott Richmond 2024-07-30 18:32:54 -0400
  • 2c9f6f8279 start building out p5 adapter Scott Richmond 2024-07-22 11:39:57 -0400
  • 4ca1da1240 build Scott Richmond 2024-07-21 20:00:34 -0400
  • 121446c5c4 first step: Ludus speaks turtle graphics, not p5 calls Scott Richmond 2024-07-21 19:22:42 -0400
  • df85be3c1e ref->box everywhere post_computer_class Scott Richmond 2024-07-21 16:31:20 -0400
  • 60106d10f0 consider turtle-reported vs. expected-calculated state Scott Richmond 2024-07-21 16:26:56 -0400
  • e068059362 update turtle graphics protocol doc Scott Richmond 2024-07-20 16:54:37 -0400
  • dd3867968e add description of turtle graphics protocol Scott Richmond 2024-07-20 16:34:12 -0400
  • 98421a9215 allow shadowing of prelude Scott Richmond 2024-07-20 13:51:11 -0400
  • 7467bc8867 disallow shadowing, remove all shadowing from Prelude. Scott Richmond 2024-07-19 16:48:11 -0400
  • 2ec95c8f33 add loop & recur back into the language: we do actually need it!--just not *pedagogically* Scott Richmond 2024-07-19 16:25:18 -0400
  • 7afc32d9d1 remove loop & recur from the language Scott Richmond 2024-07-19 16:11:30 -0400
  • d4adc1d912 clean up Scott Richmond 2024-07-19 16:09:31 -0400
  • 4a069278b8 finally fix script, block, tuple, list, dict, etc. off by one errors for last term Scott Richmond 2024-07-19 16:00:17 -0400
  • e9fee4c0e1 make some additional comments re: off-by-one error errors Scott Richmond 2024-07-16 20:16:28 -0400
  • 2027490614 improve some things Scott Richmond 2024-07-16 20:12:21 -0400
  • cb7098ac4e start fixing off-by-one errors: script, block, tuple, args, tup-patt Scott Richmond 2024-07-16 19:40:40 -0400
  • d416511b48 remove repl cruft Scott Richmond 2024-07-14 14:42:31 -0400
  • a6c899a85f Pretty-patterns shows words at ends of splatterns Scott Richmond 2024-07-14 14:41:53 -0400
  • 9ddb43a30f called keywords work in pipelines Scott Richmond 2024-07-14 14:28:09 -0400
  • 9e50f0cbdf Fix typo Scott Richmond 2024-07-14 14:18:10 -0400
  • 2f03bbb12f mismatched arity -> wrong number of arguments Scott Richmond 2024-07-14 13:53:32 -0400
  • 8cf84e63d3 add char functions to doc Scott Richmond 2024-07-14 13:49:49 -0400
  • 5c32d32f24 add chars to prelude Scott Richmond 2024-07-14 13:48:47 -0400
  • 32b42e0242 ignore .zig-cache Scott Richmond 2024-07-13 18:30:45 -0400
  • 9556449d86 move janet director to_zig Scott Richmond 2024-06-24 22:03:57 -0400
  • 4d1122fa58 repl comment Scott Richmond 2024-06-24 12:57:09 -0400
  • faf15bfd75 at works with strings Scott Richmond 2024-06-24 12:56:43 -0400
  • 492c954655 0.1.26 Scott Richmond 2024-06-24 11:17:59 -0400
  • 0b67854494 build Scott Richmond 2024-06-24 11:17:57 -0400
  • af95c9800f json encode output Scott Richmond 2024-06-24 11:17:47 -0400
  • ed0a3311a4 0.1.25 Scott Richmond 2024-06-24 10:55:06 -0400
  • 55351da166 build Scott Richmond 2024-06-24 10:55:02 -0400
  • 9752a87f27 move nil? to fix binding; use append! for turtle states Scott Richmond 2024-06-24 10:54:54 -0400
  • a30cbaebc6 at for strings, for real Scott Richmond 2024-06-21 15:28:46 -0400
  • 7b56e90468 build Scott Richmond 2024-06-21 11:37:31 -0400
  • e05043e375 fix nil pattern matching Scott Richmond 2024-06-21 11:37:23 -0400
  • 705be69661 validation error on empty blocks Scott Richmond 2024-06-20 18:00:44 -0400
  • 3b65092267 add clause for join with empty list and separator Scott Richmond 2024-06-20 17:50:01 -0400
  • 0363d5a091 calling something other than a function causes a panic Scott Richmond 2024-06-20 17:49:27 -0400
  • 887d192c8a 0.1.24 Scott Richmond 2024-06-20 16:36:14 -0400
  • f0176548de build Scott Richmond 2024-06-20 16:36:11 -0400
  • bf7dfe94bd fix fold/empty list bug Scott Richmond 2024-06-20 16:36:01 -0400
  • 694b8adc60 0.1.23 Scott Richmond 2024-06-20 16:19:06 -0400
  • f070076e2b build Scott Richmond 2024-06-20 16:19:02 -0400
  • 42492c8a09 fix bug in rest with error on empty list Scott Richmond 2024-06-20 16:18:54 -0400
  • 2c1de39161 0.1.22 Scott Richmond 2024-06-20 12:12:13 -0400
  • 58d70483cf build Scott Richmond 2024-06-20 12:12:10 -0400
  • 70e8b1ede8 comment repl cruft Scott Richmond 2024-06-20 12:12:02 -0400
  • 98180507e4 show and hide turtle Scott Richmond 2024-06-20 12:10:07 -0400
  • b9e721e4e2 don't draw line on turtle if pen is up Scott Richmond 2024-06-20 12:04:45 -0400
  • fe5b196404 0.1.21 Scott Richmond 2024-06-20 10:16:03 -0400
  • ad0aff1cb0 build Scott Richmond 2024-06-20 10:16:00 -0400