Scott Richmond scott
  • Joined on 2023-07-29
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,…

scott commented on issue twc/ludus#31 2024-07-03 00:27:58 +00:00
Stdin, out, err

How related is this to #93? We want probably not a "turtle graphics protocol" but a Ludus I/O protocol.

This will take some real design work to get the plumbing right.

scott commented on issue twc/ludus#27 2024-07-03 00:26:06 +00:00
Ensure stack overflows don't kill Ludus

This will be possible with the new actor model.

scott commented on issue twc/ludus#24 2024-07-03 00:23:40 +00:00
Refs & state

This is now irrelevant; the actor model supersedes this.

scott closed issue twc/ludus#24 2024-07-03 00:23:40 +00:00
Refs & state
scott commented on issue twc/ludus#23 2024-07-03 00:21:50 +00:00
Graphics protocol

#93 duplicates this, but with better/more info.

scott closed issue twc/ludus#23 2024-07-03 00:21:50 +00:00
Graphics protocol
scott commented on issue twc/ludus#30 2024-07-03 00:20:31 +00:00
Coroutines!

Ludus does NOT want coroutines, it wants ACTORS.

scott closed issue twc/ludus#30 2024-07-03 00:20:31 +00:00
Coroutines!
scott commented on issue twc/ludus#97 2024-07-02 23:43:16 +00:00
Thoughts about dicts and objects

After a conversation with @matt today, we've decided NOT to go with dict-objects. The Actor Model it is! (Not to be confused with the actor/model.)