Open LB-- opened 9 years ago
I was thinking that maybe it would make more sense to use a lisp-like syntax instead of a C++-like syntax.
(func-name;)
(func-name; arg1, arg2, arg3)
(v1 + v2 - v3)
(; param1, param2, param3)
Where func-name is expected some special syntax could be allowed but I have not decided what yet.
func-name
To simplify chaining function calls, this syntax can be used:
(d; c; b; a; params)
I was thinking that maybe it would make more sense to use a lisp-like syntax instead of a C++-like syntax.
(func-name;)
(func-name; arg1, arg2, arg3)
(v1 + v2 - v3)
(; param1, param2, param3)