Concise type signatures #275
LightAndLight
started this conversation in
Ideas
Replies: 1 comment
-
|
I think we should start by allowing definitions of the form |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
When I define constants in a script, I have to type the constant name twice:
(taken from #271)
Key strokes are valuable in short scripts. I'd rather write something like this:
This also applies to function definitions. Instead of
I can write
Beta Was this translation helpful? Give feedback.
All reactions