aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormryouse2022-05-10 02:07:40 +0000
committermryouse2022-05-10 02:07:40 +0000
commit7bed8de9b493ca2a2b13d6293db6bd81b73325ce (patch)
tree7efa56cddb8a0cec4b4c03495874474b510c6a09 /README.md
initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..8330050
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+# neb
+### an attempt at a language
+
+## ideas
+ - **Lisp-y**: I hope you like parentheses!
+ - **Strongly typed**: types are Good, and could enable future compilation
+ - **We <3 Linux**: strong support for pipelines and shell-ing out
+ - **Immutable variables**: mutability is scary and makes for strange bugs
+ - **Pure functions**: side effects are also scary
+
+## things that work
+ - `(print [out :string]) => :bool`
+ - pretty much nothing else