PipeScript
PipeScript copied to clipboard
A Metaprogramming Language for PowerShell (and anything else)
The [ONBUILD instruction in a Dockerfile](https://docs.docker.com/reference/dockerfile/#onbuild) allows for instructions to an when the build is used from another layer. This should update any packages and otherwise perform and initialization steps...
Connecting to the Stellar Horizon api server, via openapi example 2: ``` Import-PipeScript { function Get-HorizonApi { [OpenAPI(SchemaURI='https://raw.githubusercontent.com/stellar/stellar-docs/refs/heads/main/openapi/horizon/bundled.yml')] param() } } Get-HorizonApi '/accounts' Invoke-RestMethod: Line | 235 | $restfulOutput =...
Since both are effectively a definition of a language, we should be able to infer any number of languages from VSCode definitions, and plausibly create language definitions for VS Code...