PipeScript
PipeScript copied to clipboard
A Metaprogramming Language for PowerShell (and anything else)
Results
128
PipeScript issues
Sort by
recently updated
recently updated
newest added
Any object should be able to become a `namespace`, simply by decorating itself as a `namespace` or calling `Namespace.New` Certain types of objects will work very effectively as namespaces, and...
enhancement
## Useful syntax ~~~PowerShell using namespace https://x/y/z # is valid syntax # so is: using namespace @' ghcr.io/startautomating/pipescript '@ # so is: using namespace anynamespacethatdoesnotexist # or using namespace language.javascript...
enhancement