Skip to content

Commit 6335015

Browse files
StartAutomatingStartAutomating
authored andcommitted
docs: Updating README
1 parent 747c7a5 commit 6335015

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/README.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 60 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 60 languages, and implicitly interpert 16 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 62 languages.
53+
PipeScript can work with 60 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)