_____ ___ _
| _ \ \ / / \ | |
| |_) \ \ / /| \| |
| __/ \ V / | |\ |
|_| \_/ |_| \_|
Declerations: {type}.new Redeclarations: {type}.edit
s = string
i = integer
f = float
b = boolean
This Notation is heavily based on Whitespace to make reading easier.
s.new name = pnv
i.new year_created = 2025
f.new age_in_days = 1.5
b.new cool = true
I measured the speed using 15 million lines of "s.new c = axi" the average time of 50 tests for reading was: 9.756416427019998 seconds.
Then i divided the average by 15 million which is: 0.0000006504277618013332 seconds.