Live data from Hacker News

Fortran.io – a Fortran Web Framework

fortran.io

111–120 of 255 posts

Re: Fortran.io – a Fortran Web Framework

#115

I'd like to hear some thoughts as to why one would choose FORTRAN over R, JMP, Excel, Python... other than for fun or familiarity?

Very different use-cases. All the other languages you've mentioned are great for statistical analysis and plotting but are quite slow - for R and Python by virtue of being interpreted rather than compiled. I dont know about the others. Fortran is often used in academia for intensive number crunching and parallelized code to run on computing clusters with 10s or 100s of cores. I work with some people who run hydrodynamics sims using a code written in FORTRAN. Their workflow is to pull data from these sims into Python scripts for subsequent analysis. It's just a different tool for a different job. People talk about C++ and FORTRAN being competitors, and there the difference might have something to do with familiarity.

Re: Fortran.io – a Fortran Web Framework

#117
post #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.

I couldn't remember, but checked - I am replacing ' with _ in the actual code https://github.com/mapmeld/fortran-machine/blob/master/marsu...

Re: Fortran.io – a Fortran Web Framework

#118
post #26

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.

In the late 90s I remember a saying roughly "I don't know what language scientists will be using in 20 years, but it will probably be named Fortran"

I also like the saying "you can write FORTRAN in any language".
Post reply on HN