Scott Richmond scott
  • Joined on 2023-07-29
scott commented on issue twc/ludus#86 2024-06-21 02:58:47 +00:00
Disallow shadowing?

Is the correct?

Technically, what happens when a function body is a block?

Well, a block is a new scope. So when the function body is a new block, it's a child scope, with the parent scope…

scott commented on issue twc/ludus#88 2024-06-20 22:01:12 +00:00
Empty blocks should cause parsing or validation errors

Done in 705be69661

scott closed issue twc/ludus#88 2024-06-20 22:01:12 +00:00
Empty blocks should cause parsing or validation errors
scott pushed to main at twc/ludus 2024-06-20 22:00:58 +00:00
705be69661 validation error on empty blocks
scott commented on issue twc/ludus#89 2024-06-20 21:57:25 +00:00
Calling not a function should cause a panic

Done in 0363d5a091

scott closed issue twc/ludus#89 2024-06-20 21:57:25 +00:00
Calling not a function should cause a panic
scott pushed to main at twc/ludus 2024-06-20 21:56:43 +00:00
3b65092267 add clause for join with empty list and separator
0363d5a091 calling something other than a function causes a panic
887d192c8a 0.1.24
f0176548de build
Compare 4 commits »
scott opened issue twc/ludus#92 2024-06-20 21:50:32 +00:00
split should work with "" as splitter
scott opened issue twc/ludus#91 2024-06-20 21:48:07 +00:00
chars should give a list of chars in a string
scott opened issue twc/ludus#90 2024-06-20 21:47:52 +00:00
at should work with strings
scott commented on issue twc/ludus#84 2024-06-20 20:57:33 +00:00
Show and hide turtles

I did this!

scott closed issue twc/ludus#84 2024-06-20 20:57:33 +00:00
Show and hide turtles
scott opened issue twc/ludus#89 2024-06-20 20:56:51 +00:00
Calling not a function should cause a panic
scott pushed to main at twc/ludus 2024-06-20 20:36:09 +00:00
bf7dfe94bd fix fold/empty list bug
694b8adc60 0.1.23
f070076e2b build
Compare 3 commits »
scott pushed to main at twc/ludus 2024-06-20 20:19:00 +00:00
42492c8a09 fix bug in rest with error on empty list
2c1de39161 0.1.22
58d70483cf build
Compare 3 commits »
scott pushed to main at twc/ludus 2024-06-20 16:12:07 +00:00
70e8b1ede8 comment repl cruft
98180507e4 show and hide turtle
b9e721e4e2 don't draw line on turtle if pen is up
Compare 3 commits »
scott pushed to main at twc/lezer-ludus 2024-06-20 14:42:46 +00:00
bfb2d9e764 build
scott pushed to main at twc/lezer-ludus 2024-06-20 14:40:15 +00:00
c0ace398ee add .gitignore
262aa0edf3 ref -> box
Compare 2 commits »
scott pushed to main at twc/ludus 2024-06-20 14:16:36 +00:00
fe5b196404 0.1.21
ad0aff1cb0 build
Compare 2 commits »
scott pushed to main at twc/ludus 2024-06-19 22:23:58 +00:00
7bdaf291a0 fix slice