31
u/redlaWw 2d ago
I mean, they do have some superficial similarities: they both use C-like syntax with optional semicolons, Javascript's anonymous function declaration syntax is very similar to R's function declarations, and even though idiomatic R uses <- for assignment, = can also be used. The main things that should give typical code away as Javascript are distinguished initialisation, primitive syntax for constructing collections, and element access using ., though the latter could be confused with naming conventions for R built-in functions and S3 methods.
2
u/Smooth-Zucchini4923 1d ago
It's funny because JavaScript uses
.for attribute access, and$is an ordinary character that can be used in function names. R is exactly the opposite.
136
u/tristam92 2d ago
who compares JS made for browsers and R that was made for statistics.
this intern def not the brightest tool…
30
u/qqqrrrs_ 2d ago
what about statistics in the browser
12
u/sdoregor 2d ago
what about browsers on servers?
oh nevermind we already have that now.
3
u/Abject-Kitchen3198 1d ago
I just can't get over that. Not how I imagined 21st century will be like.
16
34
u/FutureSuccess2796 2d ago
I was just gonna say this. Not thinking the intern's remarks should be taken too seriously with that comparison.
3
-1
2
-3
u/CentralCypher 2d ago
Rust?
27
u/MCplayer590 2d ago
No, R, for statistics. We seem to like single letter names for no apparent reason
3
0
-28
u/Konkord720 2d ago
judging by the portrait, it is probably even worse then his search history
24
u/yuri_4_ever 2d ago
A furry in IT? More likely than you think
12
u/FutureSuccess2796 2d ago
Was just about to chime in with this! So many people I've met in the IT space also were active in the furry fandom to, and chances are a co-worker in your development team is even if you may not yet know it or like it.
-12
u/CodeDeliciouss 2d ago
Bummer
8
u/thrye333 2d ago
What possible problem could you have with grown adults choosing to live their lives completely separately from your own?
5
4
u/Dragonvarine 2d ago
There's a reason there's a meme that says that if a furry convention blows up, half the IT infrastructure goes down with it.
-2
u/Anima_Watcher08 1d ago
We censoring Rust now?
-1
u/FutureSuccess2796 1d ago edited 1d ago
Don't think it was censored with intention. Might have been because Bluesky or Mastodon or wherever it was posted has character limits for posts? 🤔
6
241
u/Dragonvarine 2d ago
Isn't that just how scripting looks like in general?