Scott Richmond scott
  • Joined on 2023-07-29
scott pushed to main at twc/ludus 2025-06-12 21:52:11 +00:00
1c650cf1bb add llist fns
scott pushed to main at twc/ludus 2025-06-12 21:50:27 +00:00
846a9839d6 add llist fns; fix missing colors bug; filter works on sets; other improvements
6ca5c9ae48 add int?
fe029573cf add foldr
Compare 3 commits »
scott commented on issue twc/ludus#114 2025-06-12 20:55:33 +00:00
Exponents

Added in 5c96cd8538.

scott closed issue twc/ludus#114 2025-06-12 20:55:33 +00:00
Exponents
scott closed issue twc/ludus#119 2025-06-12 20:53:32 +00:00
"Loop" in Prelude
scott commented on issue twc/ludus#119 2025-06-12 20:53:28 +00:00
"Loop" in Prelude

Problem was with higher-arity eq? applications. Fixed in 5c96cd8538, along with the wrong algorithm for neq?

scott pushed to main at twc/ludus 2025-06-12 20:46:29 +00:00
763219d111 update docs
5c96cd8538 0.1.41
Compare 2 commits »
scott pushed to main at twc/ludus 2025-06-12 20:45:06 +00:00
a5b0d796d6 build
6d1d8e11b5 0.1.40
Compare 2 commits »
scott pushed to main at twc/ludus 2025-06-12 20:40:50 +00:00
508e4b4be9 build
scott pushed to main at twc/ludus 2025-06-12 20:30:38 +00:00
ec7ffbdd9a eq? and neq? bugfix; add pow
360be76de9 0.1.38
Compare 2 commits »
scott commented on issue twc/ludus#119 2025-06-12 19:59:10 +00:00
"Loop" in Prelude

The arity of the function to eq? in the lambda you pass to filter is weird. I haven't figured out why it's causing a panic, but you can get this to work correctly if that line reads:

`let…

scott pushed to main at twc/ludus-scripts 2025-06-12 19:44:34 +00:00
150b0f0c38 Fix typos
scott opened issue twc/ludus#117 2025-06-11 22:26:05 +00:00
Should Ludus have a linked list collection type?
scott commented on issue twc/ludus#116 2025-06-11 22:23:30 +00:00
Prelude should have a foldr function

Here's foldr (which is not "fold from the right," but right-associative):

fn foldr {
	"Folds a list using, right-associatively."
	(f as :fn, []) -> []
	(f as :fn, xs as :list) ->…
scott opened issue twc/ludus#116 2025-06-11 21:59:37 +00:00
Prelude should have a foldr function
scott pushed to main at twc/ludus 2025-06-10 21:22:14 +00:00
6a71e3c244 fix svg typo bug
a86041ed66 0.1.38
d61c9a6880 0.1.37
Compare 3 commits »
scott pushed to main at twc/ludus 2025-06-10 20:59:43 +00:00
02ccd5327c add document size in inches
scott pushed to bytecode at twc/rudus 2025-06-10 19:44:57 +00:00
ecd16e3aef update thoughts
e3b5b96dc2 test out 16 bit operand math
Compare 2 commits »
scott opened issue twc/ludus#113 2025-06-10 19:11:14 +00:00
goto! should work
scott pushed to bytecode at twc/rudus 2025-06-06 04:06:28 +00:00
6ded94f7d0 oops: put working document under version control
0347d10db7 first draft of complex string matching, discover jump mistake
Compare 2 commits »