Show me how you debug.

Not about OpenMW? Just about Morrowind in general? Have some random babble? Kindly direct it here.
User avatar
Svetomech
Posts: 69
Joined: 01 Jun 2014, 12:51
Location: Moscow
Contact:

Re: Show me how you debug.

Post by Svetomech »

AnyOldName3 wrote:C# is the king of languages, and there's never a situation where anything else would be better. :P
That's actually... totally true. You can C# the hell out of everything. I don't even know why we need other languages at all. Like, not a clue.
User avatar
AnyOldName3
Posts: 2672
Joined: 26 Nov 2015, 03:25

Re: Show me how you debug.

Post by AnyOldName3 »

I found out a couple of days ago that there exist tools to compile C# so far that it can be put on an FPGA or even an ASIC, and they don't suck as much as one might expect. There are tools to do this for other high-level languages, but most of them involve either converting to C first (and potentially ending up with something super slow if too many pointers are used) or starting out with a pure functional language that gives the tool a lot of freedom with how to actually implement things.
User avatar
sirherrbatka
Posts: 2159
Joined: 07 Aug 2011, 17:21

Re: Show me how you debug.

Post by sirherrbatka »

I don't even know why we need other languages at all. Like, not a clue.
That says nothing about C#, says quite a lot about CR, but is nontheless invalid.
I found out a couple of days ago that there exist tools to compile C# so far that it can be put on an FPGA or even an ASIC, and they don't suck as much as one might expect.
That is far from practical solution anyway but it is true that CR is quite nice. LLVM can be equally nice.

Anyway, i think that C# is overcomplicated and bloated.
User avatar
Svetomech
Posts: 69
Joined: 01 Jun 2014, 12:51
Location: Moscow
Contact:

Re: Show me how you debug.

Post by Svetomech »

sirherrbatka wrote:
I don't even know why we need other languages at all. Like, not a clue.
That says nothing about C#, says quite a lot about CR, but is nontheless invalid.
I will remember to explicitly state when I'm being ironic next time you're in a thread.
sirherrbatka wrote:Anyway, i think that C# is overcomplicated and bloated.
Hopely, it's just your opinion.
User avatar
psi29a
Posts: 5360
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: Show me how you debug.

Post by psi29a »

You can't tell people to C #-er. ;)
User avatar
sirherrbatka
Posts: 2159
Joined: 07 Aug 2011, 17:21

Re: Show me how you debug.

Post by sirherrbatka »

You can't tell people to C #-er.
Well, you can but they won't listen ;-)
User avatar
Svetomech
Posts: 69
Joined: 01 Jun 2014, 12:51
Location: Moscow
Contact:

Re: Show me how you debug.

Post by Svetomech »

psi29a wrote:You can't tell people to C #-er. ;)
Took me 2 whole minutes to process the message (:
sirherrbatka wrote:it is true that CR is quite nice.
CR? You mean CLR? Yeah, it is indeed. No need to compile different binaries for each platform.
User avatar
sirherrbatka
Posts: 2159
Joined: 07 Aug 2011, 17:21

Re: Show me how you debug.

Post by sirherrbatka »

CLR yeah. It is not only that (JVM does the same thing) but how well it does it. Ever wondered about word recur in clojure? Well, JVM is just a mess that does those things to you while CLR is quite amazing piece of technology. Sadly, JVM is more popular thanks to retarded MS policy.
User avatar
Svetomech
Posts: 69
Joined: 01 Jun 2014, 12:51
Location: Moscow
Contact:

Re: Show me how you debug.

Post by Svetomech »

sirherrbatka wrote:retarded MS policy.
They've been changing it quite a lot lately.
User avatar
sirherrbatka
Posts: 2159
Joined: 07 Aug 2011, 17:21

Re: Show me how you debug.

Post by sirherrbatka »

https://www.youtube.com/watch?v=_J6-3l3hCm0

But seriously, technology adoption is a very slow process. I am left to wonder if Scala or Clojure would still target JVM if MS would be more open from the start.

But I still don't like C#. Worry not, I don't like C++ or java either ;-)
Post Reply