Given #Honk is written in #Go, I wonder whether it would be possible to make a faster, lighter-weight port in #HareLang, given the similariteis of standard libraries yet higher efficiency of the latter?
(cc @tedu and @drewdevault )
Notes from kernel hacking in Hare, part 3: serial driver
October 27, 2022 on Drew DeVault's blog
https://drewdevault.com/2022/10/27/Kernel-hacking-with-Hare-part-3.html
Notes from kernel hacking in Hare, part 2: multi-threading
October 2, 2022 on Drew DeVault's blog
https://drewdevault.com/2022/10/02/Kernel-hacking-with-Hare-part-2.html
Solar system animation. Demo of hare-cairo, a 2D graphics library in #hare
#harepanda
Notes from kernel hacking in Hare, part 1
September 7, 2022 on Drew DeVault's blog
https://drewdevault.com/2022/09/07/Kernel-hacking-with-Hare-part-1.html
powerctl: A small case study in Hare for systems programming
August 28, 2022 on Drew DeVault's blog
https://drewdevault.com/2022/08/28/powerctl-a-hare-case-study.html
Presenting Bonsai - Improved sxmo complex keybinds
Update: I'll use @hare to make a sandbox platform. Really simple, really small, just proof of concept, but well done with beautiful pixel art and stratospheric lightweightness
The Helios micro-kernel ABI https://spacepub.space/videos/watch/4f7d2307-ab24-41e4-92f4-9bf89d57eac0
@ddevault
Introducing the Himitsu keyring & password manager for Unix
June 20, 2022
https://drewdevault.com/2022/06/20/Himitsu.html
Introduction to the Himitsu secret key store https://spacepub.space/videos/watch/5f9e5407-64a6-4776-9175-de744f2e7bc4
Made a new app again :)
This is a graphical and mobile ready frontend for the Himitsu secret store.
Thanks to @vladh's great work, #hare now has tuple unpacking, as per the spec section 6.6.47.3
```
const (a, b, c): (i64, str, f64) = (2i, "hello", 1.0);
```
https://git.sr.ht/~sircmpwn/harec/commit/b8a480fa2cf95b6df2eea64c491aed14ab6ac69d
Quantum fluctuations from the Hare spacetime continuum.