this post was submitted on 18 Jul 2023
746 points (93.2% liked)

Programmer Humor

41225 readers
31 users here now

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

Rules:

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] MajorHavoc@lemmy.world 1 points 2 years ago

Correct.

To get a feel for what VBScript was like, think of Visual Basic. Now throw out all the good bits and mix in a bunch of JavaScript style quirks.

Then try to parse binary data packets with it, beacuse XML isn't widely supported and JSON has not been invented/discovered yet.

It was bad.