Elektrine lite

← Feed

@raymaccarthy@mastodon.ie

Post #1308453

2026-02-19 14:41 UTC

@agowa338 @blinry Wasn't C# simply a MS repackage of MS J++, the MS version of Java, because they were sued by Sun? Years ago I used to peer inside Java "jars" on XP and Ubuntu. I found C# far better than VB.net, but both inferior to VB6 for quick GUIs on SQL or simulating keypad and LCD of a microcontroller and prototyping the code. Then I went back to RF design and mostly abandoned programming apart from JAL on PIC18. But view source is very niche. You only want the overhead on a Dev's PC.

Replies (2)

  • @agowa338@chaos.social 2026-02-19 14:43

    @raymaccarthy @blinry don't know. Was before my times. And btw, there is basically 0 overhead from "view source" in C#, as the JIT will at runtime optimise the code and cache the compiled code until it is invalidated by you changing the source or something. In fact if you're writing powershell and the interpreter hits a loop the first few passes will be interpreted while it is in the background compiling it. And once it is done it'll on-the-fly switch over to the optimised compiled code.

    Open ##1308454

  • @raymaccarthy @agowa338 @blinry not simply a repackage, it was a redesign from the ground up, trying to improve on the things Java aimed for but didn’t really achieve - and with some success

    Open ##1308478