*Juliar * New Programming Language

Importing to local variables would be a step in the right direction, an import shouldn’t be able to override globals on it’s own.

*import { add } from good_math *
*add 3 2 *
*import { add } from funny_math *
*add 3 2 *
*add 5 6 *
2 Likes