Free Republic
Browse · Search
General/Chat
Topics · Post Article

Anyone else moving to Go?
1 posted on 11/15/2022 9:09:15 PM PST by Cronos
[ Post Reply | Private Reply | View Replies ]


To: Cronos

I would generally prefer C, but that’s more , I suspect, from habit. Rust has innate garbage collection.

I think of C as for when you need very low level efficient code, and C++ for when you need a *lot* of very efficient code all in one language. Rust covers almost all of the situations you would use C today, and a lot of the C++ cases as well. Go has some of the C++ cases, but it’s pretty similar to the C# or even Haskell cases.


2 posted on 11/15/2022 9:22:07 PM PST by Cronos (.)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: Cronos

As a guy taught how to design languages, I find this interesting.
The critical thing you really do is define the problem you want to deal with and then select the methods, tools, resources, and supplies to do that task in the time frame, within the costs, and deal with the inevitable failures
you will encounter.
That is not coding.
It is called engineering.
A skill most all “High Tech” coders don’t have a clue about.


3 posted on 11/15/2022 9:45:18 PM PST by rellic
[ Post Reply | Private Reply | To 1 | View Replies ]

To: ShadowAce

tech ping


4 posted on 11/15/2022 9:46:47 PM PST by dayglored ("Listen. Strange women lying in ponds distributing swords is starting to sound pretty good.")
[ Post Reply | Private Reply | To 1 | View Replies ]

To: Cronos

Peruse later.


11 posted on 11/16/2022 2:44:28 AM PST by NetAddicted (Just looking)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: Cronos

I don’t have a clue what this guy is talking about, but I found it an entertaining read. Lots of people who think they know how to write could learn something from him.


13 posted on 11/16/2022 3:50:16 AM PST by avenir (Information overload = Pattern recognition)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: Cronos; rdb3; JosephW; martin_fierro; Still Thinking; zeugma; Vinnie; ironman; Egon; raybbr; ...

14 posted on 11/16/2022 4:02:12 AM PST by ShadowAce (Linux - The Ultimate Windows Service Pack )
[ Post Reply | Private Reply | To 1 | View Replies ]

To: Cronos

i prefer c/c++ for my server backend responding to network requests or to easily enable pub/sub strategies... all with an eye on performance.

the whole stack these days seems to be tending towards:

( c/c++ backend ) <—> ( protobuf messaging ) <—> ( javascript based web front end )

native frontend code seems to be going the way of the dodo, with chromium clients being the portable foundation for most native dev

thoughts?


17 posted on 11/16/2022 5:21:01 AM PST by sten (fighting tyranny never goes out of style)
[ Post Reply | Private Reply | To 1 | View Replies ]

Free Republic
Browse · Search
General/Chat
Topics · Post Article


FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson