• Joined on 2025-09-25
defunkt pushed to main at defunkt/ReefVM 2025-10-24 17:53:33 +00:00
797eb281cb vm.call(name, ...args)
91d3eb43e4 Call Reef closures inside native functions
Compare 2 commits »
defunkt pushed to main at defunkt/nose-pluto 2025-10-23 22:51:22 +00:00
af2c8b8f4e I guess put tsconfig EVERYWHERE
3d19a34dd5 webapp: Export some Hono types
Compare 2 commits »
defunkt commented on pull request defunkt/ReefVM#3 2025-10-23 20:30:28 +00:00
Varadic args are always last in javascript

👯

defunkt pushed to main at defunkt/ReefVM 2025-10-23 20:30:26 +00:00
eb4f103ba3 Merge pull request 'Varadic args are always last in javascript' (#3) from varadic-and-named into main
995487f2d5 varadic args are always last in javascript
Compare 2 commits »
defunkt merged pull request defunkt/ReefVM#3 2025-10-23 20:30:24 +00:00
Varadic args are always last in javascript
defunkt pushed to main at defunkt/nose-pluto 2025-10-22 21:55:05 +00:00
84b001e651 work with routes() helper
defunkt commented on pull request defunkt/ReefVM#2 2025-10-21 01:53:49 +00:00
Make TRY_CALL work with native functions AND a debug helper

I trust the AI

defunkt pushed to main at defunkt/ReefVM 2025-10-21 01:53:41 +00:00
a885a59140 Merge pull request 'Make TRY_CALL work with native functions AND a debug helper' (#2) from TRY_CALL into main
47f829fcad A 100% AI written debug function
7f4f73dd41 TRY_CALL recognizes native functions
Compare 3 commits »
defunkt merged pull request defunkt/ReefVM#2 2025-10-21 01:53:40 +00:00
Make TRY_CALL work with native functions AND a debug helper
defunkt pushed to main at defunkt/nose-pluto 2025-10-20 22:54:18 +00:00
8268fd13ae my main man
defunkt pushed to main at defunkt/nose-pluto 2025-10-20 22:46:25 +00:00
5d22f6a518 it's called nose
defunkt pushed to main at defunkt/nose-pluto 2025-10-20 22:45:54 +00:00
008a7095fb imports and exports
defunkt pushed to main at defunkt/nose-pluto 2025-10-20 22:35:24 +00:00
06b73f90eb fix restarting subprocs
6bc692c558 also root
38e081f2cf don't just assume a dir in NOSE_DIR is a project
Compare 3 commits »
defunkt pushed to main at defunkt/ReefVM 2025-10-17 21:05:25 +00:00
fa55eb7170 @named in native functions
1cf14636ff add named args to native functions
fe7586a5fa simpler native functions
93eff53a76 just native, <function>
4d2ae1c9fe tmp change - LOAD_NATIVE
Compare 6 commits »
defunkt pushed to main at defunkt/ReefVM 2025-10-16 22:51:44 +00:00
1a18a713d7 DOT_GET
defunkt pushed to main at defunkt/ReefVM 2025-10-16 22:17:04 +00:00
b16351ac95 pass native functions to VM
23fcf05439 split up tests some
e5be82e75a regexp tests
Compare 3 commits »
defunkt pushed to main at defunkt/ReefVM 2025-10-16 21:15:43 +00:00
dd9ec2a7d1 Merge pull request 'Add regex to reef' (#1) from regex into main
fa7589293a Update bytecode.ts
1bc46045ba Update value.ts
2be87c381d Add test
f630d7934a Update value.ts
Compare 12 commits »
defunkt merged pull request defunkt/ReefVM#1 2025-10-16 21:15:42 +00:00
Add regex to reef
defunkt pushed to main at defunkt/ReefVM 2025-10-14 19:32:30 +00:00
0844e99d2d fix for using named positional args
defunkt pushed to main at defunkt/ReefVM 2025-10-14 19:23:29 +00:00
4898a6bb5a failing function test
173fd28d6f simplify
Compare 2 commits »