Is there an attribute syntax/philosophy? #1770
OlaFosheimGrostad
started this conversation in
Language design
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think most langauges fail to provide compilation hints and optimization constraints/directives in a clear an non-intrusive manner.
In particular, it is a bad idea to provide such hints as prefixes, they ought to come after as an "after-thought" since they reduce code legibility. Also the syntax should be clear, but not as "screaming" as in C++.
Maybe something like this?
Beta Was this translation helpful? Give feedback.
All reactions