Y
Hacker News
new
|
ask
|
show
|
jobs
by
beejiu
53 days ago
If you're using R in 2026, you're probably invoking code compiled from Fortran from the 70s/80s somewhere along the line. It's a foundation for a lot of numerical computing.
1 comments
jmalicki
53 days ago
Same for SciPy (At least the last time I dove into it around 10 years ago).
A lot of the C code you see for numerics is a straight up f2c run checked in.
link
A lot of the C code you see for numerics is a straight up f2c run checked in.