Skip to content

Commit d520fee

Browse files
author
James Brundage
committed
docs: Updating README
1 parent 575eff2 commit d520fee

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.ps1.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
# What Is PipeScript?
66

7-
PipeScript is a new programming language built atop PowerShell.
7+
PipeScript is a metaprogramming language built in PowerShell.
88

9-
It is designed to make programming more scriptable and scripting more programmable.
9+
It lets you compile PowerShell and easily work with ```.>{$psLanguages.Count}<.``` other languages (and counting).
1010

11-
PipeScript is compiled into PowerShell.
11+
It is designed to make programming more scriptable and scripting more programmable.
1212

13-
PipeScript can be run interactively, or used to build more PowerShell with less code.
13+
PipeScript can be run interactively, or used to build more with less code.
1414

15-
PipeScript can also be embedded in many other languages to dynamically generate source code.
15+
PipeScript can be used to template ```.>{$psLanguages.Count}<.``` languages, and implicitly interpert ```.>{$psInterpreters.Count}<.``` languages.
1616

1717
If you like PipeScript, why not use it to star this repository?:
1818

@@ -50,7 +50,7 @@ Often, programming involves implementing small functional changes within a speci
5050

5151
For example, if implementing an interface or subclass, the only things that will change are the class name and method details.
5252

53-
PipeScript can be be embedded within ```.>{@(Get-PipeScript -CommandType Language).Count}<.``` languages.
53+
PipeScript can work with ```.>{$psLanguages.Count}<.``` languages.
5454

5555
Embedding PipeScript within any of these languages allows you to generate any of these languages with parameterized scripts, thus removing some of the tedium of programming.
5656

0 commit comments

Comments
 (0)