flat assembler
Message board for the users of flat assembler.

Index > High Level Languages > Any Golang devs?

Author
Thread Post new topic Reply to topic
typedef



Joined: 25 Jul 2010
Posts: 2909
Location: 0x77760000
typedef 27 May 2022, 17:44
Any golang devs on here?

What do you guys also think of Kotlin?
Post 27 May 2022, 17:44
View user's profile Send private message Reply with quote
redsock



Joined: 09 Oct 2009
Posts: 435
Location: Australia
redsock 27 May 2022, 20:57
I have done a fair bit of both for contracts. Kotlin being so tightly woven with Android Studio makes it difficult to avoid if doing mobile development.

Actually, I quite enjoy writing it, it makes for IMO easier to read code than the Java it compiles to. Performant? Hmmm to that, haha.
Post 27 May 2022, 20:57
View user's profile Send private message Reply with quote
TmX



Joined: 02 Mar 2006
Posts: 843
Location: Jakarta, Indonesia
TmX 30 May 2022, 17:40
I ocassionaly assist the backend team coding in Go. We use Echo a lot.

Overal, it's a very practical language:
- The language design is rather simplistic like C. No super fancy theoritical computer science influence typicall found in Haskell, Scala, Rust, etc.
Some may say the language is boring, but that also means teaching to newcomers is much easier.
- Can be compiled into native executable without requiring memory hungry VM
- Buiilt-in concurrency constructs.
- Deployment is easy: upload the executable to your server, configure the systemd... done. Docker, Apache, etc are not necessary.

But main job is Android dev, and I deal with Kotlin codebases on daily basis. In general, our Kotlin codebases are more compact compared than their Java counterparts. I also have done some API developments in Kotlin (with Spring Boot). Not that bad, if you don't mind to be tied with IntelliJ. And of course, the future of native Android dev is Kotlin Smile
Post 30 May 2022, 17:40
View user's profile Send private message Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.