Email or username:

Password:

Forgot your password?
nytpu

I love the Fortran website made in the style of modern programming language websites: fortran-lang.org/

Especially since like 70% of the selling points are accurate and yet identical to the ones on the rust website

23 comments
Aster
@nytpu fortran is honestly a good language from what I've seen and heard of it, like it actually does compiler optimization super well
theruran 🌐🏴

@nytpu Ada needs a bitchin' website too :blob_raccoon_reach:

Vertigo #$FF

@amirouche @theruran @nytpu No, it needs more apostrophes. The parentheses are for the Lisp website. ;)

nytpu

@theruran Alire owns ada.dev, but it's currently unused except for the subdomain alire.ada.dev. Maybe we need to make a suggestion to them!

theruran 🌐🏴

@nytpu yeah, it's a perfect place for it! I am sure they would be receptive, but I'd like to get something built first to show them. Probably static HTML and CSS files would be just fine! Nothing fancy required.

nytpu

@theruran I might open the issue first (where do you think? On their alire.ada.dev source repo?) to see if they're interested with an offer to make the site if they want it

theruran 🌐🏴

@nytpu that sounds good! maybe include a list of possible sections of the website? there are some good examples to follow, I am sure you know them already.

amirouche 🌱

@nytpu

I understand why my father was doing research with FORTRAN:

> Natively parallel
FORTRAN is a natively parallel programming language with intuitive array-like syntax to communicate data between CPUs. You can run almost the same code on a single CPU, on a shared-memory multicore system, [...]

/me mouth open, eyes blinking

nytpu

@amirouche Yep, how else are you supposed to number crunch with your Cray-1?

amirouche 🌱

@nytpu

I guess it was a cray-1, I did not ask.

ref: en.wikipedia.org/wiki/Cray-1

He was researching ways to automate making single-threaded source code execute on multiple threads / multiple cores.

nytpu

@amirouche Eh, unless he worked for the (US) government it probably wasn't a Cray-1. AFAIK there was a ton of research into parallel computing at that time because of the success of the Cray supercomputers and just because it's easier to put a bunch of CPUs together than it is to make an individual CPU equivalently powerful

‮Andrew Cassidy

@amirouche @nytpu I love the cray 1 for the sheer audacity to make a supercomputer that doubles as a sofa

Robo-Bunny Jane

@cinebox @amirouche @nytpu And if you spell it out or sound it out, it's like a crayon. Cray One. Someone at Cray was having fun.

Vertigo #$FF

@amirouche @nytpu Fun fact: BASIC was strongly inspired by Fortran, and the original dialects even directly supported vector and matrix math operations.

mhd

@nytpu didn’t someone write a comparison of Go and some related even neater newfangled language, which turned out to be… Algol 68?

I predict PL/M to make a comeback.

Vertigo #$FF

@mhd @nytpu Did you mean PL/I?

PL/M is an (incompatible) subset for the Intel 8080 processor. It's what CP/M 1 through 2.2 were written in.

I reviewed PL/I some time ago; it's not a bad language either! I wouldn't mind hacking in it. (And its syntax isn't entirely unfamiliar to me, having ARexx coding experience as well.)

mhd

@vertigo @nytpu Nah, PL/I would almost make sense, I'm going for weirdness, so that if the prediction comes true, my powers of clairsentience would be regarded way higher.

Regarding syntax, one obviously would have to convert to braces, as that seems almost like the sole predictor for language success these days ;)

Petra

@nytpu you're reminding me that I still want to learn fortran

Go Up