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 created pull request ground/ground#31 2026-04-27 11:27:30 +10:00
Fix Subtraction Bug
DiamondNether90 pushed to master at DiamondNether90/cground 2026-04-27 11:21:35 +10:00
abe4e9d6f0 Fix conflict
80ee95b918 refactor to facilitate solstice stuff
fca9dd63a0 Allow static linking to Ground
54a0f6058a fixed some issues with the collections lib
Compare 51 commits »
DiamondNether90 pushed to master at DiamondNether90/cground 2026-04-27 11:05:36 +10:00
6a7ea3dab9 Fix subtraction bug
DiamondNether90 commented on issue solstice/solstice#6 2026-04-23 12:17:20 +10:00
Cannot return a struct from a function

Another example of functions breaking

struct foo {
    a = false
    b = 0
}

def bar(int c) foo {}

x = bar(67)
puts x.a
puts x.b

Solstice errors with

error: Could not…
DiamondNether90 opened issue solstice/solstice#8 2026-04-23 09:17:23 +10:00
Check argument types when calling function
DiamondNether90 opened issue solstice/solstice#7 2026-04-23 09:14:29 +10:00
Show argument names with error "Incorrect amount of arguments for function"
DiamondNether90 opened issue solstice/solstice#6 2026-04-23 09:07:03 +10:00
Cannot return a struct from a function
DiamondNether90 pushed to master at DiamondNether90/cground 2026-04-10 20:23:03 +10:00
830963c890 Small changes
DiamondNether90 pushed to master at Atomic/Atomicle 2026-04-06 07:36:11 +10:00
d63df81cd6 Hopefully fixed multi-move bug
DiamondNether90 pushed to master at Atomic/Atomicle 2026-04-05 20:46:49 +10:00
5bd0139e2f Fix for mobile
DiamondNether90 created branch master in Atomic/Atomicle 2026-04-05 20:17:03 +10:00
DiamondNether90 pushed to master at Atomic/Atomicle 2026-04-05 20:17:03 +10:00
592be30781 Initial Commit
DiamondNether90 transferred repository DiamondNether90/Atomicle to Atomic/Atomicle 2026-04-05 20:16:39 +10:00
DiamondNether90 created repository Atomic/Atomicle 2026-04-05 20:16:03 +10:00
DiamondNether90 pushed to master at Atomic/.profile 2026-04-04 15:09:47 +11:00
1d7cd2bade Added more info
DiamondNether90 created branch master in Atomic/Endgames 2026-04-04 14:35:59 +11:00
DiamondNether90 pushed to master at Atomic/Endgames 2026-04-04 14:35:59 +11:00
8826688305 Initial Commit
DiamondNether90 created repository Atomic/Endgames 2026-04-04 14:30:19 +11:00
DiamondNether90 pushed to master at Atomic/.profile 2026-04-04 14:29:13 +11:00
43336b8f92 I swear I know how this works
DiamondNether90 created branch master in Atomic/.profile 2026-04-04 14:28:30 +11:00