diff options
author | Marvin Borner | 2024-03-10 16:27:07 +0100 |
---|---|---|
committer | Marvin Borner | 2024-03-10 16:27:07 +0100 |
commit | 6ff75104e28d00535392ebeaf66e2e50c57d0d64 (patch) | |
tree | 30696fda1f531640be10a7cf2bc9c5b4fb4fb40c /docs/wiki_src | |
parent | 1f2c16ede8cae96b94d5b27785a473d872d60cb5 (diff) |
Added sample page to website
Diffstat (limited to 'docs/wiki_src')
-rw-r--r-- | docs/wiki_src/coding/examples.md | 3 | ||||
-rw-r--r-- | docs/wiki_src/introduction/philosophy.md | 3 |
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 |