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
Block a user
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…
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
created branch master in ground/discord-syntax-highlighter
2026-03-19 10:15:43 +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
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).
Problem with ground file importing