Dictu
Dictu copied to clipboard
Dictu is a high-level dynamically typed, multi-paradigm, interpreted programming language.
### 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? The `Path` library does not...
### 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...
I'd be happy if it had the same semantics as Python's [`os.walk`](https://docs.python.org/3/library/os.html#os.walk)
I wanted to use dictu but i see there is no executables to install rather i should manually build it from the source. It will be good if you make...
### 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? There does not appear to be any way to access the content of a module object programmatically. ### Describe the solution...
### 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...