Message from @Yajat

Discord ID: 543635301524832313


2019-02-09 03:30:59 UTC  

yeah c sharps not a copy of java

2019-02-09 03:31:01 UTC  

I don't like how the class library is designed in Java. It's too granular. Everything needs a dozen adapters and instances before you can do anything.

2019-02-09 03:31:05 UTC  

yeah I'll agree with taken on this

2019-02-09 03:31:06 UTC  

https://cdn.discordapp.com/attachments/463054787336732683/543634924092260362/bq-5c5d0b2b4e0d5.png

2019-02-09 03:31:13 UTC  

every language of code is similar in some way

2019-02-09 03:31:14 UTC  

and c# is pretty much java combined with C++. it is kind of a copy

2019-02-09 03:31:17 UTC  

C# is Microsoft's C++ using .net framework.

2019-02-09 03:31:29 UTC  

Pretty much

2019-02-09 03:31:30 UTC  

There is a C++.net

2019-02-09 03:31:36 UTC  

oh god

2019-02-09 03:31:38 UTC  

with @taekahn on this*

2019-02-09 03:31:41 UTC  

@grayhatter When JUnit were making NUnit to make the Java code compile in a C# compiler they literally just changed some namespaces and a few keyword changes

2019-02-09 03:31:49 UTC  

C# and .NET have more standalone classes. You don't have to write so much code to get it to do anything.

2019-02-09 03:32:03 UTC  

MS has been trying to get programmers to use their libraries for years and years. .net replaced their old Standard Template Library if I'm remembering that correctly.

2019-02-09 03:32:12 UTC  

it's all tradeoffs. don't fall into these dumb elitist bandwagons

2019-02-09 03:32:14 UTC  

Yeah that's why c# is used in some web pages because its easier

2019-02-09 03:32:19 UTC  

Reading a certificate from a certificate store needs a bunch of classes in Java, because there is always a very rudimentary base class and then a dozen adapters for the specific cases.

2019-02-09 03:32:24 UTC  

it's just for me difficult

2019-02-09 03:32:25 UTC  

@Undead Mockingbird now C# does but 17 years ago when I first started with C# it was just Java with some nicer syntax

2019-02-09 03:32:32 UTC  

The specific cases in .NET usually have their own methods, not their own classes.

2019-02-09 03:32:36 UTC  

I just hate c#

2019-02-09 03:32:45 UTC  

I hate JS

2019-02-09 03:32:57 UTC  

c# is very nice if you work in an Enterprise environment and no one can tell thier a****** from their elbow

2019-02-09 03:32:58 UTC  

JS has too many surprises.

2019-02-09 03:33:05 UTC  

The typing is too loose at times.

2019-02-09 03:33:16 UTC  

c sharp is great for work with developers with IQs lower than 80

2019-02-09 03:33:20 UTC  

The language was literally created because sun didn't want MS monkying with the language.
So MS was just like, fuck you, we'll make our own.

2019-02-09 03:33:27 UTC  

It's meant to be easier to use because of it, but it just leads to too many issues a lot of times.

2019-02-09 03:33:35 UTC  

all im sayin is soy tastes good sometimes thats all

2019-02-09 03:33:38 UTC  

I rather have more statically typed languages.

2019-02-09 03:33:39 UTC  

JS is just funky to me

2019-02-09 03:33:51 UTC  

https://cdn.discordapp.com/attachments/463054787336732683/543635616785760256/bq-5c5dffee67706.png

2019-02-09 03:33:52 UTC  

@CasualSailor Microsoft needed something to compete with Java back in the 90s. Originally they had their own incompatible Java VM. Then they created .NET CLR with J# , C# and VB 7.0

2019-02-09 03:33:53 UTC  

soy is always good as a condiment. As a lifestyle, it sucks

2019-02-09 03:33:53 UTC  

JavaScript type system is perfect what was meant to do animate certain elements on web pages, more than that is just an abuse of the system

2019-02-09 03:33:54 UTC  

not my cup of tea, I recognize it's strengths tho

2019-02-09 03:33:58 UTC  

Python can be a bit funky in that regard, too, but not as funky.

2019-02-09 03:34:09 UTC  

"Yuri Bezmenov (alias Tomas Schuman), a Soviet KGB defector, explains in detail his scheme for the KGB process of subversion and takeover of target societies at a lecture in Los Angeles, 1983.
"

2019-02-09 03:34:16 UTC  

python GUI shit is a total fucking disaster

2019-02-09 03:34:18 UTC  

you ever use lua