From a60a2259ccbadacc219dbbbcc651cfd0f331479b Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sun, 7 Mar 2021 04:12:25 -0700 Subject: reject snek, embrace oxidation --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3