Scott Richmond scott
  • Joined on 2023-07-29
scott pushed to post_computer_class at twc/ludus 2024-07-17 00:16:34 +00:00
e9fee4c0e1 make some additional comments re: off-by-one error errors
scott pushed to post_computer_class at twc/ludus 2024-07-17 00:12:31 +00:00
2027490614 improve some things
cb7098ac4e start fixing off-by-one errors: script, block, tuple, args, tup-patt
Compare 2 commits »
scott pushed to main at twc/ludus 2024-07-14 18:43:58 +00:00
d416511b48 remove repl cruft
a6c899a85f Pretty-patterns shows words at ends of splatterns
9ddb43a30f called keywords work in pipelines
9e50f0cbdf Fix typo
2f03bbb12f mismatched arity -> wrong number of arguments
Compare 8 commits »
scott closed issue twc/ludus#79 2024-07-14 18:42:53 +00:00
Splat patterns should show word/name bindings in doc! and match errors
scott pushed to post_computer_class at twc/ludus 2024-07-14 18:42:37 +00:00
d416511b48 remove repl cruft
scott pushed to post_computer_class at twc/ludus 2024-07-14 18:42:20 +00:00
a6c899a85f Pretty-patterns shows words at ends of splatterns
scott commented on issue twc/ludus#87 2024-07-14 18:29:20 +00:00
Called keywords should work in do forms

Fixed in 9ddb43a30f

scott closed issue twc/ludus#87 2024-07-14 18:29:20 +00:00
Called keywords should work in do forms
scott pushed to post_computer_class at twc/ludus 2024-07-14 18:28:14 +00:00
9ddb43a30f called keywords work in pipelines
scott pushed to post_computer_class at twc/ludus 2024-07-14 18:18:27 +00:00
9e50f0cbdf Fix typo
scott closed issue twc/ludus#83 2024-07-14 17:53:52 +00:00
Better error message: "mismatched arity" -> "wrong number of arguments"
scott pushed to post_computer_class at twc/ludus 2024-07-14 17:53:39 +00:00
2f03bbb12f mismatched arity -> wrong number of arguments
scott commented on issue twc/ludus#91 2024-07-14 17:50:46 +00:00
chars should give a list of chars in a string

Added in 5c32d32f24

scott closed issue twc/ludus#91 2024-07-14 17:50:46 +00:00
chars should give a list of chars in a string
scott created branch post_computer_class in twc/ludus 2024-07-14 17:50:20 +00:00
scott pushed to post_computer_class at twc/ludus 2024-07-14 17:50:20 +00:00
8cf84e63d3 add char functions to doc
5c32d32f24 add chars to prelude
32b42e0242 ignore .zig-cache
Compare 3 commits »
scott opened issue twc/ludus#98 2024-07-13 04:48:57 +00:00
"Literate" Ludus
scott commented on issue twc/ludus#66 2024-07-03 00:41:17 +00:00
Real UTF-8 functions

We have some things bundled under this (#91), but this is a general review of string manipulation function. Currently we have: upcase, downcase, strip, words, sentence, trim, split,…