TodePond / DreamBerd

perfect programming language
https://dreamberd.computer
Other
10.62k stars 299 forks source link

[Enhancement] make the line based time for variables support floats #657

Open Cooperzilla opened 1 week ago

Cooperzilla commented 1 week ago

what the title says

examples: const const name<2.5> = "Luke"! const const name<0.2> = "Luke"! const const name<1.7> = "Luke"!

SkyaTura commented 1 week ago

You mean float lines or float time?

schaier-io commented 1 week ago

Maybe both

const const name<2.5y> ="Luke" Note: This is ignoring leap seconds

This will be accessible for a certain time, independent of any restarts of the program

const const name<2.5> = "Luke" This will be accessible 3 lines after itself in 50% of the cases