[ prog / sol / mona ]

prog


itt: we talk about random java stuff

1 2019-06-28 22:01

I use actual primitives like bool instead of classes like Boolean

2 2019-08-26 12:56

I hate java
It is a symbol of codemonkey enterprise programming
I will stick to haskell and lisp, thank you very much

3 2019-08-28 04:39

What about Klong, http://t3x.org/klong/index.html

4 2019-09-15 17:40

does this work?

5 2019-10-04 20:23

errr, what does this do?

Ahhh, crap so much to do and so little time!

6 2019-10-05 10:08

Even worse than sepples!

7 2019-10-05 13:43

The thing I appreciate about java is that it has the perception of being very stable, reliable, and very backward compatible.

The thing I hate about java is that, in reality, it sux. Stability, reliability, and backward compatibility has more to do with the apps developed on top of java than of the language or runtime itself.

8 2019-10-06 15:45

VM is coolio
Language not so

9 2019-10-06 15:50

While I want to use other languages for programming web applications, I tend to use either java or c# using either hibernate or entity framework.

10 2019-10-06 17:08

Test to see

11 2019-11-03 03:38

BARF!

12 2019-11-03 17:28

AbstractFactoryBeanBean

13 2019-11-05 21:30

Why does Scala for Android suck?

14 2020-04-05 16:05

Hey guys, are you alive here? 🧐

15 2020-04-05 17:04 *

>>14
I dunno, I'm not feeling too well. I went out without a mask last week. I might be done for.

16 2020-04-05 21:18

>>15
But hey, from which country are u from?
Because in my country (Russia) situation is not so critical.

Also, i want to find here so skillful persons for software engineering knowledge sharing.

17 2020-04-05 21:25

Right now i focused on performance and concurrency topics. HotSpot VM flags, GC, JIT compilers, bytecode generation & optimization and other such useful things.

18 2020-10-14 18:48

Can anyone explain the difference between a static block and a class-level block? They always seemed to do the same in my eyes.

19 2020-10-14 20:40

>>18

static {
    // stuff here
}

runs in <clinit> at class initialization, whereas

{
    // read SICP
}

runs in the constructor, with the instance field initializers.

https://docs.oracle.com/javase/specs/jls/se8/html/jls-12.html#jls-12.4.2 step 9
https://docs.oracle.com/javase/specs/jls/se8/html/jls-12.html#jls-12.5 step 4

20 2020-10-14 20:50

The cool kids use Kotlin.

21 2021-05-07 21:44

Agree, Kotlin > Java

22 2021-05-08 11:53

Isn't Kotlin just some syntactic sugar over Java?

23 2021-05-08 16:43

The cool MEN use Scala.

24 2021-05-08 19:16 *

>>23
Sure thing

25 2021-05-14 13:34

my programming language best

26 2021-05-15 15:06

BiglyBT is great!
https://www.biglybt.com/

27 2021-05-15 17:08

I thought Schemers would like Java because it is entirely understandable, just like Scheme. Unlike most other languages, where if you have to guess what a piece of code does, you probably guess wrong. C++ is of course the worst offender, but Python is pretty bad too. I'm actually surprised people recommend it as a beginner language.

28 2021-05-15 18:37 *

>>27
you can stop shitposting now its almost been 3 years

29 2021-05-24 17:05

OP is either a troll or is confusing between C# and Java
And it doesn’t matter what you use, auto boxing and unboxing is performed at compile time

30 2022-04-14 03:54 *

Hey kid, add this to your pom.xml

...

  <dependency>
    <groupId>org.clojure</groupId>
    <artifactId>clojure</artifactId>
    <version>1.11.1</version>
  </dependency>
...
31 2023-12-17 00:33

idk about you guys but i love java. Its verbosity means i understand everything i'm reading, the apache conventions are cool, and i, unlike most people, enjoy a lot reading API documentation or javadocs

32 2023-12-17 14:41

>>31
https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpriseEdition

33 2023-12-17 20:29

I also don't have a problem with Java. I mean, it's not the nicest language, but it gets the job done.

34 2023-12-26 23:02

Learn Clojure.

35


VIP:

do not edit these