Skip to content

Commit 20f2c68

Browse files
committed
0.3.5
1 parent a4f01ce commit 20f2c68

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
* **Phi** is a strongly-typed with compile-time type-checking and built-in support for concurrency and distribution.
77
* **Phi** empowers SYNRC to build scalable, reliable, real-time applications, especially for 5G, IoT, and edge computing.
88

9+
```
10+
mix phi # Compiles a Phi source file to a BEAM binary
11+
mix phi.base # Compile all Phi stdlib .phi files
12+
mix phi.compile # Compile Phi (.hm) files to BEAM
13+
mix phi.repl # Starts a Phi REPL
14+
mix phi.test # Run Phi native QuickCheck tests
15+
```
16+
917
## Motivation
1018

1119
* Speed over Simplicity.

0 commit comments

Comments
 (0)