Milestones
List view
- No due date•0/2 issues closed
The grammar around type alias is a bit confusing. Streamline.
No due date•10/19 issues closed- No due date•0/2 issues closed
- No due date•0/1 issues closed
Add check for mutable variables and disallow changing them, either through reassigning (shadowing is allowed if we define a new variable) or through a function cal which requires self to be mutable.
No due date•3/9 issues closedImplement simple pure functions, these: - cannot write to variables outside of the function - cannot read mutable variables
No due date•0/3 issues closedAllow importing of of modules, which might be either Mamba code or Python code. Python code should be marked as unsafe (for instance by using `!`). We should check, if possible, if the functions and modules exist, however. This might become cumbersome, see #200.
No due date•1/8 issues closed