DEV Community

Discussion on: I need your feedback about a new programming language idea to improve its design.

 
mak12776 profile image
Mohammad Amin Khakzadan • Edited

yea, function is a variable. it's not like python, ruby or whatever else.

def = 1;
module = 1;
func = 1;
lambda = 1;
something = 1;

all of them are variables, we have no limit for choosing our variable names.