• Joined on 2025-09-25
defunkt pushed to prelude at probablycorey/shrimp 2025-10-29 19:07:15 +00:00
9e38fa7a44 globalFunctions => globals
defunkt pushed to prelude at probablycorey/shrimp 2025-10-29 18:34:15 +00:00
3c06cac36c more prelude functions
51b64da106 update conditional tests
0dbba4d847 allow conditionals at statement-level
34305b473e switch back to using ==
fd197a2dfc fix or/and chaining
Compare 10 commits »
defunkt pushed to prelude at probablycorey/shrimp 2025-10-29 06:02:16 +00:00
0eca3685f5 spruce up tests
dd2edb6dda prelude tests
b738e6cfd1 use -> load
bf1196bf96 use works more like fn, for now
f25ec024c2 further activate dotget
Compare 24 commits »
defunkt pushed to main at defunkt/ReefVM 2025-10-29 06:00:25 +00:00
052f989e82 fix nested globals
defunkt pushed to list-and-dict-literals at probablycorey/shrimp 2025-10-29 04:52:52 +00:00
e1ba9c630d important note
defunkt pushed to list-and-dict-literals at probablycorey/shrimp 2025-10-29 04:52:21 +00:00
defunkt created pull request probablycorey/shrimp#13 2025-10-29 04:36:58 +00:00
list-and-dict-literals
defunkt pushed to list-and-dict-literals at probablycorey/shrimp 2025-10-29 04:36:10 +00:00
1aa1570135 add barus minimus docs
defunkt pushed to list-and-dict-literals at probablycorey/shrimp 2025-10-29 04:26:12 +00:00
8112515278 [ = ]
982054eb54 [a=1 b=2 c=3] and [=] (empty dict)
Compare 2 commits »
defunkt created branch list-and-dict-literals in probablycorey/shrimp 2025-10-29 00:03:48 +00:00
defunkt pushed to list-and-dict-literals at probablycorey/shrimp 2025-10-29 00:03:48 +00:00
34c1177636 more tests
339c09eb8c compile array literals
7da4c14962 parse arrays
Compare 3 commits »
defunkt pushed to prelude at probablycorey/shrimp 2025-10-28 20:11:33 +00:00
de30d85304 prelude tests
339127e692 need you
1ec53c3b45 use module
2163527219 native -> global
c8362e106d no valueFunctions
Compare 10 commits »
defunkt pushed to main at probablycorey/shrimp 2025-10-28 20:09:02 +00:00
7a4affd01e globals, not global functions
defunkt pushed to main at probablycorey/shrimp 2025-10-28 20:06:57 +00:00
20e2dd3b31 update reef
defunkt pushed to main at defunkt/ReefVM 2025-10-28 20:05:38 +00:00
e542070677 vm.set(), new VM(bytecode, globalVars)
defunkt pushed to prelude at probablycorey/shrimp 2025-10-28 19:51:54 +00:00
4f092fca3f prelude tests
b50dafe79d need you
af7f389a04 use module
67a98837ed native -> global
b42675e1d9 narrow type
Compare 34 commits »
defunkt pushed to prelude at probablycorey/shrimp 2025-10-28 19:47:49 +00:00
05cf93ab36 prelude tests
defunkt commented on pull request probablycorey/shrimp#10 2025-10-27 22:26:19 +00:00
Functions returned by parens expr can be called

I think this is good - we'll see if we need zero args parens calls or not. Probably not?

defunkt created pull request probablycorey/shrimp#11 2025-10-27 22:25:58 +00:00
Remove ReefVM submodule and instead depend on the git repo as a package.
defunkt created branch reef-git-package in probablycorey/shrimp 2025-10-27 22:25:07 +00:00