TodePond / DreamBerd

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

Incomplete function naming specification #649

Open ktlknss opened 1 week ago

ktlknss commented 1 week ago

Right now functions can be declared with any letters from function as long as their in order, to please all developers. However, not all programming languages use variations of function (I'm ignoring C-like languages). One of these is the Lisp family, which use variations of defun or define function

I think that DreamBerd should allow any function keyword that contains any letters in definefunction as long as they are in order.

SkyaTura commented 1 week ago

This way I could switch from fuct to defunct, I think I like it