Scott Richmond scott
  • Joined on 2023-07-29
scott pushed to main at twc/ludus 2024-06-16 01:53:44 +00:00
2ad939b48b repl cruft
e899bc96f0 updated doc
bce3f9d7b0 properly show sets
6022895fa8 improve formatting and add new functions to topics
07c6d23587 bugfixes and improvements
Compare 6 commits »
scott pushed to main at twc/ludus 2024-06-15 22:14:07 +00:00
d1c48fb0fd add hrs
scott pushed to main at twc/ludus 2024-06-15 22:12:31 +00:00
3f030ca505 add back to top links
scott pushed to main at twc/ludus 2024-06-15 22:08:52 +00:00
d78f7ce827 updated janet-based docs, but for real this time
9d66c9d697 Bugfixes!
Compare 2 commits »
scott pushed to main at twc/ludus 2024-06-15 21:04:06 +00:00
68aca09de6 updated janet-based docs
d94eb5485d fix some bugs, prep for doc
98d6b1c865 fix some bugs
Compare 3 commits »
scott created branch last_clj in twc/ludus 2024-06-15 15:58:54 +00:00
scott pushed to last_clj at twc/ludus 2024-06-15 15:58:54 +00:00
scott pushed to main at twc/ludus 2024-06-15 15:58:35 +00:00
aba77569ac some pure-ludus string manipulation testing
223823ea68 0.1.16
Compare 2 commits »
scott commented on issue twc/ludus#78 2024-06-15 15:56:52 +00:00
words should strip punctuation

Add to prelude this Ludus code:

fn strip_punctuation {
 ("{x},{y}") -> strip_punctuation ("{x}{y}")
 ("{x}.{y}") -> strip_punctuation ("{x}{y}")
 ("{x};{y}") -> strip_punctuation…
scott opened issue twc/ludus#78 2024-06-15 15:44:37 +00:00
words should strip punctuation
scott opened issue twc/ludus#77 2024-06-15 15:43:52 +00:00
Update language documentation to reflect current state of the language
scott pushed to main at twc/ludus 2024-06-14 21:21:49 +00:00
ae6ad34364 build
scott pushed to main at twc/ludus 2024-06-14 21:21:38 +00:00
d37e51b605 don't fold using builting functions
5d6d4e723d 0.1.15
Compare 2 commits »
scott pushed to main at twc/ludus 2024-06-14 21:18:16 +00:00
4f84f408a7 no repl cruft + build
scott pushed to main at twc/ludus 2024-06-14 21:17:26 +00:00
aa5795e168 improve errors, a bit
scott pushed to main at twc/ludus 2024-06-14 20:52:11 +00:00
1841915d92 fix? bug in call-fn with incorrect function call info
scott commented on issue twc/ludus#27 2024-06-14 19:58:03 +00:00
Ensure stack overflows don't kill Ludus

At current, a stack overflow will cause a wasm out of memory issue; not sure how to recover that.

Meanwhile, an infinite loop will also hang.

Neither of these are recoverable, but hitting…

scott pushed to main at twc/ludus 2024-06-14 19:56:02 +00:00
7a7a3b8977 fix show box stack overflow
scott commented on issue twc/ludus#48 2024-06-14 19:44:23 +00:00
Fix coordinate system

Fixed in 5a27d345eb

scott closed issue twc/ludus#48 2024-06-14 19:44:23 +00:00
Fix coordinate system