aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-11-13 18:23:35 -0500
committerDavid Robillard <d@drobilla.net>2015-11-13 18:23:35 -0500
commit80801dc725dbb08c67ddee92fc742093f8c2bc7c (patch)
tree7040ece529ed8d1845a1994c2d146a5c2e0f2652
parentf4bccc3d667726fb2c9e70f55a0e83bd8fb65e70 (diff)
downloadresp-80801dc725dbb08c67ddee92fc742093f8c2bc7c.tar.gz
resp-80801dc725dbb08c67ddee92fc742093f8c2bc7c.tar.bz2
resp-80801dc725dbb08c67ddee92fc742093f8c2bc7c.zip
Add READMEHEADmaster
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..aff5f78
--- /dev/null
+++ b/README.md
@@ -0,0 +1,7 @@
+Resp
+====
+
+Resp is an experimental/toy compiler for a syntactically Scheme-like language
+with strong inferred typing and native code performance for numerical code.
+
+ -- David Robillard <d@drobilla.net>