Initial commit
This commit is contained in:
commit
6f62876db3
14 changed files with 544 additions and 0 deletions
10
docs/principles
Normal file
10
docs/principles
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue