this post was submitted on 22 Apr 2024
136 points (93.6% liked)

Programmer Humor

19149 readers
943 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
top 28 comments
sorted by: hot top controversial new old
[–] [email protected] 39 points 4 months ago (2 children)

Package manager for biologists and purpose made for data science makes me think of R. But if its true, i never knew you can write inline c++

[–] [email protected] 26 points 4 months ago (2 children)

RCpp is crazy good. You can super easily write Cpp inline with R code, it is easy to use and half of the tidyverse is written in it.

[–] [email protected] 11 points 4 months ago

I saw RCpp in my package manager, but I thought that it is not for users and just a dependancy. Maybe I will look into that

[–] [email protected] 9 points 4 months ago

How to write a package in R

Step 1: Use C++

[–] [email protected] 11 points 4 months ago (1 children)
[–] [email protected] 7 points 4 months ago (1 children)

to everybody downvoting: read the username

i wonder if this is a bot? it doesn't have the bot label

[–] [email protected] 13 points 4 months ago (1 children)
[–] [email protected] 1 points 4 months ago
[–] [email protected] 20 points 4 months ago

Most sane language designers stop at embedding C.

C++ is really taking it up to 11.

[–] [email protected] 19 points 4 months ago

Must be python, because it's my favorite, and I reject this image.

[–] [email protected] 17 points 4 months ago* (last edited 4 months ago) (1 children)

Purpose made for Data-science

Uhhh... R?

That, MATLAB, and Python are the only languages I know of used in that field, and it's not MATLAB or Python lol. I don't know anything about R tho

[–] h30x 7 points 4 months ago (2 children)

No, Julia. LLVM compiled scientific language

[–] [email protected] 5 points 4 months ago

Na this is about R

[–] [email protected] 2 points 4 months ago

Oh actually I have heard of that as well

[–] [email protected] 13 points 4 months ago

Gotta be R.

[–] [email protected] 13 points 4 months ago

R is for Removed by moderator.

[–] [email protected] 11 points 4 months ago (1 children)

Should've included:
ridiculously good at plotting if you can figure out the correct syntaxes

[–] [email protected] 7 points 4 months ago

Also multiple systems included. the old base plotting from the 90s, lattice for really custom things, ggplot as the most humanely understandable and reasonable system for composing plots and great interfaces to plotly and d3.js

[–] [email protected] 6 points 4 months ago

It has to be Kepler, my terrible home grown interpreted language that has none of these features!

JK it's gotta be JavaScript

[–] [email protected] 5 points 4 months ago (1 children)

Should include "has duckplyr" which is bad ass in the few weeks I've been using it.

[–] [email protected] 5 points 4 months ago (1 children)

Bruh, this looks cool af. Seriously has me wondering whether I should port my shit from SQLite to duckDB.

[–] [email protected] 4 points 4 months ago

I love duckDB, my usual workflow is:

  • initially read my data from whatever source (CSV, relational database somewhere, whatever)
  • write it to one or more parquet files in a directory
  • tell duckdb that the directory is my data source

Then duckdb treats the directory just like a databese that you can build indexes on, and since they're parquet files they're hella small and have static typing. It was pretty fast and efficient before, and duckdb has really sped up my data wrangling and analysis a ton.

[–] h30x 4 points 4 months ago
[–] [email protected] 3 points 4 months ago

Best IDE ever, help pages with references to statistics journal articles, and the most useful feature: pipe()

[–] [email protected] 3 points 4 months ago

F#? I know it's probably not but I love F#

[–] [email protected] 3 points 4 months ago

Also my fav OP :)

Rcpp is probably the best thing to ever exist.

I reject tidyverse though

[–] [email protected] 2 points 4 months ago* (last edited 4 months ago)

Was thinking Nim because it's a couple of these.

[–] [email protected] 2 points 4 months ago

The many oop systems makes me think perl.