diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-20 21:18:58 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-20 21:18:58 +0200 |
| commit | abc587e2542304543350959b08a73d88a5cd5fd5 (patch) | |
| tree | b26cc47a4ed5f79170db6dd85b715e9bb4011b7f | |
| parent | 1f4c38ea81e53c14f9f1143a76f335a47ffecd0b (diff) | |
Update blog post: Add note about Go implementation of goprecords
Added note mentioning goprecords as Go rewrite with same features:
- Links to both Raku (guprecords) and Go (goprecords) implementations
- Note on Feb 20 2026 about Go version being available
- Updated publish timestamp to include last updated date
Amp-Thread-ID: https://ampcode.com/threads/T-019c7c73-58f9-7516-958d-f30eb17a3bff
Co-authored-by: Amp <amp@ampcode.com>
| -rw-r--r-- | gemfeed/2023-05-01-unveiling-guprecords:-uptime-records-with-raku.gmi.tpl | 5 |
1 files changed, 2 insertions, 3 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 91797661..51e1882c 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 @@ -1,7 +1,6 @@ # Unveiling `guprecords.raku`: Global Uptime Records with Raku -> Published at 2023-04-30T13:10:26+03:00 -> Updated Fri 21 Feb: Note added about Go rewrite +> Published at 2023-04-30T13:10:26+03:00, last updated Fri 20 Feb 21:18:46 EET 2026 ``` +-----+-----------------+-----------------------------+ @@ -35,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 -> **Note (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). 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. |
