# HG changeset patch # User Linus Björnstam # Date 1553632747 -3600 # Tue Mar 26 21:39:07 2019 +0100 # Node ID 75caf96aa4a9282d489230fe56fff4f1aa5e2564 # Parent 2d281405b266be0f2d9c84ae26071058e44b835f really changed the readme diff --git a/readme.txt b/readme.txt --- a/readme.txt +++ b/readme.txt @@ -1,5 +1,4 @@ -This is nothing a clojure-like lambda shorthand for guile. The macro is called megacut (which is a bad name, since it is not much like cut). - +This is a clojure-like lambda shorthand for guile. The macro is called megacut (which is a bad name, since it is not much like cut). (megacut (let ((a "Hello ")) (string-append a %1))) => (lambda (%1) (let ((a "Hello")) (string-append a %1))) @@ -23,4 +22,5 @@ It is pretty efficient and should have negligible impact on compile time even for a wildly inappropriate amount of uses. Megacuts can be nested, which may or may not be a good idea for clarity and sanity reasons, but it works. + Licensed under a permissified BSD-style licence. I am not at all against giving away copyright if the right person or organisation asks.