Skip to content

Commit dff4f69

Browse files
committed
added readme
1 parent 31f8601 commit dff4f69

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
11
# psi
2+
ΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨΨ
3+
4+
Psi is a brand new langauge. It is statically typed, compiled,
5+
and lexically scoped. It is a playground for me to mess around
6+
with new ideas. The language is very unstable and features
7+
will (hopefully) change frequently.
8+
9+
## Effects
10+
One unique thing about Psi is the separation of effetcts. When
11+
declaring a function, you must determine if the function is
12+
pure or not. This can be verified by the compiler and will
13+
allow for some built in compiler optimizations.

0 commit comments

Comments
 (0)