aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 10 insertions, 4 deletions
diff --git a/README.md b/README.md
index f993c92..d251d3d 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
# the Hope system
-Hope is a Python framework (and maybe someday an operating system) for implementing node graph based computing with the actor model.
+Hope is a Rust framework (and maybe someday an operating system) for implementing node graph based computing with the actor model.
-## why Python?
+## why Rust?
-it's what i know, and i wanted to make damn sure it has a usable GUI, and those are a nightmare to build in Rust.
-and i don't actually know any of the languages that are designed around the actor model.
+well, originally, i was going to write it in Python, because Tkinter is way better than anything Rust has.
+but unfortunately, Python doesn't actually support multithreading, which for a project like this is a dealbreaker.
## why node graphs?
@@ -39,3 +39,9 @@ but there's a chance.
the Hope system is released under the terms of the [Anti-Capitalist Software License](https://anticapitalist.software) v1.4.
if you would like to use this under another license, contact me.
+
+## what's the version history
+
+the Hope system uses Pedantic Versioning: every new release is a new major version.
+
+### 0.0.0