soc.me · Dec 15, 2021
Language Design: Annotations Obsolete Modifiers – Failed Attempts
0Sign in to vote or save
This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
Kotlin Kotlin gave up on it , as they couldn’t figure out how to recognize annotation usages as early in the compiler pipeline as modifiers previously. This lead to the determination that modifiers (without the prefix @ ) had to stay, but annotations would not always be able to omit the prefix @ , leading to inconsistencies. Ceylon Ceylon tried the route in which everything is an annotation, but…
Read on /languages/annotations-obsolete-modifiers-attempts.html ↗
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.