# 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` - `(exit [[status :int]]) => :bool` - some arithmetic (`+`, `-`, `*`) - pretty much nothing else