aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/wiki_src
diff options
context:
space:
mode:
Diffstat (limited to 'docs/wiki_src')
-rw-r--r--docs/wiki_src/coding/examples.md3
-rw-r--r--docs/wiki_src/introduction/philosophy.md3
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/wiki_src/coding/examples.md b/docs/wiki_src/coding/examples.md
index 7303fef..bc7c181 100644
--- a/docs/wiki_src/coding/examples.md
+++ b/docs/wiki_src/coding/examples.md
@@ -1,7 +1,8 @@
# Examples
You can find a lot more examples on [Rosetta
-code](https://rosettacode.org/wiki/Category:Bruijn).
+code](https://rosettacode.org/wiki/Category:Bruijn) or on the dedicated
+interactive [samples](/samples/) page.
## Hello world!
diff --git a/docs/wiki_src/introduction/philosophy.md b/docs/wiki_src/introduction/philosophy.md
index 4c70a94..31c81c9 100644
--- a/docs/wiki_src/introduction/philosophy.md
+++ b/docs/wiki_src/introduction/philosophy.md
@@ -1,8 +1,11 @@
# Philosophy
- minimal, proven core
+- abstraction from hardware architecture
+ - permaculture
- small, expressive functions
- style consistency
+- thoroughly tested library (700+ tests!)
- API consistency
- implicit parallelisation
- shared evaluation