Time |
S |
Nick |
Message |
04:21 |
|
kzisme |
aditsu: In Java, or? |
06:19 |
|
|
nanoz joined ##friendlyjava |
10:02 |
|
aditsu |
kzisme: [looking at the channel name] well, yeah |
10:02 |
|
aditsu |
in the end I went with a hybrid approach :p |
12:04 |
|
|
nanoz joined ##friendlyjava |
13:57 |
|
pdurbin |
aditsu: filter a stream, maybe |
14:24 |
|
nanoz |
pdurbin, hi |
14:25 |
|
nanoz |
do you use golang pdurbin |
14:39 |
|
aditsu |
pdurbin: oh God, no! |
14:41 |
|
aditsu |
https://www.youtube.com/watch?v=08i9kvCJvJ0 |
15:24 |
|
pdurbin |
nanoz: a tiny bit |
15:25 |
|
nanoz |
we are moving all our codebase from java to golang |
15:26 |
|
aditsu |
o__O |
15:26 |
|
pdurbin |
Huh. Interesting. Why? And are you excited? :) |
15:27 |
|
nanoz |
not excited as excited |
15:27 |
|
nanoz |
its lot of rework |
15:27 |
|
nanoz |
how can i be excited |
15:27 |
|
nanoz |
on other hand golang is simple |
15:28 |
|
nanoz |
one way to do anything. |
15:28 |
|
aditsu |
from what I've seen, it has zero built-in ways to do many things |
15:29 |
|
nanoz |
it doesnt have many patterns and no generics till this day. |
15:29 |
|
nanoz |
go 2 will have generics but its long way to come. |
15:30 |
|
aditsu |
so I don't know why anybody would want to switch |
15:30 |
|
nanoz |
well they have lot of time and dont like java. |
15:31 |
|
aditsu |
at least they could go for C++ instead :p |
15:31 |
|
nanoz |
no build time in C++ is high |
15:32 |
|
nanoz |
go says fast build / run time, and auto gc with go concurrency/parallelism support. |
15:33 |
|
pdurbin |
It's rare to hear of people having a lot of time. How come they have so much time? |
15:33 |
|
nanoz |
and it follows only prod and consumer pattern for concurrency via channels |
15:33 |
|
nanoz |
company in loss basically pdurbin |
15:34 |
|
pdurbin |
In loss? What do you mean? |
15:36 |
|
nanoz |
they are making any profit |
15:37 |
|
nanoz |
there last product was running on struts 1.0 |
15:37 |
|
nanoz |
and xml-rpc to interact with systems. |
15:37 |
|
nanoz |
java 1.4/java 5 used |
15:40 |
|
nanoz |
who on the hell will run these and provide quality product at 2019? |
15:49 |
|
pdurbin |
Interesting. They must have money in the bank at least. Able to stay in business for a while without making a profit. |
15:50 |
|
pdurbin |
aditsu: I thought Go was all about having built-in stuff. Batteries included. |
15:55 |
|
aditsu |
I feel that java has 10 times more batteries |
16:05 |
|
pdurbin |
Well, Go's standard library can process JSON at least. |
16:18 |
|
aditsu |
yet it doesn't have a HashSet |
16:29 |
|
nanoz |
it has map |
16:30 |
|
nanoz |
most importantly it doesnt have generics |
16:30 |
|
nanoz |
and idea error as return type instead of thrown as exception are garbage. |
16:31 |
|
nanoz |
oh! they have error / panic pick one :P |
16:33 |
|
nanoz |
pdurbin they have fundsriser like ycombinator |
16:40 |
|
aditsu |
hahaha, https://github.com/ksimka/go-is-not-good |
16:55 |
|
pdurbin |
a fundraiser? doesn't Google fund development? |
16:57 |
|
aditsu |
maybe he meant his company |
16:58 |
|
pdurbin |
oh, right |
16:58 |
|
pdurbin |
maybe lots of venture capital money or something |
16:59 |
|
pdurbin |
I didn't know generics are coming in Go 2. |
17:12 |
|
|
aditsu joined ##friendlyjava |