From 7bed8de9b493ca2a2b13d6293db6bd81b73325ce Mon Sep 17 00:00:00 2001 From: mryouse Date: Tue, 10 May 2022 02:07:40 +0000 Subject: initial commit --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 -- cgit v1.2.3