pure-symbols / pure.lexicals

🧫 implement all by (almost) nothing but the lexical closure . 🧬
GNU Affero General Public License v3.0
2 stars 1 forks source link
closure cps currying fp hof iterator lexical-scoping pipeline pure tuple

pure project 🧫

🧫 implement all by nothing but only lexical closure . 🧬

____

你要像一个主人一样去展开和安排一切,而不是自作聪明地以为只需要像个奴隶一样来被安排被展开这样来面对这一切。
这就是这一项目的全部意义了。

You should do unfold do scheme for everything like a manager of the world, not think yourself clever to be managed to be setted up just like a slave and thing that is enough just face to everything in this world like that.
That's the only point of this, this project or you can say this work, a work of mine.

...
父性位虚 故虚唯之
Vater (The place of the Law) is Real Nothing, Then it shows like WHOLE THING JUST AS A NATURED LIER and THEN IT'S REALLY NOTHING AGAIN ... SO Only The (La) Pure Thing (Nothing) shall be there (la vater) AND IS BETTER THAN ANY & EVERY FXXKING THING !!!

Docs

Intro

This is a theoretical verification in Functional Programming studies.

The only one necessary thing of a language for this pure project is a lexical closure feature, means it bind its free variables by the lexical scoping, not the dynamic scoping, and this also called closure or function closure. That means there is a first-classed function means all function is valve and it will pick all the symbol where it be defined which is needed by it-self. With out such thing, all of this projec shall not works.

And with such feature, we can make these things:

And, with these things, we can do almost (maybe full) things about the compute works, and just with clear, clean, and declarative code expressions.

Thanks for

Implementations

Further Reading