From d11ef52c6c2b0004863098c28485ca3e0f11b7f5 Mon Sep 17 00:00:00 2001 From: Veit Heller Date: Fri, 20 Feb 2015 21:40:59 +0100 Subject: [PATCH] Updated README; removed awkward joke, typo and explained the last part a bit --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8bbe2b1..3efa98e 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,6 @@ ____ _ ____ ____ __ _ ____ _ _ ___ _____ _____ _ ______ ____ __ _ ____ __ _ ______ ``` -As you can see, it uses very advanced and fancy features of modern linguistics -to model the human language exactly in code. - As in mames' original version, you can create such a __script__ easily: * __script__(YourCodeAsAStringHere) will encode it raw @@ -32,7 +29,7 @@ _. Cool, huh? Please note that the file you are importing is either an `.us` file or import it by the fully qualified name(e.g. `import _.py`). This is to avoid confusion with actual python modules. I can bring back the feature of including Python -modules, if you want me too, though. +modules, if you want me to, though. The idea behind it is using Pythons import hooks to achieve something similar to mames' original script, only that it works the opposite way. @@ -46,4 +43,5 @@ Why is the code so ugly? ------------------------ That is due to me wanting the encoding and decoding be kept as close as possible -to the original, even if the module has a completely different structure. +to the original, even if the module has a completely different structure, which +means that I reimplemented a few Ruby functions from the Ruby standard in Python.