Live data from Hacker News

Fortran.io – a Fortran Web Framework

fortran.io

121–130 of 255 posts

Re: Fortran.io – a Fortran Web Framework

#121
post #119

I honestly am not too sure why there is so much derision regarding Fortran (ageism?). A lot of people don't seem to realize the importance this language still has in scientific computing.

Fortran is absolutely still an important language...for scientific computing. Not my first choice for a web framework.

Although, I don't guess it's any worse than wanting to use your client-side scripting language for your server, or you database query language.

Re: Fortran.io – a Fortran Web Framework

#123
post #48

Google has this thing called “Testing on the Toilet” where they post factoids about Google’s codebase and best practices. I read one and it said FORTRAN is a highly secure language (or there haven’t been any security vulnerabilities found in the language in a while). Devil’s advocate for not writing FORTRAN off completely at first sight.

Why do they even do it in the first place?

Are you asking why Google has Testing on the Toilet?

Captive audience.

Re: Fortran.io – a Fortran Web Framework

#124

Fortran actually isn't a static language. It's evolved over time. The last significant revision according to wikipedia is just over a year old. The beauty and horror of it probably depends which era of it you're looking at.

IIRC, most people who use Fortran use it because there are extremely specialized physics libraries (or astronomy, or chemistry, and so on) that were probably written three to four decades ago by an extremely intelligent PhD student who lacks a proper programming background. Which suggests that the biggest source of horror would be that most code you'll come across was written by a non-programmer who is intelligent en…

My understanding from supercomputing center folks is that, if you just want to run these half a dozen equations for a bajillion nodes in parallel as fast as possible, it is still the best language for the job. Not speaking from personal experience, though.

Re: Fortran.io – a Fortran Web Framework

#128

It's definitely not a dead language – a new Fortran front-end has recently been accepted into the LLVM project, joining Clang. So LLVM's only in-tree supported languages (excluding the various IRs) will be C, C++, Objective-C, and Fortran. It had been scheduled for merge into the LLVM monorepo 2 days ago, but has been delayed pending some additional architecture review.

Latin was dead long before it stopped being used in written works. It died when it stopped being spoken and stopped changing.

I don't know if Fortran would be considered dead by the "no longer adapting" definition, but that it's still in use isn't proof it's alive.

Re: Fortran.io – a Fortran Web Framework

#129
post #11
post #2

Ah, Fortran, how I miss you. Unfortunately it seems like the last commit to this project is from three years ago.

I think you meant to say 1. Zero open issues :o 2. Code is stable - no recent fixes :P 3. Not even the mighty spectre and meltdown demanded a fix PS: I am sure this is meant as a parody to make fun of other frameworks.

I did get a patch some time ago which was really well-written. Almost all pull requests to serious Fortran projects (mostly OpenBLAS) get merged in. I wrote about it here: https://medium.com/@mapmeld/fortran-culture-on-github-a257dd...
Post reply on HN