PipeScript
PipeScript copied to clipboard
A Metaprogramming Language for PowerShell (and anything else)
Results
126
PipeScript issues
Sort by
recently updated
recently updated
newest added
As we are dynamic namespaces as patterns, it should be fairly straightforward to discover members of an object, module, or dictionary that match. For example, if we have a namespace...
# Dynamic Namespaces Why should a dynamic language have static namespaces? If a developer can dynamically define a variable, alias, or function with _literally_ any name, and items can be...
enhancement
Philosophy