diff options
author | Marvin Borner | 2024-02-29 11:35:25 +0100 |
---|---|---|
committer | Marvin Borner | 2024-02-29 11:35:25 +0100 |
commit | 4c6386fd250e8447e76ec9dfb6e8f5a266a050e2 (patch) | |
tree | 885850a60fa523c553f95411d0a826a0866a4020 /docs/wiki_src/introduction | |
parent | d28604e2ebe4c58a9eb0ac2d7763b55f6c0beaea (diff) |
Added higher order reducer
Diffstat (limited to 'docs/wiki_src/introduction')
-rw-r--r-- | docs/wiki_src/introduction/philosophy.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/wiki_src/introduction/philosophy.md b/docs/wiki_src/introduction/philosophy.md new file mode 100644 index 0000000..4c70a94 --- /dev/null +++ b/docs/wiki_src/introduction/philosophy.md @@ -0,0 +1,8 @@ +# Philosophy + +- minimal, proven core +- small, expressive functions +- style consistency +- API consistency +- implicit parallelisation +- shared evaluation |