This sort of confusion keeps cropping up: https://groups.google.com/forum/#!topic/julia-users/aycsd2iAktE. Two possibilities seem possible:
- Eliminate
1. as a short syntax for 1.0;
- Allow
1. but make ambiguous cases like 1.+2 a syntax error.
Related: #18714 – in that it also relates to making potentially ambiguous cases errors.
This sort of confusion keeps cropping up: https://groups.google.com/forum/#!topic/julia-users/aycsd2iAktE. Two possibilities seem possible:
1.as a short syntax for1.0;1.but make ambiguous cases like1.+2a syntax error.Related: #18714 – in that it also relates to making potentially ambiguous cases errors.