aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-09 16:32:49 -0700
committerFuwn <[email protected]>2021-04-09 16:32:49 -0700
commit74eadbe0976de38403de4b337ed3e16003b7887d (patch)
tree5a36160c2f77ba6e8e5afcd6e853841553cba914
parentfix: Disabled buttons still work (diff)
downloadsite-74eadbe0976de38403de4b337ed3e16003b7887d.tar.xz
site-74eadbe0976de38403de4b337ed3e16003b7887d.zip
blog: The State of Whirl
-rw-r--r--blog/2021-04-09-the-state-of-whirl.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/blog/2021-04-09-the-state-of-whirl.md b/blog/2021-04-09-the-state-of-whirl.md
new file mode 100644
index 0000000..6f7c2b6
--- /dev/null
+++ b/blog/2021-04-09-the-state-of-whirl.md
@@ -0,0 +1,24 @@
+---
+slug: the-state-of-whirl
+title: The State of Whirl
+author: Fuwn
+author_title: Whirlsplash Core Team
+author_url: https://github.com/fuwn
+author_image_url: https://avatars.githubusercontent.com/u/50817549?v=4
+tags: [status, info]
+---
+
+This probably won't come as a surprise to anyone, however, further development
+on Whirl has been halted.
+
+Rust and TCP has been quite a pain to work with and I've been exploring other
+language candidates. Currently, I'm in the progress of performing a complete
+rewrite of Whirl in [Go](https://golang.org/).
+
+What does this mean for Whirl? This will be a considerable setback in terms of
+when Whirl will be considered stable. My estimates place Whirl to be stable for
+production near Q3 of this year (2021).
+
+Once the Go rewrite is functionally equal to that of the current Rust
+implementation, I will be publishing the progress on Whirl's
+[GitHub repository](https://github.com/Whirlsplash/whirl).