Scott Richmond scott
  • Joined on 2023-07-29
scott pushed to main at scott/rudus 2024-11-15 02:31:30 +00:00
f1d19b73db remove test cruft
scott pushed to main at scott/rudus 2024-11-15 02:30:47 +00:00
10bc2e9b0c get base functions working
scott pushed to main at scott/rudus 2024-11-11 22:51:03 +00:00
26ff15cae8 lots of work, need to fix cloning closures in base
scott pushed to main at scott/rudus 2024-11-11 01:12:25 +00:00
9f0cef5207 lots of new things! almost a language
scott pushed to main at scott/rudus 2024-11-09 19:10:13 +00:00
bb683b09b4 futz, but mostly take notes
32ab5f7944 actually remove catchall pattern in eval
fd55604608 actually remove catchall pattern in eval
7819472048 remove catchall pattern in eval
Compare 4 commits »
scott pushed to main at scott/rudus 2024-11-07 23:57:08 +00:00
28d1c7ab0c keep working on some things
scott pushed to main at scott/rudus 2024-11-06 23:28:34 +00:00
0875ec2ab5 get the vm basically working!
scott opened issue twc/ludus#108 2024-11-06 23:12:33 +00:00
panic! (:blah) should print (:blah) in the error messge
scott pushed to main at twc/ludus 2024-11-06 22:46:00 +00:00
b08fac2daf to_number in doc topics
1f7a9ebd4c fix doc comment for to_number
Compare 2 commits »
scott pushed to main at twc/ludus 2024-11-06 22:41:33 +00:00
951edccebf 0.1.36
scott pushed to main at scott/rudus 2024-11-06 22:38:03 +00:00
740b14f9da keep working on vm
scott pushed to main at twc/ludus-scripts 2024-11-03 22:33:04 +00:00
88d9e3b2e3 Remove loop-based gons, leaving only recursive
1c85f920f2 Update to reflect changes in Prelude
Compare 2 commits »
scott pushed to main at twc/ludus 2024-11-03 22:20:53 +00:00
49c0ee20b3 remove test svgs
1ead4a8c5c build
2f5557a552 build
066edb00b5 build
Compare 4 commits »
scott opened issue twc/ludus#107 2024-11-01 22:07:07 +00:00
Add arcsin and arccos to prelude
scott pushed to main at scott/rudus 2024-11-01 20:58:22 +00:00
f2b342a807 add thoughts about vm
scott pushed to main at twc/ludus 2024-11-01 20:23:38 +00:00
5ed314de15 update prelude docs
ee09b9f208 random works on tuples
a7fcad18a6 0.1.35
58dc94ce7e 0.1.34
7aedbc18d6 build
Compare 5 commits »
scott commented on issue twc/ludus#106 2024-11-01 18:25:24 +00:00
Fix validation error on attempting rebind in function arguments
let size = 100
let sides = 4
let petals = 50

fn ngon! (sides, size) -> {
  repeat sides {
    fd! (size)
    rt! (inv (sides))
  }
}
=== === === Run 24
Validation…
scott opened issue twc/ludus#106 2024-11-01 18:24:59 +00:00
Fix validation error on attempting rebind in function arguments
scott pushed to main at scott/rudus 2024-11-01 03:53:53 +00:00
b77866baf9 grind on lifetimes, don't get it working
scott pushed to main at scott/rudus 2024-10-31 20:59:30 +00:00
60f0a1081d break out into separate modules