DiamondNether90
  • What even is a location. Are we even real.
  • Newton's Method: x_{n+1}=x_n-\frac{f(x_n)}{f'(x_n)} \implies f(x_\infty)=0

  • Joined on 2025-08-20
DiamondNether90 pushed to master at DiamondNether90/cground 2026-03-25 21:04:55 +11:00
5c5b0bd26f Add bitwise or
DiamondNether90 pushed to master at DiamondNether90/cground 2026-03-20 09:37:57 +11:00
be7db9d837 Fix memory leak in Ground REPL, remove persistent labels to avoid UB
a8097c9cf7 made the _ToEpoch functions in the datetime lib return INTs instead of DOUBLEs
ccc8a61f66 first version of datetime lib
Compare 5 commits »
DiamondNether90 pushed to master at DiamondNether90/cground 2026-03-19 16:00:57 +11:00
fd118369d3 Ground REPL
fb6dd62a42 Leak a little memory to fix list issue
Compare 3 commits »
DiamondNether90 commented on issue ground/ground#27 2026-03-19 14:33:13 +11:00
Problems with listappend

My theory is that it is a problem with the closure implementation

Reproducing the example does not invoke the closure system, I don't understand how it can be a closure error

Just a…

DiamondNether90 pushed to master at ground/discord-syntax-highlighter 2026-03-19 13:41:05 +11:00
08dbfd3fe0 Comments + Test case
DiamondNether90 pushed to master at DiamondNether90/highground-fork 2026-03-19 12:27:38 +11:00
631b587d07 Fix a load of stuff
445ba032f5 Add unistd.sols to libraries
41a2fa53c6 Start work on WASM compatibility, lambda fix
00ef8a7d56 Type parser
f1eee4f6a8 Command line argument parsing
Compare 58 commits »
DiamondNether90 commented on pull request ground/ground#26 2026-03-19 10:54:04 +11:00
Unit tests

Jokes aside, unit tests will still be useful for future commits, as ground, due to its small userbase, is prone to long-undetected bugs. This bash script is easy to use (literally just run…

DiamondNether90 pushed to master at ground/discord-syntax-highlighter 2026-03-19 10:15:43 +11:00
633450ccc5 Initial Commit
DiamondNether90 created branch master in ground/discord-syntax-highlighter 2026-03-19 10:15:43 +11:00
DiamondNether90 created repository ground/discord-syntax-highlighter 2026-03-19 10:14:30 +11:00
DiamondNether90 pushed to master at DiamondNether90/cground 2026-03-19 09:12:09 +11:00
c60e53a1a8 Updated old code
DiamondNether90 commented on issue ground/ground#27 2026-03-19 09:04:53 +11:00
Problems with listappend

My theory is that it is a problem with the closure implementation

DiamondNether90 commented on issue ground/ground#27 2026-03-19 08:59:55 +11:00
Problems with listappend

Adding

for (size_t i = 0; i < value->data.listVal.size; i++) {
    printf("%s ", value->data.listVal.values[i].data.stringVal);
}
printf("\n");

Prints the list fine

DiamondNether90 commented on issue ground/ground#27 2026-03-19 08:16:43 +11:00
Problems with listappend

I'm a bozo, disregard the previous post

DiamondNether90 commented on pull request ground/ground#26 2026-03-19 08:15:25 +11:00
Unit tests

merge or else

DiamondNether90 commented on issue ground/ground#27 2026-03-18 21:15:56 +11:00
Problems with listappend

Wow this was a rabbit hole

I think I've found the cause though. When I run printf("%i\n", in->args.args[1].type), it prints 0 (corresponding to int), rather than 2 (corresponding to string).

DiamondNether90 opened issue ground/ground#27 2026-03-18 19:01:53 +11:00
Problems with listappend
DiamondNether90 commented on pull request ground/ground#26 2026-03-18 18:54:03 +11:00
Unit tests
extern "exec"
call !exec "./unit.sh" &tmp
end $tmp
DiamondNether90 commented on issue ground/ground#21 2026-03-18 18:53:02 +11:00
Problem with ground file importing

the thing you fixed

DiamondNether90 closed issue ground/ground#21 2026-03-18 18:53:02 +11:00
Problem with ground file importing