Re: [go-nuts] Re: Why isn't go more popular?

2021-08-13 Thread cisgo io
Hello tapi,

"Personally, Go will become more popular if we could develop gfx/gui apps
in Go with ease."

I think we all here want Go to "smoke some butt" and to push beyond being
sucessful to being "the" language of Reason, just an amazing language as it
is. But languages evolve and popularity can be achieved by us all
implementing solutions in our fields that do the job, fast, efficiently
structured and secure.

I foremost believe, if I can motivate Cisco to embrace Go, use and see the
benifits of this awesome computer language in Enterprise, Datacenter
Networking, then I'm doing my part :-D
If Cisco learns to love Go, then that will, without a doubt, be "fuel on
the fire" :-D
If we all keep being inspired with this wonderful language, then Go will
succeed, as we succeed :-)
HTH, Scottie

tapi...@gmail.com  schrieb am Mi., 11. Aug. 2021,
07:45:

> Personally, Go will become more popular if we could develop gfx/gui apps
> in Go with ease.
>
> On Thursday, August 5, 2021 at 10:20:49 PM UTC-4 santino.f...@gmail.com
> wrote:
>
>> When you see the ranking of the most liked programming languages, go is
>> near c++, a really "hated app". But since is efficient and produces really
>> clean code, why no wants like it ?
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/golang-nuts/4fff3df0-f7a0-428f-bf9f-2e26cf2512acn%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CADUD2Xi%3DWz_z-iZ7SmgzwMkZihMGftpTo_R7Mw6pKCtUriCkPg%40mail.gmail.com.


[go-nuts] Re: [ANN] peanut - write tagged structs to disk, in a variety of formats

2021-04-21 Thread cisgo io
thanks Jim, your effort is really powerful and will find good use. 
kg,  Scottie

On Tuesday, April 20, 2021 at 10:49:04 PM UTC+2 Jim Smart wrote:

> Hi there fellow Go Nuts and Gophers,
>
> Whilst working on a project not long back, I created a library to easily 
> write tagged structs to disk, in a variety of output formats.
>
> https://github.com/jimsmart/peanut
>
> Each writer has a simple Write method, that takes a tagged struct. Each 
> type of struct is written to a separate file (or table), with 
> header/field/column names based upon the field tags. All writers use the 
> same tags.
>
> Currently peanut has writers for CSV/TSV, Excel (.xlsx), JSONL, and SQLite 
> — all of which share the same simple interface.
>
> One of the benefits of peanut is that, during development, one can just 
> focus on shape of the data records one is working with (and their 
> population), and not have to think about updating the code that writes the 
> data at all.
>
> Another benefit is that one can easily switch output formats, or indeed 
> support multiple output formats.
>
> It's also handy if one wishes to e.g. output an Excel file report for 
> management, summarising stats and metadata, at the end of a running task 
> (aside from other exported data).
>
> — Maybe this is useful to someone here?
>
> Regards,
> /Jim
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/ecac2f35-fc60-4de7-b330-e663e38d0bf7n%40googlegroups.com.