Fortran
PulseAugur coverage of Fortran — every cluster mentioning Fortran across labs, papers, and developer communities, ranked by signal.
1 day(s) with sentiment data
-
Sunya programming language bootstrapped with custom VM, not Fortran
The creator of the Sunya programming language, with assistance from Copilot, has decided against using Fortran for bootstrapping. Instead, they opted to build Sunya from scratch using a custom virtual machine and a seed…
-
Old programming article sparks debate on AI's role in coding
A user on Mastodon shared a historical artifact from the era of punch cards and Fortran programming, drawing a parallel between past programming practices and the current discourse surrounding AI in programming. The use…
-
Free Pascal and BLAS offer deterministic HPC for SLM projects
A user on Mastodon is exploring the use of BLAS, a set of Fortran-based matrix routines, for their Small Language Model (SLM) project. They express a preference for Free Pascal over languages like C, Python, Rust, and C…
-
I learned # Pascal in the 80s. I learned a bit C and Rust and hated that pointer logic which is extremely clumsy for matrix manipulation. # Python and # C users
A programmer shared their experience learning various programming languages, finding Pascal's array handling superior for matrix operations compared to C and Rust. They noted that libraries like NumPy are often written …