this post was submitted on 26 Jul 2023
835 points (97.6% liked)

Programmer Humor

31779 readers
220 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] dan@upvote.au 5 points 1 year ago

I the beginning, C# was basically "Java, the good parts", developed from scratch as a new language though. J# was developed in parallel as a replacement for Visual J++, and could run essentially unmodified Java code.

At a previous workplace, we had projects that were combined C# and J# projects. It was a bit strange.