Potential Features - BenoitKnecht/julia GitHub Wiki
Julia is still a very young programming language, and there are many features that have been discussed and planned to various extents, but not yet implemented. This page documents some of these potential future features, but is likely to be out of date. See the mailing list at [email protected] and GitHub issues for the latest discussion on potential features.
- Local
goto
- Namespaces/modules
- Abstract multiple inheritance
- Numeric literals in bases 2 through 10
- Hex literals for unsigned ints, sized by digits
- Enhanced C struct and array compatibility
- Immutable composite types (e.g. Complex, Rational)
- Multiline quotes using
""" ... """
- Multiline comments using
### ... ###
- Symbolic optimization
- Collaborative cloud-computing architecture
Previous: Standard Library Reference