Jason_000
Jason_000
### Well detailed description of the change : This change makes it so that shadowing a builtin in the module level space has the same effect as shadowing a builtin...
# List unpacking ## Summary List unpacking is only working when we are declaring the variables. It should also work with previously defined variables. Need to investigate further into why...
# Summary It would be good if we could get some more examples of Dictu programs to showcase a variety of features available in the language. This will also serve...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Uses of `valueToString` and such...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? It would be good if...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? As of #417 annotations have...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Potentially to extend `System`, or...
### Is your feature request related to a problem? Look into unpacking for functions, to begin with just list unpacking that map to positional arguments. We can look into this...
### Is your feature request related to a problem? Please describe. Currently there is no way to pass in arguments to a function based on a named argument, this can...
# Self referencing datatypes ## Summary If a datatype is self referencing, that in of itself is not an issue, however, if we attempt to do basic operations with the...