about summary refs log tree commit diff stats
path: root/Readme.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-07-04 12:16:20 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-07-04 12:16:20 -0700
commit7e85c3362ce7e34165d90695fb86d3e421837fe8 (patch)
treed5a95ae5325388276c6a329c6a7f640c809becb3 /Readme.md
parentb741c3e4befeae9b22ad6178f7f369a5c003334b (diff)
downloadmu-7e85c3362ce7e34165d90695fb86d3e421837fe8.tar.gz
3100
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md
index 2057ad96..623ed55b 100644
--- a/Readme.md
+++ b/Readme.md
@@ -393,3 +393,4 @@ Mu builds on many ideas that have come before, especially:
 - BDD for challenging us all to write tests at a higher level;
 - JavaScript and CSS for demonstrating the power of a DOM for complex
   structured documents.
+- Rust for demonstrating that a system-programming language can be safe.