Replies: 4 comments 9 replies
-
One of my favorite features of Go is the implicit interfaces, which is a like a safer duck typing: https://hackernoon.com/why-i-like-gos-interfaces-2891adf2803c And now that Go 1.18 is released with support for generics, I will eventually be able to simplify a lot of things in |
Beta Was this translation helpful? Give feedback.
-
While your choice of using Go for this project is interesting, I'd just like to say thank you and appreciate the end result. For some reason |
Beta Was this translation helpful? Give feedback.
-
For couple of years i was looking for a such tool. Lately i was using Obsidian. But switching from Nvim to Electron app is a pain. Even if that is only few keystrokes away. :) |
Beta Was this translation helpful? Give feedback.
-
I once learned colmak. It was perfect. The fatal flaw was with
compatibility, or when i was using systems other than my own. Though it was
ten years ago. Is it better these days on the compatibility front?
…On Fri, Jun 3, 2022, 20:43 Mickaël Menu ***@***.***> wrote:
Same I suck at hitting the top row. 😄 I created a layout where all the
important programming symbols are on the home row when I press ALT. I've
been using this for the past 10 years and don't have any wrist pain anymore!
[image: Screenshot 2022-06-03 at 18 08 34]
<https://user-images.githubusercontent.com/58686775/171904127-01d5e42b-ed40-4604-b578-3639ecc33742.png>
—
Reply to this email directly, view it on GitHub
<#177 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGZWWOEJEMRK772M2CG2TMLVNIVJHANCNFSM5PTNHNFA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I just wanted to let you know that zk inspired me to learn go.
And this is the first programming language that I actually spent a good time on. Before this I have been tried python and JS but they were not for me. I never considered go, because I thought it was that frugal language that google used internally and only suits the backend of huge data centers. Boy! How wrong was I?
When I discovered zk and played around with it for a few days, I enjoyed it so much so that I got curious about the code. And I took a look at it and got more and more curious. And now I'm in the middle of my second udemy course of go, doing some exercism and a lot of go time podcasts and I am excited to become fluent enough so that I can start familiarizing myself to the zk code base!
Thank you so much for your work!
Beta Was this translation helpful? Give feedback.
All reactions