From 732802b414e3f1ecedda9eba411a7e1c5e870212 Mon Sep 17 00:00:00 2001 From: darkf Date: Wed, 23 Oct 2013 04:08:45 -0700 Subject: [PATCH] update README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2bd9592..be86573 100644 --- a/README.md +++ b/README.md @@ -8,18 +8,20 @@ It's not meant for real-world use but for educational purposes on writing an int * Pattern matching: `f([]) -> "nothing". f([a]) -> one thing".` * Imperative I/O * Higher-order functions -* Partial evaluation on curried functions +* Lexical scope **Hello World!** -`examples/helloworld.lamb`: +From `examples/helloworld.lamb`: hello() -> "hello, " + hello("world"). hello(object) -> object + "!". putstrln(hello()). +See other examples in the `examples` directory. + **License** Licensed under the terms of the zlib license. See `LICENSE` for details. \ No newline at end of file