commit 77c88e6d4d03ad36d6467a5abc992d64b1830e3a
parent c63612beb665690fbbc1db503e596953e66b1a1e
Author: neau <neau@web>
Date: Sun, 3 Jul 2022 19:20:19 +0200
empty web commit
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Smalltalk.mdwn b/Smalltalk.mdwn
@@ -4,7 +4,7 @@ Smalltalk is an object-oriented, dynamically typed reflective programming langua
## Relevance to permacomputing
-While the language itself might not apply every aspect of its own design philosophy, the guidelines drafted out in "Design Principles Behind Smalltalk", might in some way or other align with the values of Permacomputing.
+While the language itself might not apply every aspect of its own design philosophy, the guidelines drafted out in [Design Principles Behind Smalltalk](https://www.cs.virginia.edu/~evans/cs655/readings/smalltalk.html), might in some way or other align with the values of Permacomputing.
-* [human-scale]: If a system is to serve the creative spirit, it must be entirely comprehensible to a single individual.
-* [bedrock platform]: A system should be built with a minimum set of unchangeable parts; those parts should be as general as possible; and all parts of the system should be held in a uniform framework.
+* [[human-scale]]: If a system is to serve the creative spirit, it must be entirely comprehensible to a single individual.
+* [[bedrock platform]]: A system should be built with a minimum set of unchangeable parts; those parts should be as general as possible; and all parts of the system should be held in a uniform framework.