TodePond / DreamBerd

perfect programming language
https://dreamberd.computer
Other
11.36k stars 349 forks source link

To please python devs and other devs #407

Open ktlknss opened 1 year ago

ktlknss commented 1 year ago

Instead of using { use : but still use } to close ex:

// Wrong
if (true) {
  print("Hello World")
}

// Correct
if (true):
  print("Hello World")
}
(Indentation will not matter)

This will make it easier for python devs to learn DreamBerd and keep it similar to other languages for smart devs

mybearworld commented 1 year ago

Python does support brackets like that, so this is probably a nonissue.

ktlknss commented 1 year ago

damn thats crazy but it looks funnier

ckhawks commented 1 year ago

LGTM