“I have reimplemented a networking project from Scala to Go. Scala code is 6000 lines. Go is about 3000. Even though Go does not have the power of abbreviation, the flexible type system seems to out-run Scala when the programs start getting longer. Hence, Go produces much shorter code asymptotically.” — Petar Maymounko
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
AbstractGopherFactoryGoroutineServices
They will learn when their system is replaced by Go based competition.
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
On Wednesday, May 22, 2013 3:39:13 AM UTC-6, Henry Heikkinen wrote:AbstractGopherFactoryGoroutineServicesI LOL'ed. For what it's worth, I work at a large company that is primarily enterprise Java. I've been trying to get them to use go and they don't bite. They haven't given me a much better answer than "It's not Java" despite the lower overall costs and better performance I've been able to show.
--
It's easy to hire people who know Java, but it's a mistake to hire people who cannot learn new programming languages easily....IMO...On Wed, May 22, 2013 at 9:06 AM, Henry Heikkinen <r...@rce.fi> wrote:
While horrible, Java is widely used and often gets things done. It's pretty easy to hire people who know Java too. I understand why it might sound just insane to switch to something else. Unfortunately people often forget that it's not necessarily good thing to be locked in to a single technology no matter how great it is.I think some people at where I work are trying to push Clojure as the first step out of Java. I would definitely suggest Go if we had any new projects that would benefit from it or couldn't make use of a lot of existing code.
Oh My!Sorry to hear that. The description earlier about java is like fighting with a tiger resonates with me. Hope you don't have to touch that cobol code!
I LOL'ed. For what it's worth, I work at a large company that is primarily enterprise Java. I've been trying to get them to use go and they don't bite. They haven't given me a much better answer than "It's not Java" despite the lower overall costs and better performance I've been able to show.
--
If you want to sell Go, you need to think of how to sell a story about
the business value of
adopting a new language.
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Speaking from the work market here in Germany, that is going to be
really thought.
I only see job advertisements requesting C experience in the car
industry, automation and
embedded systems, usually located in small towns lost in the middle of
the country.
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Well to be honest, all the projects that are known where Go is being
used at Google, could be easily
done in any strong typed modern language free from C and C++ pre-
historic toolchains.
Until a big Google project is shown being done in Go, people will
doubt how much it is really being used
That belongs to "could be easily done in any strong typed modern
language".
Hello,
I found this statement in http://go-lang.cat-v.org/quotes:“I have reimplemented a networking project from Scala to Go. Scala code is 6000 lines. Go is about 3000. Even though Go does not have the power of abbreviation, the flexible type system seems to out-run Scala when the programs start getting longer. Hence, Go produces much shorter code asymptotically.” — Petar Maymounko
This sounds really exciting and puzzles me. I would like to know whether it is true and, if so, how it can be explained. At first sight it seems as if the advances in programming languages since C were almost of little use as what expressiveness is concerned (aka lines of code). Some modernized C comes along like Go and beats the heck of all languages that are supposed state-of-the-art like f.ex. Scala (you know what I mean, so please no discussions whether Scala is state-of-the-art or not ;-)).
How can this be explained? Delegation and implicitly implementing interfaces results in such code reduction? I wished I would understand this better. Any ideas?
Cheers, Bienlien
As a new language, Go certainly does face significant barriers to
adoption. This is true of any new language. It's always easier to
keep doing what you have done in the past.
Thankfully, no! Writing Cobol would be like fighting a whole forest full of bengals. We have a bunch of guys with extremely long, manly beards for that sort of work.