diff options
| -rw-r--r-- | blog/2021-04-09-the-state-of-whirl.md | 24 |
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). |