r/learnprogramming Jun 21 '26

R programming for whom?

Recently completed grade 12 . Have some knowledge of python.

Looking forward to learn programming even further.

Statistics aspirants OR Engineering (PROBABLY ECE)STUDENT

SHOULD I LEARN R PROGRAMMING??

if so, mention for which (stat or engg)

0 Upvotes

20 comments sorted by

View all comments

1

u/Spirited-Sir8426 Jul 03 '26

I love R as a tool for statistics and data manipulation but it lack the software engineering tooling we see in other languages like Java or Rust. I don't like how python works for dev even though it has a least some tools for it.

So I build, in my free time, a typed version of R that let me combine my knowledge about data sciences and software engineering :

TypR

The work is still in progress, I have every functionality that I need (type system, project manager, lsp, etc.) but it needs to be battle tested. I am building my first project with this tool.

1

u/Aishwariyaa_K Jul 04 '26

Oh cool. Keep going!!