Initial commit

This commit is contained in:
Rendo 2026-03-25 19:23:22 +05:00
commit 6f62876db3
14 changed files with 544 additions and 0 deletions

10
docs/principles Normal file
View file

@ -0,0 +1,10 @@
# Principles
This document describes principles I have came up with. I don't think I'd be angry if you use them in your projects.
This document is mostly for me to remember things.
## The core principles are:
- Every plant can be represented as graph (sometimes as a tree).
- Every value of a node can be also a node (I might iterate on this one).
- Every node can have input and output.
- If node has input, and parent has output, parent must spread its output