Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
in the morning itself I shared a video abt go, and few days back we were talking abt go here. go is so awesome, the benchmark tools, profiling, unit testing, less code, concurrency, interaction with c, fast, platform independency etc etc. I am in love with it.
-
@firusvg can you point me to a resourve on how to do what youre doing? What kind of software do you write and from which language to which language do you cross compile?
-
firusvg13788y@rookiemaverick Actually, I've started with Go only two days ago - https://www.devrant.io/rants/135256
So, it just might be only initial enthusiasm/excitment, but I've felt such rush last time some 30 years ago when I've started with Z80 assembly. -
firusvg13788y@liveCoder Khm, it might be my poor English skills, but I used that term in most strict sense (e.g. https://en.wikipedia.org/wiki/...) So, not language to language, but platform to platform.
Regarding software - I'm currently working as in-house programmer, so I'm working mostly on utilities for internal use (and, per my personal preference, CLI programs, not GUI, but usually make some graphic front ends for colleagues' use and/or strict back-end Web development) -
Gostwow3388yguys, I have some java knowledge (GUI, OOP stuff, File storage) and I have been thinking about taking a break from web dev to learn more java/desktop apps, is java still worth the trouble or is it better to go with Go?
Related Rants
-
xorith19HTML: Hate This Meaningless Life CSS: Can't Style Shit JS: Just Shit Java: Just another vicious asshole PH...
-
ObiSwagKenobi6> Receive sudden phone call in the middle of the night > Check caller, unknown number > "Either something ba...
-
dyslxr40So I named my daughter "io" everyone calls her by the name and then we register her on our local gov't to get...
I'm cross-compiling software I create for many years. Ignoring languages targeting some kind of VM, some additional efforts were always needed.
Go (as far as I can see, since 1.5) is doing this right and quite straightforward - select target and architecture, issue build command and you get native executable file. I'm happy ... B)
undefined
go
golang