You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,15 @@
4
4
5
5
# What Is PipeScript?
6
6
7
-
PipeScript is a new programming language built atop PowerShell.
7
+
PipeScript is a metaprogramming language built in PowerShell.
8
8
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).
10
10
11
-
PipeScript is compiled into PowerShell.
11
+
It is designed to make programming more scriptable and scripting more programmable.
12
12
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.
14
14
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.
16
16
17
17
If you like PipeScript, why not use it to star this repository?:
18
18
@@ -50,7 +50,7 @@ Often, programming involves implementing small functional changes within a speci
50
50
51
51
For example, if implementing an interface or subclass, the only things that will change are the class name and method details.
52
52
53
-
PipeScript can be be embedded within 62 languages.
53
+
PipeScript can work with 60 languages.
54
54
55
55
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.
0 commit comments