Post AscPuijysbMCwLQY52 by [email protected] | |
More posts by [email protected] | |
Post #AscPuibTOEYGVxRkoq by [email protected] | |
0 likes, 0 repeats | |
R is so obviously a programming ecosystem made by people who’s main occupatio… | |
Post #AscPuijysbMCwLQY52 by [email protected] | |
0 likes, 0 repeats | |
@[email protected] I cringe whenever I think of the 12000 lines of an R scr… | |
Post #AscPuiqiTYkFHEZvZw by [email protected] | |
0 likes, 0 repeats | |
@rewarp i’m coming at this after a 15 year career in software development so … | |
Post #AscPukJ73T3Nnas7Tk by [email protected] | |
0 likes, 0 repeats | |
My problems right now all arise from the combination of that ecosystem and me b… | |
Post #AscPumsHVgNDlFLEZc by [email protected] | |
0 likes, 0 repeats | |
Imagine that in Javascript, every value was an array, and if you reference one … | |
Post #AscPuqPMN9cEihqC36 by [email protected] | |
0 likes, 0 repeats | |
And if you think that in an “all arrays” world [1,2,3] + [4] should result … | |
Post #AscPuss9D5pcMZKDCK by [email protected] | |
0 likes, 0 repeats | |
[1,2,3] + [4,5] will throw an error[1,2,3] + [4,5,6] however results in [5,7,9]… | |
Post #AscPv1kKDXvDsujakq by [email protected] | |
0 likes, 0 repeats | |
@aesthr i don't know any R, but I'm willing to bet that JS's WTFs f… | |
Post #AscPv1rllrsQG0DXMG by [email protected] | |
0 likes, 0 repeats | |
@mrkeen not really. They’re just different and exist for different reasons | |
Post #AscPvcr0FgFSyL8wng by [email protected] | |
0 likes, 0 repeats | |
@aesthr in R, [1,2,3] + [4,5] will throw a warning and give you an answer of [5… | |
Post #AscPvkQM6dgcS0jmNM by [email protected] | |
0 likes, 0 repeats | |
@aesthr I didn't know R had this "array oriented" flavour, so t… | |
Post #AscPvornaY10EHbkhs by [email protected] | |
0 likes, 0 repeats | |
@aesthr ...and now think about Python's string representation. ;-) | |
Post #AscPvoyXBVP2ZAl8Cm by [email protected] | |
0 likes, 0 repeats | |
@datarama i’d rather not 😓 |