RetroBASIC

Retrogamecoding(.org) => Other Languages => Topic started by: Tomaaz on October 30, 2018, 08:47:49 AM

Title: Golang
Post by: Tomaaz on October 30, 2018, 08:47:49 AM
Has anyone tried Go? I really like it. It's a very clear and simple language. No OOP. The only "problem" is that Go is web oriented and it's not the best choice for desktop aps.
Title: Re: Golang
Post by: Tomaaz on October 31, 2018, 06:43:43 PM
John on allbasic.info:

Quote
GO is known for generating most of the web malware due to its JIT code generation in the client browser.

This is an utter nonsense. Go is not run/compiled in the client browser. The linked text simply states the obvious fact that creating native platform binaries is easier with Go than with C. Nothing about web, JIT or browsers.