We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31f8601 commit dff4f69Copy full SHA for dff4f69
README.md
@@ -1 +1,13 @@
1
# 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