summaryrefslogtreecommitdiff
path: root/gemfeed
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-26 19:28:39 +0300
committerPaul Buetow <paul@buetow.org>2026-04-26 19:28:39 +0300
commit9018ccaf3e98240fa781ff54430d096a21da9a6b (patch)
tree464e347196c71c3d64139adf5048f3b4ac9a74b4 /gemfeed
parent2a9fbb84884241dbad553c6c23c693aceb73f4de (diff)
Update
Diffstat (limited to 'gemfeed')
-rw-r--r--gemfeed/2023-05-01-unveiling-guprecords:-uptime-records-with-raku.gmi.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/gemfeed/2023-05-01-unveiling-guprecords:-uptime-records-with-raku.gmi.tpl b/gemfeed/2023-05-01-unveiling-guprecords:-uptime-records-with-raku.gmi.tpl
index 51e1882c..47ea746b 100644
--- a/gemfeed/2023-05-01-unveiling-guprecords:-uptime-records-with-raku.gmi.tpl
+++ b/gemfeed/2023-05-01-unveiling-guprecords:-uptime-records-with-raku.gmi.tpl
@@ -34,7 +34,7 @@ Guprecords, or global uptime records, is a Raku script designed to generate a co
=> https://raku.org The Raku Programming Language
=> https://go.dev The Go Programming Language
-> **Updated Fri 20 Feb 2026**: Guprecords has also been rewritten in Go as `goprecords` for improved performance and easier distribution. The Go version is fully compatible and supports the same features (categories, metrics, and output formats). Both implementations are maintained and available.
+> **Updated Fri 20 Feb 2026**: Guprecords has also been rewritten in Go as `goprecords` for improved performance and easier distribution. The Go version is fully compatible and supports the same features (categories, metrics, and output formats). The Go version also comes with a server mode and API. Both implementations are maintained and available.
A previous version of Guprecords was actually written in Perl, the older and more established language from which Raku was developed. One of the primary motivations for rewriting Guprecords in Raku was to learn the language and explore its features. Raku is a more modern and powerful language compared to Perl, and working on a real-world project like Guprecords provided a practical and engaging way to learn the language.