I thought that in FAST there was the decision to bind only variables, but apparently no. The goal is to bind everything but other algos only bonded the variables because of the lack of time.
In python, with the ambiguity of the language it is easier to bind everything to not have to think about what is a variable or a function or a class or a method...
I'll update the project to widen its scope and simplify the project
I thought that in FAST there was the decision to bind only variables, but apparently no. The goal is to bind everything but other algos only bonded the variables because of the lack of time.
In python, with the ambiguity of the language it is easier to bind everything to not have to think about what is a variable or a function or a class or a method...
I'll update the project to widen its scope and simplify the project