We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c94c26 commit 5775e15Copy full SHA for 5775e15
docs/README.md
@@ -4,11 +4,16 @@
4
5
# What Is PipeScript?
6
7
-> PipeScript is a transpiled scripting language built atop of PowerShell.
+PipeScript is a scripting language built atop PowerShell.
8
9
-> PipeScript can be run interactively
10
11
-> PipeScript can embedded within many languages to dynamically generate source code
+PipeScript is transpiled into PowerShell.
+
12
13
+PipeScript can be run interactively, or used to build more PowerShell with less code.
14
15
16
+PipeScript can also be embedded in many other languages to dynamically generate source code.
17
18
## What's a Transpiler?
19
0 commit comments