kit
kit
PDProgram Dream
Created by kit on 11/21/2024 in #🔨┃dev-logs
New data serialization format. Curious what you think
The language must support the usage of whitespaces, so i'll add this:
<spaces> ::= <space>*
<space> ::= " "
<spaces> ::= <space>*
<space> ::= " "
44 replies
PDProgram Dream
Created by kit on 11/21/2024 in #🔨┃dev-logs
New data serialization format. Curious what you think
So arrays will be defined like this:
some_array = [
[1 2 3]
[1 2 [1 2]]
]
some_array = [
[1 2 3]
[1 2 [1 2]]
]
44 replies
PDProgram Dream
Created by kit on 11/21/2024 in #🔨┃dev-logs
New data serialization format. Curious what you think
<statements> ::= <statement> | <statements> <statement>
<statement> ::= <pair> | <dict> | <array>
<statements> ::= <statement> | <statements> <statement>
<statement> ::= <pair> | <dict> | <array>
44 replies
PDProgram Dream
Created by kit on 11/21/2024 in #🔨┃dev-logs
New data serialization format. Curious what you think
So this is how it should be used:
config:
this = "that"
plugins = ["plugin1", "plugin2"]
config:
this = "that"
plugins = ["plugin1", "plugin2"]
44 replies
PDProgram Dream
Created by Niklas on 12/24/2024 in #📦┃project-showcase
OGL - Open Guard License
if my software doesn't generate income to anyone, then i'm okay with it
33 replies
PDProgram Dream
Created by Niklas on 12/24/2024 in #📦┃project-showcase
OGL - Open Guard License
i think writing the software should be rewarded
33 replies
PDProgram Dream
Created by Niklas on 12/24/2024 in #📦┃project-showcase
OGL - Open Guard License
it's okay, but i also wanted to restrict for-profit usage like this: 1. if you use the software as a tool for generating profit, then you must acquire a license (for corporate usage or using as a library) 2. if you base your own software on this software - you must share the profits
33 replies
PDProgram Dream
Created by Niklas on 12/24/2024 in #📦┃project-showcase
OGL - Open Guard License
i think i'll write a sketch and you can give feedback
33 replies
PDProgram Dream
Created by Niklas on 12/24/2024 in #📦┃project-showcase
OGL - Open Guard License
you are free to use the code, if you use the exactly same license
33 replies
PDProgram Dream
Created by Niklas on 12/24/2024 in #📦┃project-showcase
OGL - Open Guard License
but i would make it copyleft
33 replies
PDProgram Dream
Created by Niklas on 12/24/2024 in #📦┃project-showcase
OGL - Open Guard License
that looks good
33 replies
PDProgram Dream
Created by Niklas on 12/24/2024 in #📦┃project-showcase
OGL - Open Guard License
and i haven't found what i want
33 replies