You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, values in this language have to be total, meaning no side effects.
Given these constraints, compile-time function execution could be possible for the language, allowing for precomputation of constants in the language, instead of them being calculated on demand by the compiled executable.
Should this be done? Are there any technical hurdles I'm unaware of? Do the authors have the bandwidth?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
By default, values in this language have to be
total
, meaning no side effects.Given these constraints, compile-time function execution could be possible for the language, allowing for precomputation of constants in the language, instead of them being calculated on demand by the compiled executable.
Should this be done? Are there any technical hurdles I'm unaware of? Do the authors have the bandwidth?
Beta Was this translation helpful? Give feedback.
All reactions