Hacker News new | ask | show | jobs
by uxp8u61q 971 days ago
Any suggestions on how it could be terser while still being readable? If you're reading a new module using the functionality, would you prefer seeing

    [[likely]] return 2;
or

    @!l return 2;
? Which one is more understandable if you're reading and not familiar to the syntax?