Main features:
- Git-like branching and merging for Swift structs
- Advanced merge algorithms (CRDTs)
- Macros to make structs mergeable
- Sync structs via CloudKit with <10 LOCs
appdecentral.com/2024/12/13/n...
Main features:
- Git-like branching and merging for Swift structs
- Advanced merge algorithms (CRDTs)
- Macros to make structs mergeable
- Sync structs via CloudKit with <10 LOCs
appdecentral.com/2024/12/13/n...
blender devs: STRUCTS AND FIRST-CLASS FUNCTIONS IN YOUR NODES
blender devs: STRUCTS AND FIRST-CLASS FUNCTIONS IN YOUR NODES
This is all interpreted for now, I'll try making a compiler later.
This is all interpreted for now, I'll try making a compiler later.
👏let👏claude👏cook👏
👏let👏claude👏cook👏
got default values in structs working
#buildinpublic #100DaysOfCode #lowlevel #cpp
got default values in structs working
#buildinpublic #100DaysOfCode #lowlevel #cpp
Functions stack. Loops stack. Structs don’t. Conditions may stack—we’ll see.
To make it virtual, you have to build the stack.
Build. Build. Build.
I simply build. Do not destroy.
#indiedev #gamedev #solodev #AIGameDev #ChatGPT
Functions stack. Loops stack. Structs don’t. Conditions may stack—we’ll see.
To make it virtual, you have to build the stack.
Build. Build. Build.
I simply build. Do not destroy.
#indiedev #gamedev #solodev #AIGameDev #ChatGPT
let x = MyType(1, “hello”, true)
let x = MyType{1: “hello”, 0:1, 2:true};
let x = MyType(1, “hello”, true)
let x = MyType{1: “hello”, 0:1, 2:true};