On Fri, Apr 23, 2021, at 22:12, Jeremy wrote:
> I wrote a library, libst(a fork of st), and modified st, dvtm to link
> against it:
> https://github.com/jeremybobbin/libst
>
> Try compiling & installing libst, then compile & run dvtm in libst/examples.
Okay, I am trying it. I get [[dvtm.c:39:10
All of your programs/libraries get installed into /usr/local/bin except svtm
which gets installed into $(HOME)/.local/bin Why is that? If you are going to
stay with $HOME, then remove "sudo" from the last step of your installation
instruction:
[[git clone https://github.com/jeremybobbin/libst
Hello,
On 2021-04-20 19:53:04 -0400, Sebastian LaVine wrote:
> I am curious, what experiences have people had with Go?
The language is kinda fine I guess? It gets the job done, but I cannot
say I enjoy writing code in it that much. And some design choices
(context.Context) are in my opinion weird