Path: csiph.com!weretis.net!feeder9.news.weretis.net!i2pn.org!i2pn2.org!.POSTED!not-for-mail From: D Newsgroups: comp.os.linux.misc Subject: Re: Joy of this, Joy of that Date: Mon, 25 Nov 2024 10:53:43 +0100 Organization: i2pn2 (i2pn.org) Message-ID: <3a520e79-653f-cba2-0f6d-586125a63d87@example.net> References: <6iKdnTQOKNh6AqD6nZ2dnZfqn_idnZ2d@earthlink.com> <20241120081039.00006d2a@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Injection-Info: i2pn2.org; logging-data="4043362"; mail-complaints-to="usenet@i2pn2.org"; posting-account="w/4CleFT0XZ6XfSuRJzIySLIA6ECskkHxKUAYDZM66M"; X-Spam-Checker-Version: SpamAssassin 4.0.0 In-Reply-To: Xref: csiph.com comp.os.linux.misc:61338 On Mon, 25 Nov 2024, rbowman wrote: > On Sun, 24 Nov 2024 21:29:05 +0000, Pancho wrote: > >> On 11/24/24 05:01, rbowman wrote: >> >>> Using Python means you get uniformity across many disciplines and it's >>> good enough for most things. It could have been Perl if it hadn't >>> gotten stuck in the tar pits, or Ruby, or Go but from whatever twist of >>> fate occurred it was Python. >> >> My niece worked on Python at Twitter. She wasn't complimentary about it >> either. She then moved onto Go. But that was doing big web-server stuff. >> Large scale Docker setups, maybe Kubernetes. > > Horses for courses. I tasked a new hire with developing an interface to > Spidertracks. > > https://www.spidertracks.com/ > > I gave him the requirements but didn't specify a language so he did it > with Go. No big deal other than having to set up a Go environment on the > build machine. Go is what you would expect from three C programmers who > hate C++ and I mean that it a good way. Not sure why they put the > parameter type after the parameter but I can live with that. It's hanging > in there: > > https://www.tiobe.com/tiobe-index/ > > for whatever worth the index has. I tried a bit of go, and setting up the environment as an amateur was dead simple. Is this also the case for professionals?