aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-03-07 04:12:25 -0700
committerMelody Horn <melody@boringcactus.com>2021-03-07 04:12:25 -0700
commita60a2259ccbadacc219dbbbcc651cfd0f331479b (patch)
tree7c86f712abc44b59755ec84f6fa9d914467690d3 /README.md
parent239445e475ba02b88922617c557257a4fee55c86 (diff)
downloadhope-a60a2259ccbadacc219dbbbcc651cfd0f331479b.tar.gz
hope-a60a2259ccbadacc219dbbbcc651cfd0f331479b.zip
reject snek, embrace oxidation
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