Live data from Hacker News

Fortran.io – a Fortran Web Framework

fortran.io

71–80 of 255 posts

Re: Fortran.io – a Fortran Web Framework

#71

Looks vulnerable to SQL injection attacks. ( https://fortran.io/static/model.html )

I held out hope that maybe there was some sort of special treatment for that parameter. But then I looked at the source and... nope, it's just slapped on the end of the command.

Re: Fortran.io – a Fortran Web Framework

#72

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.

Or is it just because no one uses it?

Apple used to run ad campaigns about how Macs were immune to viruses and therefore highly secure. Turns out enough people just weren't using Mac, and viruses started popping up once it went mainstream.

Re: Fortran.io – a Fortran Web Framework

#77
post #69

Earlier quoted context omitted.

> We had to wake up a half an hour before we went to bed I love it

In case you're not aware, it's a riff on an old Monty Python skit (RIP Terry Jones). An absolute classic, that one. https://www.youtube.com/watch?v=ue7wM0QC5LE

I was surprised to learn that it predates Monty Python:

https://en.wikipedia.org/wiki/Four_Yorkshiremen_sketch

https://www.youtube.com/watch?v=_nL6isGPhzk

Re: Fortran.io – a Fortran Web Framework

#78

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.

Lots of number crunching code relies on Fortran libraries even today. Install numpy, it will pull in Fortran stuff.

I don't work on it directly, but the code base where I work has lots of Fortran. I'm pretty sure they've been trying to migrate away from it since the early 90s, yet it's still there. Fortran has an amazing amount of staying power.
Post reply on HN