Тёмный
No video :(

FORTRAN in 100 Seconds 

Fireship
Подписаться 3,3 млн
Просмотров 1,3 млн
50% 1

Fortran is the world's first high-level procedural programming language developed at IBM in the 1950's. It made programming accessible to the average human and is still used today for scientific computing.
#science #programming #100secondsofcode
🔗 Resources
Fortran Docs fortranwiki.or...
Fortran History www.ibm.com/ib...
Assembly in 100 Seconds • Assembly Language in 1...
C in 100 Seconds • C in 100 Seconds
📚 Chapters
🔥 Get More Content - Upgrade to PRO
Upgrade to Fireship PRO at fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.
🎨 My Editor Settings
- Atom One Dark
- vscode-icons
- Fira Code Font
🔖 Topics Covered
- History of Programming Languages
- When was Fortran invented?
- Who created Fortran
- Is Fortran still used?
- Fortran basics tutorial
- What is Fortran used for?

Опубликовано:

 

6 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 2 тыс.   
@Kim_Miller
@Kim_Miller Год назад
I started learning Fortran in 1968, my first year at university studying electrical engineering. Walking around campus with stacks of cards was the top nerdy status symbol - other than drinking. A year later we headed to a lecture and found the TV set up in front showing the moon landing. No lecture that day as we watched the whole broadcast. And then we found out that the moon landing mission was written with Fortran. It put us all among the stars for that moment.
@KameraShy
@KameraShy Год назад
And you were a Super Nerd if you carried the long box of cards emblazoned with a Big Blue IBM logo. BTDT. 1969. But pity the poor schlub who tripped and spilled the box of cards which he had neglected to sequence.
@rorysparshott4223
@rorysparshott4223 Год назад
I first started learning Fortran in 2011, my first year at university
@johnfranchina84
@johnfranchina84 Год назад
Leant FORTRAN for my electrical/electronics engineering degree Down Under back in the 70’s. Used a stack of punch cards and handed them over to be executed. If one card was wrong, the execution was aborted and panic to fix the card, resubmit and hope that it would execute in term for handing in the assignment. Even then it was a cool language.
@ignacewinfield1439
@ignacewinfield1439 Год назад
I thought it was coded with machine language program hardwired on the memory … I remember one guy told the story of debugging among the printed 1s and 0s
@stevefuller2755
@stevefuller2755 Год назад
And a big stack of fan folded green bar.
@Alimenteocerebro
@Alimenteocerebro 2 года назад
I was not expecting the code to be so clean and simple.
@saulaxel
@saulaxel 2 года назад
Fortran 95 is highly different from older standards.
@nonadqs
@nonadqs 2 года назад
Hello fellow Brazilian.
@SebastianLopez-nh1rr
@SebastianLopez-nh1rr 2 года назад
It’s awesome
@arduous222
@arduous222 2 года назад
@@saulaxel Then again, Fortran77 isn't that awful to look at, except for that 72 character limits. edit: 80->72, thanks to Vincent Goudreault
@Maxdrive1993
@Maxdrive1993 2 года назад
I wish RPG II and III look as good
@sebastiangudino9377
@sebastiangudino9377 2 года назад
Cool to see Fireship showcasing the hot new technologies. Surely this one will blow up soon
@ancrobot8399
@ancrobot8399 2 года назад
Sub to Ancrobot if u like fireship's edits
@user-wc1sm8cj8s
@user-wc1sm8cj8s 2 года назад
LOL
@abubalo
@abubalo 2 года назад
I have no doubt.
@alexradu1921
@alexradu1921 2 года назад
well in case of a nuclear winter we will go back to origins, so indeed it will be popular again
@not_herobrine3752
@not_herobrine3752 2 года назад
where the punch cards at
@coachafella
@coachafella Год назад
First programming language I learned many decades ago. Discovered I had a knack for it, diverted my studies from electronics to software. Was the beginning of a long and prosperous career. Very grateful for that course.
@justinecooper9575
@justinecooper9575 Год назад
Mostly the same here. After I took a Fortran 4 course I switched from math to computer science.
@gr8dvd
@gr8dvd Год назад
Took a much more circuitous route to software development, initially coding in Fortran for applications in architecture/urban planning, then computer mapping in urban/environmental planning eventually software development for all kinda clients.
@bluenetmarketing
@bluenetmarketing Год назад
The same thing happened for me, except I came from chemistry to computers.
@occamraiser
@occamraiser Год назад
I had 10 years of wonderful career as a SW engineer, till I moved to the management dark-side. (because there were no old software engineers in 1995 I assumed you had to move into management..... I didn't realise that it was just because the whole industry was only 20 years old). Management is not as much fun as being paid to write software.
@BrianKrahmer
@BrianKrahmer Год назад
my story almost exactly the same as well. really i learned basic first, pascal second, then had to take fortran as one of my first classes at college. at the same time i picked up hacking, learning C, and the rest was history!
@archstanton_live
@archstanton_live Год назад
When I learned Fortan in the early '70s the university computer center was open 24/7. All the serious geek students would be there in the wee hours as early AM had the best turnaround time for card batches on the 360.
@prince_of_devils
@prince_of_devils 2 года назад
Punch cards had an 80 column limit, which is why many programmers still use the same limit in their text editors. The reason why we always use 'i' as the variable in a for loop also comes from Fortran. Because of the 80 character limit, code had to be as small as possible, and since 'i' was the first (implicit) integer available, that was used.
@apuji7555
@apuji7555 2 года назад
Interesting, I thought it was from summation notation in math
@Pesthuf
@Pesthuf 2 года назад
I didn't know that, thanks
@stanislavpinchuk1173
@stanislavpinchuk1173 2 года назад
Doesn’t the namesake of i variable come from “iterator” or “index”?
@lawrencedoliveiro9104
@lawrencedoliveiro9104 2 года назад
Statements were not limited to the length of a single line. FORTRAN had continuation capabilities (put any character other than blank or “0” in column 6) since the beginning.
@chri-k
@chri-k 2 года назад
@@apuji7555 that’s where the implicit int came from, probably.
@daniel-wood
@daniel-wood 2 года назад
Definitely did not expect this one. Gave me flashbacks to my first year scientific computing class, where I had to code everything in Fortran
@srotoswinipaul2341
@srotoswinipaul2341 2 года назад
oh wow which year was it? do they still use that??
@lightningblender
@lightningblender 2 года назад
I‘m from Germany btw and we were taught C in my 2nd year.
@srotoswinipaul2341
@srotoswinipaul2341 2 года назад
@Neo JF relatively not a backward country I guess but its great to learn this too!
@dylanh333
@dylanh333 2 года назад
@@lightningblender C, despite its age, is still a very good language to learn, especially in university, because it forces you to get a better understanding of how things like memory management work at a lower level, whereas other languages like Java and Python abstract a lot of that away.
@maxwellbowman4084
@maxwellbowman4084 2 года назад
I took a “computational physics” class where we used Fortran. In 2016.
@StephanWahlen
@StephanWahlen 2 года назад
My dad was a convinced Fortran user for 30+ years. He did use it to perform FFTs on gigantic complex number matrices and solve huge complex differential equations for his job. They performed cutting-edge radar imagery with a language that was invented 50 years ago! At almost real time! Now he's happily retired and all i learned at uni is matlab and java :(
@gary9821
@gary9821 2 года назад
This is one of the key reasons Fortran is still around, I think. You could build your whole scientific career building on the programming you did at the start. You could keep adding to it, expanding the science and math and libraries from colleagues, add more modern features to the code, etc. You could add parallelism (with OpenMP and OpenACC and coarrays). You could just keep building and building and building applications to support the science. Your code ran fast, and as compilers and hardware improved, even your old code ran faster. There aren't a lot of programming environments where this could stay true for decades, and the careers of those that followed after you.
@davidfraser2946
@davidfraser2946 2 года назад
That was my dad also, but with sonar.
@janisir4529
@janisir4529 2 года назад
That sounds like a use case that would be sped up a lot with gpu acceleration.
@teobalao8252
@teobalao8252 2 года назад
true, you can also use GPU acceleration with fortran. I did this in my thesis in mechanical engineering
@MrEnsiferum77
@MrEnsiferum77 2 года назад
We just living in poisoned IT community, everyone tries to look smarter. I'm sick and tired of how is progressing IT in recent years. We hardly solve hard problems, but we talk about how we need clean code without comments inside, for stupid app of 10K lines of code, maybe less.
@bruceharms5511
@bruceharms5511 Год назад
Fortran was my first language. One correction, programmers wrote their code out on paper. Data entry operators then typed it onto punch cards. Loved this by-the-way, brought back so many memories.
@soaringvulture
@soaringvulture Год назад
Well I guess I was both a programmer and a data entry operator. I wrote code on paper and then went down to the basement to type it onto cards.
@stephenlee5929
@stephenlee5929 Год назад
My first code I wrote on paper (not coding sheets) then took cards and marked the numbers/columns to be punched out using a soft (b2) pencil. These cards were then passed through a mark sense punch.
@stevefrandsen7897
@stevefrandsen7897 5 месяцев назад
And we did desk checking
@seansingh4421
@seansingh4421 5 месяцев назад
My professor for the numerical methods from ChemE class also had a big fondness for fortran, however he would often say that “It would be against geneva conventions if I make you learn fortran instead of excel/vba/matlab these days”
@rty1955
@rty1955 3 месяца назад
​@@stephenlee5929a lot of times, ESP on big decks of cards, we would mark the deck with a magic marker amd make a diagonal line on the decks. This way we could visually see if the deck was mixed up and could easily put it back together. It required no special equipment othe than your eyes
@joelinpa185
@joelinpa185 2 года назад
I programmed in Fortran 77 back in the early 1980s. It was my favorite language until I got a job programming in C. I still have fond memories of my days with Fortran on a DEC VAX 11/780.
@danielmichalski94
@danielmichalski94 Год назад
I dig out a few days ago from trash bin book called "Numerical Recipes Fortran" published by Cambridge Press from 1989 - it is based on Fortran 77. I'm reading it just 4fun and i'm quite shocked how clean and simple this language is.
@JuanSanchez-ik7wx
@JuanSanchez-ik7wx 3 месяца назад
Loved those keyboards. Fortan 77 = Newton Rapson ugg. So much torture in 1986. Not many fond memories. BSEE.
@davidsault9698
@davidsault9698 2 месяца назад
I had a course in Fortran 77 at college in the early 80s also, and we used the 11/780.
@jstrandquist
@jstrandquist 2 года назад
As someone who has actually had to use Fortran for physics research, I appreciate this greatly. It's old, weird, and creaky, but at least it has a relatively small keyword list and none of those obnoxious semicolons.
@mememyself4793
@mememyself4793 2 года назад
Wow, can I ask you a question? Do you use it in simulations? Why don't you use C or C++ , is the difference in performance and speed so huge to not use C/C ++.
@quettle
@quettle 2 года назад
@@mememyself4793 arrays are a bit more easy to work with in Fortran. And scientific computing is mostly array stuff
@alexscriba6075
@alexscriba6075 2 года назад
@@quettle huh that’s actually quite interesting
@Klayperson
@Klayperson 2 года назад
Have you tried Julia tho
@mememyself4793
@mememyself4793 2 года назад
@@quettle thank you for the reply. So it's about easiness, arrays and the absence of semicolons. I got it now, thank you.
@pavfrang
@pavfrang 2 года назад
It is also a full OOP language. Classes, whole array operations and operator overloading are among the most favorite features of Fortran. [For negative responders: criticizing older versions such as FORTRAN 77, is the equivalent of criticizing pre-ANSI C, which is not quite normal. Do not criticize unless you know what you are talking about: just check the features of the latest version of the language: Fortran 2018. Computer scientists and electrical engineers were never taught (modern) Fortran; Fortran was used mainly by mechanical and aerospace engineers. That's the only reason that you do not know it. Fortran is best for a single thing: fast calculations, nothing more.]
@StefanoBorini
@StefanoBorini 2 года назад
true, and in some aspects of its OOP it's actually more flexible than C++
@arduous222
@arduous222 2 года назад
Only for later versions of Fortran. Scientific computing still uses Fortran77 a lot. Edit in response to the edit of the original comment: This comment was not a criticism nor a negative response, and I do know about the decent features of Fortran 2003 and forth. I do love them, but in practice I don't get to use them because nobody in my field uses those. The sole reason I had to mention Fortran77 is that it is still being used very widely in some fields, and might give people the wrong impression (who might have to work on F77 someday) that Fortran of any version being used is OOP. Also, comparing Fortran77 (still used widely) to pre-ANSI C (rarely used unless you have ancient computer) is somewhat ridiculous, and your overall attitude in your edit is unnecessarily hostile and assumes a lot about the comments.
@failgun
@failgun 2 года назад
@@arduous222 wow, it wasn't quite that bad, but the chemical physics codebase I used to develop in was nearly all F90/F95 so no OOP to speak of. I'm so glad I got to help rewrite that package in C++ later on...
@arduous222
@arduous222 2 года назад
@@failgun Maybe astrophysicists are a bit more conservative (or lazy).
@randomuser5237
@randomuser5237 2 года назад
Fortran was invented at least 30-40 years before OOP was even on anyone's mind. It's complete bullcrap calling it a full OOP language. It's a later add-on and no one who actually use Fortran cares about it or OOP in general. It's like when an 80 year old grandpa tries to wear denims and leather jackets to look cool. It's just embarassing for everyone involved.
@billbeverly2864
@billbeverly2864 Год назад
I am retired from an Aerospace company, and back in the early 80's I was as assigned to JPL (Jet Propulsion Lab) and the ground software was all written in VAX/VMS FORTRAN. I spent 14 years working there mostly in FORTRAN then in Ada (an ungodly language). Other programmers wanted to work in c and c++, but when layoffs hit, they kept us FORTRAN people because no one else wanted to do it.
@occamraiser
@occamraiser Год назад
I was brought up on 8 and 16 bit Assemblers, PASCAL, BASIC, FORTRAN and PLM (+ the crimes against humanity that are COBOL and LISP), consequently I despise c and c++ they have no practical advantages for competent engineers who know their job and want to write efficient code. Not that I am biased in any way OFC
@donmoore7785
@donmoore7785 11 месяцев назад
I worked at GE Aerospace and programmed also in VAX/VMS FORTRAN. One unit I worked in that had more hardcore software programmers working on a project used Ada - but I never had the pleasure.
@thomasfarrell5396
@thomasfarrell5396 9 месяцев назад
ADA was sexy but my one true love was FORTRAN since I learned it on engineering course 1977ish,
@FasterPATH
@FasterPATH 6 месяцев назад
NICE!!!
@1000GayOwls
@1000GayOwls 3 месяца назад
@@occamraiser hating on C because it's too newfangled and not close enough to the metal. You are truly the greybeard of greybeards and I salute you
@0bsy96
@0bsy96 2 года назад
This is the language that I got taught in my second semester of electrical engineering back in 2014, this is how I learned the fundamentals of programming and why it was so easy for me to grasp programming with newer languages now that I'm self learning to switch careers.
@DaveTexas
@DaveTexas 2 года назад
Man, this brings back memories. I had an Apple II - after I got tired of my Radio Shack TRS-80. I just did BASIC on those, though, taking my high school’s very early computer science class. I didn’t learn FORTRAN until college. We spent a lot of hours in the engineering computer labs working on our programs. I’d bring my coffeemaker with me and we’d sit at those computers until the middle of the night. The world sure has changed in 40 years. Now, we carry our computers with us everywhere and use them to order coffee...
@PhilipSmolen
@PhilipSmolen 2 года назад
I took a FORTRAN class in college in the 90's. Even back then my professor asked "Why are you here?" He knew FORTRAN from when it was necessary, and he wanted us to use things that were more modern.
@josephcro2138
@josephcro2138 2 года назад
Why are you here? Just to suffer?
@petemoss3160
@petemoss3160 2 года назад
@@josephcro2138 isn't that what we all signed up for on Earth?
@josephcro2138
@josephcro2138 2 года назад
@@petemoss3160 it's a meme reference
@darksecret965
@darksecret965 2 года назад
@@josephcro2138 I think he knows that
@VirtualVolition
@VirtualVolition 2 года назад
For whatever reason, the state unemployment system where I live still uses fortran. When the pandemic started this was a problem since it wasn't designed to handle the volume of applicants. What did they do? They begged for retired developers to come work FOR FREE and fix it. Insisting that modern developers would never be able to understand Fortran lmao. Based on this video, I'm pretty sure you could have a modern C programmer figure out fortran in a shortish amount of time. But they knew what they were doing, they got the free labor lol
@mr.norris3840
@mr.norris3840 2 года назад
I think this would be a great point to introduce OpenMP (and later on MPI). OpenMP works great with both C and FORTRAN
@thalescarl1589
@thalescarl1589 2 года назад
Great suggestion
@astroid-ws4py
@astroid-ws4py 2 года назад
Many of python's most popular machine learning/artificial intelligence/scientfic computing libraries rely on Fortran code, Also the current standard is actually Fortran 2018, And there are two great compilers currently in the works, the official LLVM one named Flang, And another one named LFortran which aims to execute Fortran code interactively as well as being able to compile it.
@amineawadabed
@amineawadabed 2 года назад
Also gfortran
@monochr0m
@monochr0m 2 года назад
What scientific computing library relies on Fortran?
@MarkEichin
@MarkEichin 2 года назад
@@monochr0m Among others, "the time-critical loops [in SciPY] are usually implemented in C, C++, or Fortran"
@astroid-ws4py
@astroid-ws4py 2 года назад
@@monochr0m numpy used to contain fortran code.
@Migoyan
@Migoyan 2 года назад
@@monochr0m cause Fortran is fast for numerical operations. It used to be even faster on array operation than C before C added restrict keyword that disable aliasing. The reason why it's so fast is because when it was invented when many scientist believed that compilers produced slower code than manually written assembly code. So the compiler had to produce very optimized code in order to prove itself.
@bsvenss2
@bsvenss2 2 года назад
I programmed Fortran on VAX/VMS many years ago and we did verify the assembly code generated (Aircraft Industry). Sometimes we coded directly in assembler. We did some tests and came to the conclusion that you only gained about 6% - 10% performance by coding assembly code directly vs in Fortran. It was so optimized.
@allenjenkins7947
@allenjenkins7947 Год назад
Nevertheless, one of my work colleagues decided that the VMS Fortran compiler was not efficient enough, do he spent two years writing his own. Meanwhile, the rest of us had finished the project that he was supposed to be working with us on.😂
@jameslarosa2396
@jameslarosa2396 Год назад
@@allenjenkins7947 Oh yeah, I also worked with those sort of guys.
@holger_p
@holger_p Год назад
No, it's more the reverse. You could not do much more than in assembler. As less complexity you can handle, as less need or possibility is there to optimize anything. A foreach-loop you can optimize (to a for loop) , a for loop you cannot.
@strayling1
@strayling1 2 года назад
Yes, more please. Modern languages owe a lot more to FORTRAN than it's given credit for. A fun one is in the development of those optimising compilers you mentioned, where trying to develop a good FORTRAN compiler led to all sorts of ways to design better languages.
@ropoxdev
@ropoxdev 2 года назад
Fireship in 100 seconds next please. (Also the real first)
@ABHAY-hu9kw
@ABHAY-hu9kw 2 года назад
Yes please
@ropoxdev
@ropoxdev 2 года назад
It’d be fun 🤩
@Greebstreebling
@Greebstreebling 2 года назад
This is a very good overview of Fortran. I was one of those average humans. I worked at AERE Harwell in the early 70's and saw the transition from punched cards, paper tape and teletypes to Visual Display Units (VDU). With punched cards the program turnaround time from punching the cards to getting your results returned was three days. So I was explaining to my son that you couldn't really build a spreadsheet app in the days of punched cards. Imagine - change the contents of cell C3 and wait for a few days to get the results :) On the other hand, calculating the Swarzchild radius of a black hole was a cinch.
@MathaGoram
@MathaGoram Год назад
... and our team contributed sparse matrix routines to the Harwell library during that period.
@robertholtz
@robertholtz 2 года назад
The loop gag is brilliant. Bravo. 👏
@philipwakeling2777
@philipwakeling2777 Год назад
I started engineering school in 1972. FORTRAN IV was my first exposure to high level programming. It ran on the university’s DEC PDP10. It’s still a pretty friendly language.
@gr8dvd
@gr8dvd Год назад
Architecture 1971, Fortran 4 too. Felt really proud/smart learning it as a non-CS student ‘til this video… ONLY 100s to cover all aspects of the language. 😀
@paca_bill4863
@paca_bill4863 Год назад
Wow, does this bring back memories. We had Fortran training in high school in the mid-70's, thanks to equipment donations and computer time donated by a major chemical manufacturer in our town. We had keypunch machines installed in the classroom, the card batches would be sent over to the manufacturer's computer center at night, and we would have the runs of our programs back in the morning.
@latt.qcd9221
@latt.qcd9221 2 года назад
If you wanted to obtain a result from a subroutine, you need to specify the "intent" of the variable you declare. So, for instance, if you wanted to pass two integers and return their sum, you could have something like, subroutine addition(sum, a, b) implicit none integer, intent(in) :: a, b integer, intent(out) :: sum sum = a + b end subroutine Then, if you can call that subroutine in your program as, program myMath implicit none integer :: sum call addition(sum,1,2) end program myMath and it will set the variable "sum" equal to 3.
@lawrencedoliveiro9104
@lawrencedoliveiro9104 2 года назад
Why do you need the word “call”? Why not just have that line as addition(sum, 1, 2) as in other languages? Because there are no reserved words in FORTRAN!
@ruther4336
@ruther4336 2 года назад
You don't need to specify the intent of the variable, the variable will be modified anyways
@JamesThunes
@JamesThunes 2 года назад
@@ruther4336 to add a bit more information, you don't need to add intent to your variables, but if you *do*, the compiler can perform a bit of checking to ensure that you're not using the variable in an unexpected way. It'll complain if you define a variable as intent(in) but modify it in the subroutine.
@randomuser5237
@randomuser5237 2 года назад
latt.qcd92 He said that the subroutine does not "return" a value (instead modifies the passed argument) which is correct. He's aware of the intent attribute as in his example the parameter had intent (inout) meaning it already has a value and can be modified. IMO the addition is a bad example for using subroutines as a pure function is much better suited for this purpose.
@vincentgoudreault9662
@vincentgoudreault9662 2 года назад
@@lawrencedoliveiro9104 Because using CALL is the mark of a subroutine, while not having CALL means this is a function, which returns on its own name, just like "COS(argument)". In Fortran, "addition(sum,1,2)" means that you are not doing anything with the value returned.
@redpillsatori3020
@redpillsatori3020 2 года назад
I would love not only to see a full tutorial, but some examples of modern use cases and projects would be nice as well.
@eliassaf9192
@eliassaf9192 2 года назад
Modern Fortran is by far the best choice for number crunching. We use it all the time because it is light weight, simple, clean, and sometimes even faster than C (especially if you know how to code efficiently, and how arrays are handled in Fortran). Not to mention that Coarray Fortran allows us to program to run scripts in parallel.
@davidwuhrer6704
@davidwuhrer6704 Год назад
I was hoping someone would mention the parallelism in Fortran. It's a relatively recent addition, but one many other - even more "modern" - languages lack. And most languages that do have it make it awkward to use. (I always liked how easy and natural parallel processing is in bash.) The video didn't mention it, maybe because most existing Fortran codebases don't support it, but I think it should have been mentioned anyway.
@NealB123
@NealB123 Год назад
Good memories. I never used it in the real world but I took a couple of Fortran classes in college and really enjoyed them. The computer lab was open 24x7 and I usually went around midnight when it was mostly empty to do my programming. The good ol' days.
@oliverlyon8461
@oliverlyon8461 2 года назад
I would personally love to see more Fortran. Fortran was the second language I ever used after learning C.
@fionnbracken
@fionnbracken 2 года назад
Had to use it for a scientific computing module before. It may be old but it has a solid foundation, and has nice features for working with arrays, which is what makes it great for linear algebra. It's quite simple too with not a lot of keywords. Overall I liked it, but don't have much use for it outside of that niche.
@Lucretia9000
@Lucretia9000 2 года назад
As a non user, what are those array features?
@fionnbracken
@fionnbracken 2 года назад
@@Lucretia9000 it has whole array arithmetic, so if you wanted to multiply two 2D arrays element-wise, instead of having do i=1,n do j=1,n a(i, j) = b(i, j) * c(i, j) end do end do You can write a = b * c This means in a lot of cases, the code you write looks like the math you want to implement, hence the name formula translator.
@eventhisidistaken
@eventhisidistaken 2 года назад
@@fionnbracken IMHO, this is not a good reason to choose FORTRAN over c++, where you can do the exact same thing syntactically with operator overloading, and for which off the shelf libraries already exist that do this.
@fionnbracken
@fionnbracken 2 года назад
@@eventhisidistaken sure, but that's just adding complexity, with fortran it's built right into the language, no effort required. In general, c++ is a lot more complex, which means it can useful for more things. But for linear algebra, fortran's simplicity is a nice feature.
@eventhisidistaken
@eventhisidistaken 2 года назад
@@fionnbracken If you're multiplying matrices, you are probably also in need of a full up linear algebra package. At that point a library is a library whether in c or fortran. c++ is only more complex, if you're a fortran programmer who never learned it. FORTRAN was complex when you first learned it too.
@javimm77
@javimm77 2 года назад
I worked as a professional Fortran programmer from 2015 to early 2019 and I really loved the language. We used the Fortran 90/95 standard and the code was quite modularized and clear. We also used some 2003 features. The original code was from the mid 90's, but we were allowed to use modern features. The code was very easy to follow, not like people would think a Fortran program looks like. I've seen ancient F77 code that is a pain to read, but I've also seen C and C++ code that was way uglier than a well designed F90 program. I work as a strictly C++ developer now, and I've seen some ugly C++ code. I guess it's just a matter of who is the developer more than the language used. Fortran 2003 is a very nice language to use, but as its origin is so old and it's used for high speed computations so it's very different to modern languages. I really enjoyed working with Fortran, and besides that, it was the first programming language I learned at university.
@wach9191
@wach9191 2 года назад
What exactly Fortran is used for in this age?
@vincentgoudreault9662
@vincentgoudreault9662 2 года назад
@@wach9191 Atmospheric simulation models, computational fluid dynamics, mechanical stress finite difference package, aircraft performance models. Things that work, need to compute fast, and should not be messed with. If you do not know where it is used, that probably means that you are not among those who know how to use it.
@WielkiKaleson
@WielkiKaleson 2 года назад
A lot of fortran code is ancient. And follows ancient rules / programming style / prejudice (like: subroutines are slow, goto is fast).
@andresmartinezramos7513
@andresmartinezramos7513 Год назад
@@wach9191 I've used it mostly for computational fluid dynamics, finite element method and weird math involving very large matrices but with simple computations.
@sudhanshumemane
@sudhanshumemane 2 года назад
I definitely love to see a full Fortran tutorial, please make it happen Jeff 👐🏻
@mentasuavesuave01
@mentasuavesuave01 2 года назад
Please don't is dead
@8koi139
@8koi139 2 года назад
lmao same
@latt.qcd9221
@latt.qcd9221 2 года назад
@@mentasuavesuave01 Not in science, it isn't.
@mentasuavesuave01
@mentasuavesuave01 2 года назад
@@latt.qcd9221 Matlab or R.
@Migoyan
@Migoyan 2 года назад
@@mentasuavesuave01 Fortran is far from dead
@johncahill3644
@johncahill3644 2 месяца назад
I learned Basic in 1970 and Fortran in 1971...formed the basis for a lifetime. I ended up a Finite Element Stress analysis using Nastran and Patran (Abacus etc) building models with Vax 8800 clusters and running programs on a Cray YMP-28 but never forgot those early years with paper tape and cards. Those were exciting times!
@pirig-gal
@pirig-gal 8 месяцев назад
Grandma? My father still remembers using punchcards at University and transitioning to a PC later.
@myhumblebeginnings
@myhumblebeginnings 2 года назад
One card represents 1 line of code. WOW. Programmers back then must be so sharp in thinking and seeing. They cant afford mistakes after punching 100 cards.
@joost00719
@joost00719 2 года назад
Imagine reformatting the code from tabs to spaces
@aaronclair4489
@aaronclair4489 2 года назад
I suppose you would first write out your entire program in a lab notebook that belonged to the company back in those days. Probably got a senior colleague to review it before punching the cards.
@maxdemian6312
@maxdemian6312 2 года назад
I think Donald Knuth once said something about this
@ericbwertz
@ericbwertz 2 года назад
no need for gym memberships when you had punchcards
@Banom7a
@Banom7a 2 года назад
they made a tape to patch up the hole that they wrongly punch, hence the word "patch" to fix the software
@csil2863
@csil2863 2 года назад
I learned more about FORTRAN in 100 seconds than I learned in a semester from an engineering professor. I subsequently learned C from a computer science class and programming made sense thereafter.
@alfonsoortizavila4373
@alfonsoortizavila4373 2 года назад
Thanks man! I'm currently learning Fortran and I appreciate all the help!!
@jurrifire1450
@jurrifire1450 Год назад
i also want to learn Fortran whould you please tell me either it is easy to learn or not?
@lemomannmusicproductions4074
@lemomannmusicproductions4074 3 месяца назад
I'm a Mechanical Engineering undergrad currently. I know my way around C, C++, VBA and Python to get some basic calculations. Recently I have joined my professor's research in finite element solid mechanics. He uses a program he and his students have written over the years, and it's written in Fortran for maximum performance. I'm going to have to learn Fortran to help him with the research. I'm very excited :D
@OldDogNewTrick
@OldDogNewTrick 2 года назад
Fortran was my second computer language. The first was Easycoder for the Honeywell H200 mainframe. I started working for Honeywell back in '65 as a field engineer. I taught myself Fortran out of curiousity. Wondered how a computer without floating point number capability could do floating point arithmetic. Wrote a mortgage amortization program to test out the idea. It worked and has served me well over the years.
@MathaGoram
@MathaGoram Год назад
Yeah, duplicated Weizenbaum's Eliza on several machines. That is why the whole ChatGPT banter (by casual users) brings a smile to my face about Weizenbaum's admonishment.
@MiguelRamosLIve
@MiguelRamosLIve 2 года назад
Ahhh! Such memories. My dad was the Head of the Computer Department of a major governmental body in the 1960's. He taught me binary numbers when I was 6 and how to program in Fortran when I was 10.
@MrWaalkman
@MrWaalkman Год назад
It was my first language. :)
@soaringvulture
@soaringvulture 3 месяца назад
@@MrWaalkman You must have talked funny.
@MrWaalkman
@MrWaalkman 3 месяца назад
@@soaringvulture Still do... :)
@nickfinch8182
@nickfinch8182 2 года назад
Great video! I’m working with a group of researchers modeling heat transfer and fluid flow. All of our codes are FORTRAN codes, so it was nice to see this one come up. It’s not the most modern or practical language by any means, but man is it computationally powerful.
@abdjahdoiahdoai
@abdjahdoiahdoai 2 года назад
Is there any reasons other than legacy reason to use Fortran code? Why not like C++ or Julia
@igorthelight
@igorthelight 2 года назад
@@abdjahdoiahdoai Plain "C" would be a smarter idea ;-) * Julia needs a VM - RAM and CPU cycles wasted on a weak hardware. * C++ has OOP - potential RAM and CPU cycles wasted on a weak hardware.
@JamesThunes
@JamesThunes 2 года назад
@@abdjahdoiahdoai two more reasons to use Fortran: it's *very* easy to work with multidimensional arrays, and if you're using Fortran you probably have a legacy application with 30, 40, or even 50 years of development behind it. Writing that from scratch in a more modern language is not feasible (and with recent Fortran versions, not really needed).
@lawrencedoliveiro9104
@lawrencedoliveiro9104 2 года назад
Python has the NumPy engine for operating efficiently on large multidimensional arrays, including sparse ones. With custom operator overloads, you can express complex manipulations in a single line of code.
@nickfinch8182
@nickfinch8182 2 года назад
@@JamesThunes basically this. This code has been developed over the last 30 years and has had extensive verification with experimental results from not only the literature, but also production manufacturing use. Since this is a coupled heat transfer and fluid flow code, multidimensional arrays are the norm, rather than the exception.
@spaceshuttle8332
@spaceshuttle8332 2 года назад
YES please. A full tutorial would be awesome, especially for those of us in engineering
@tdao9741
@tdao9741 2 года назад
BLAS, LAPACK, FFTW3, MPI among others are the core of most computing libraries and are written in FORTRAN.
@islandmonusvi
@islandmonusvi Год назад
Thx for this trip down memory lane…wrote my first program for IBM360@UCSC in ‘74. It was for hyperbolic functions describing Laminar Shear trajectories on a Lifting Body
@DaivG
@DaivG 2 года назад
My first programming language. Interesting to see it being explained here after not seeing or using it in so long.
@Olderthanyoda420
@Olderthanyoda420 2 года назад
This video brings memories of sheer pain and joy at the same time. I started programming with Fortran95 in 2014, it was a necessary module for my Theoretical Physics degree. This was the hardest part of that whole degree, it almost made me cry on daily basis. Errors made very little sense, language was old, any material worth reading was pre-1990s, and asking for help online was almost pointless. It almost made me quit physics and programming. Almost 8 years later now, and I work as a software developer. Fortran 95 made me learn the fundamentals of programming in such a difficult way, that no coding related task has ever felt difficult since. I am almost grateful to this language.
@lewismassie
@lewismassie 2 года назад
I learnt Fortran 77 at uni a few years back. My dad, who studied comp sci in the 80s, also learned Fortran 77. When asked why we still use it, the lecturer said it compiles extremely efficiently compared to other languages. I actually rather liked it as a language, though I was unable to get a compiler working on my own machine once the course was over and have since not used it for some years. (though I do believe I still have the code I wrote)
@lawrencedoliveiro9104
@lawrencedoliveiro9104 2 года назад
I learned it from a book called “The Compleat Cybernaut”. The bio said the author was working in some city (might have been Liverpool) as a blacksmith. She must have led an interesting life ... I devoured that book over a weekend. But in those days, I had no access to an actual computer -- not for another three years.
@vincentgoudreault9662
@vincentgoudreault9662 2 года назад
Get yourself GCC. The GFortran compiler is pretty good.
@lewismassie
@lewismassie 2 года назад
@@vincentgoudreault9662 I have actually gotten it installed since I made the original comment. Have yet to figure out exactly what to do with it yet
@vincentgoudreault9662
@vincentgoudreault9662 2 года назад
@@lewismassie Writing and compiling programs, perhaps?
@larryjones2901
@larryjones2901 2 месяца назад
I have been using ForTran for software development for 50+ years. I worked for IBM for 20+ years and met John Backus at the IBM Almaden lab in California in the 80s. I was able to run M.S. ForTran 5.0 compiler on a personal IBM PC-Jr. in 1980s. I currently use the P.G. Fortran compiler on a Windows XP system compiling applications for both 32 and 64 bit systems.
@justafnaffan2.016
@justafnaffan2.016 2 года назад
I literally searched this up back when I first found your channel and series; this is exactly what I was waiting for
@genericyoutubechannel2601
@genericyoutubechannel2601 2 года назад
I would pay for a FORTRAN tutorial, and I'm pretty committed to learning as much as I can WITHOUT spending money. This is really interesting.
@sanderdejong66
@sanderdejong66 2 года назад
I started my career as a professional programmer with Fortran 77. At Uni I had done most of my programming in (Turbo)Pascal, switching to Fortran 77 was a big step backwards. I have never learned to love it.
@gusslx
@gusslx 2 года назад
Wow they're really creating JS frameworks like crazy but this one seems promising! Full tutorial please
@dmitripogosian5084
@dmitripogosian5084 2 года назад
Fortran is still extensively used in scientific computations. Many, if not most, high performance, massive scientific simulations are in Fortran to this day.
@ton146
@ton146 3 месяца назад
Loved this video. I started with fortran on an IBM1130 in 1969. Still do software for myself in 2024 but have moved from fortran. Considered doing it again a few years ago but never did. How things have changed! I am suspicious that the rate of change is even accelerating now. Strange that change is the only constant! Tony
@SammYLightfooD
@SammYLightfooD 2 года назад
This series is so great, please continue it. And maybe you want to create a video playlist "... in 100 seconds", cheers.
@foxmccloud8960
@foxmccloud8960 2 года назад
Also a full tutorial would be awesome!
@hrivera4201
@hrivera4201 2 года назад
wwwcdf.pd.infn.it/localdoc/f77_sun.pdf Sun Microsystem FORTRAN 77 Reference manual.
@bobtnailer
@bobtnailer 2 года назад
Back in the dark ages, I learned Fortran before learning Pascal. I was a big-time geek, so I loved coding with both of them!
@SavageDarknessGames
@SavageDarknessGames Год назад
Love these short explainers. Not enough information to get good at the language, but enough to destigmatize people who are scared of "more difficult" development.
@douglascrowder
@douglascrowder 2 года назад
Ahhh... takes me back to college 1989 when I learned Fortran77 on green monochrome terminals.
@mikescorsone8172
@mikescorsone8172 2 месяца назад
same here! 1988 - University of New Orleans.
@BrunoJuliao7
@BrunoJuliao7 2 года назад
Yes, please! Full tutorial would be awesome! 😇
@potsto804
@potsto804 2 года назад
Great video! Could you do APL in 100 seconds, it's quite an overlooked programming language but very interesting
@not_herobrine3752
@not_herobrine3752 2 года назад
(he needs to buy the keyboard first)
@ericbwertz
@ericbwertz 2 года назад
@@not_herobrine3752 No need for a display since it's a write-only language
@lawrencedoliveiro9104
@lawrencedoliveiro9104 2 года назад
Dijkstra called APL “the language of tomorrow to solve the problems of yesterday”.
@chri-k
@chri-k 2 года назад
computer runes
@LowestofheDead
@LowestofheDead 2 года назад
Most algorithms implemented in APL could fit in a tweet
@lucasgasparino6141
@lucasgasparino6141 2 года назад
Was waiting for this one, thanks!!! Out of curiosity, the latest Fortran standard is 2018, which introduced a lot of OOP related stuff, so grandpa can still pack a mighty punch! It's also pretty good at gpu computing, interfacing well with CUDA and openacc, so i recommend giving it a try if you're trying to code a fast numerical kernel :)
@felenov
@felenov 2 года назад
Currently working with someone on a project that uses Fortran. Some really interesting functionality this thing has.
@cesarortiz5330
@cesarortiz5330 3 месяца назад
Aprendí a usar Fortran 4 en 1973, y en realidad en México era muy difícil encontrar equipos que lo pudieran aplicar. Yo era estudiante de ingeniería civil. Fué en realidad uno de mis primeros encuentros con los programas de computación. Nada comparado con lo que ahora existe, pero así son los inicios. Me gustó encontrar esta información. Gracias.
@JohnTurner313
@JohnTurner313 2 года назад
My #2 after COBOL. I learned both on punch cards. Love this! Thanks for the memories!
@mikesmith6838
@mikesmith6838 2 года назад
Ah yes! Probably a similar trajectory that I had: Basic -> Pascal -> COBOL -> IEF -> Visual Basic -> Delphi -> REXX -> C++ -> Python. So many similar structures. You might be interested in knowing that Delphi could have easily been named "Visual Pascal," because that was the language used in it!
@The_Oldguy
@The_Oldguy Год назад
Fortran was the "Spreadsheet" of the 60's, 70's and into the 80's. Lotus 123 wasn't out yet nor was Excel. In the beginning Fortran was limited to only 76 Characters (the last 4 positions on the Punch Card was for the sequence number, to sort the deck if you dropped it). Between Fortan, BAL and COBOL there was much that couldn't be done in Data Processing in the "Old Days". Fortan is how we got a man on the moon.
@keithmclean4283
@keithmclean4283 11 месяцев назад
Loved FORTRAN and loathed COBOL.
@The_Oldguy
@The_Oldguy 11 месяцев назад
Me too! FORTRAN IV all the way!@@keithmclean4283
@bobsemrau5311
@bobsemrau5311 11 месяцев назад
When I learned Fortran 66 in college in the 70s columns 1-5 were for line numbers (labels), column 6 if non-blank meant this card was a continuation of the last card, code was in columns 7 - 72, and columns 73 through 80 were an optional sequence counter for the card sorter. Also, a "C" in column 1 meant that the card was a comment card.
@The_Oldguy
@The_Oldguy 11 месяцев назад
Don't forget RPG, PLI, GCOS and also IBM JCL, Burroughs MCP, GE OCS control languages. 🤩
@keithmclean4283
@keithmclean4283 11 месяцев назад
@@The_Oldguy Yep...... had a crack at PL1, ALGOL and even LISP at University. But somehow Fortran just seems cleaner. That might just be because I made a good living out of it for 12 years.
@theshermantanker7043
@theshermantanker7043 2 года назад
Ah Fortran, the only language that was ever capable of butting heads with C
@mastershooter64
@mastershooter64 2 года назад
half the time it's even faster than C!
@theshermantanker7043
@theshermantanker7043 Год назад
​@@mastershooter64 Indeed
@ForgottenMachines
@ForgottenMachines Год назад
Yes! I would like to see a full tutorial, thank you for this! The best 100 seconds I've spent all year, perhaps!
@Wandering_Horse
@Wandering_Horse 2 года назад
How interesting, I have just recently taken an interest in Fortan and installed the compiler on my linux box and wrote my first hello world program. Would love to see a longer length tutorial video. Very cool. 👍🏼
@Carltoffel
@Carltoffel 2 года назад
Hi, nice to hear you want to try Fortran. If you require any further assistance, come over to our fortran-lang discourse group. :)
@kickthesky
@kickthesky 2 года назад
My mom got her start in the computer industry in the 1970s as a keypunch operator punching in Fortran code. She learned enough from punching the cards in to actually write code herself and after a few years she learned COBOL and became even more valuable. I followed in her footsteps and worked as a programmer for well over 20 years.
@Iforgotme
@Iforgotme 2 месяца назад
Fortran for the geeks, Cobol for the business departments.
@stickinthemud23
@stickinthemud23 2 года назад
My father said he was programming in Fortran for 15 years before he truly understood it, and for 25 before he truly saw the beauty of it. You can thank him for the fact that your electric clocks all run on time.
@baneblackguard584
@baneblackguard584 Год назад
so it's HIS fault !!!
@stickinthemud23
@stickinthemud23 Год назад
@@baneblackguard584 Prolly 🤣
@marlboro9tibike
@marlboro9tibike 2 года назад
It can do loops, you just need to feed it with a punchcard over and over and over Dave.
@antikoerper256
@antikoerper256 2 месяца назад
Ive only heard of FORTRAN but had it not been for this, I wouldnt have known what it looks like and how to access it today. I delved really shallowly into Python (im a total absolute self-learning amateur) but now knowing this, it would make sense to learn programming and through FORTRAN, as it seems to contains the core basic principles in a clear way which could be helpful in building habits and way of thinkin for all newer languages. I enjoy this channel's educational value so much! Thanks for sharing these! Much love and respect from Bulgaria
@leoMC4384
@leoMC4384 2 года назад
I had a high school friend who is an engineer now. He works for this company and I remember he told me that they started back on the 80s and the entire core of their system still runs or Fortran. It's like COBOL, old but still reliable.
@richdobbs6595
@richdobbs6595 2 года назад
Believe it or not, I was programming in Fortran in 2014! By then, it was a decent object oriented language.
@andilouis8770
@andilouis8770 2 года назад
0:03 Correction: Fortran is the first commercially-used high-level programming language, not the first ever high-level programming language to be designed for a digital computer. It was Plankalkül, developed by Konrad Zuse in 1942-1945. The world was fighting at that time, and the implementation of the programming language idea flopped, making it remain only on paper.
@universecode1101
@universecode1101 2 года назад
APPLE II 4 KB RAM History❤ WOW Thanks Jeff
@TranscendentBen
@TranscendentBen 2 года назад
That's what the very first models came with, but that was quickly changed to 16K. By the time of the FORTRAN compiler (which had the same requirements and ran under the UCSD Pascal system), you needed a "full" 64K to compile it.
@petegilles581
@petegilles581 Год назад
I learned FORTRAN II on an IBM 1620 in 1963. I still have my copy of the McCracken textbook. I have worked on multiple dialets on probably a dozen main-frames and mini's and the finally o PC's.
@ApiaryManager
@ApiaryManager 2 года назад
I learned Fortran, then Cobol, at uni back in the early 80's. I don't miss the noise those punched-card machines made! It was the "done thing" to shuffle your classmates program deck before it was compiled - just because we were like that ;-) Now my kids can't understand how we used to have to book "computer time" in advance to compile/run our programming assignments.
@quint9
@quint9 2 года назад
Would love to see a full tutorial!
@zakariasahmane1132
@zakariasahmane1132 2 года назад
It's funny how Fireship just made Fortran interesting for me, while my university teacher litterally made me sleep and made it look too difficult.
@igorthelight
@igorthelight 2 года назад
A talented teacher vs "I will have my salary tomorrow..." one ;-)
@sandipanhazra5510
@sandipanhazra5510 2 года назад
Which university are you in?
@science_trip
@science_trip 2 года назад
teachers are paid even if you are watching them even if you are not watching them. RU-vidrs and instructors of online platforms needs to make things interesting to make you watch the next video or course
@igorthelight
@igorthelight 2 года назад
@@science_trip True! That's why I like RU-vid much more than just some offline courses ;-)
@youcefmoulla1828
@youcefmoulla1828 2 года назад
Finally, my first programming language
@kanubeenderman
@kanubeenderman 2 месяца назад
read my older sister's book on fortran iv back in 1980, thought it was fairly simple back then even - but didn't realize the old terminals didn't have a shift key - learn something new every day
@crbf7
@crbf7 Год назад
Hello, in 1980 I worked in the Data Processing Center of a University that had a wonderful Digital Computer DEC 10, with roll tapes. I programmed in FORTRAN, the System was Administrative, of Academic Control, imagine. I already had a Teletype (TTY) keyboard that printed directly onto 132-column paper and a monochrome video monitor. I saw the girls typing some programs on punched cards, it was a huge noise. Greetings from that era. Health.
@sjpbrooklyn7699
@sjpbrooklyn7699 Год назад
As I remember, in 1971 the PDP 10 had a paper tape reader that was mainly used to boot up the machine. It had those very quirky DEC-tapes that we used only for backup. We had "normal" 1600 bpi tapes for data. Our TTY also came with a paper tape punch/reader that we never used.
@augustday9483
@augustday9483 2 года назад
Ugh, another assembly framework? Feels like there's a new one every week! 😉
@markokraljevic1590
@markokraljevic1590 2 года назад
fortran77 my first language, i didnt have a computer then and i wrote programs on paper, it was 2001
@flexairz
@flexairz 2 года назад
Same here, but it was 1978 on a Philips mainframe with 64 kB of core memory and 2 MB spinning disks and none of this SSD rubbish!
@MauriceL2006
@MauriceL2006 2 года назад
It is so nice finally the language I am using daily got covered! 😇 I always wonder if it has become a legacy...
@kevinstreeter6943
@kevinstreeter6943 2 месяца назад
I was doing a project in my optimization class for my math degree. My professor had a FORTRAN program that ran but did not print out the answer. He asked me to fix it so that it could print it out. It had been more than 10 years since I had last seen a FORTRAN program, but it came back to me quickly. I figured out where the answer was being stored. FORTRAN is that easy to understand.
@Dr_piFrog
@Dr_piFrog Месяц назад
My first programming activity (circa 1967) was using GOTRAN on the IBM 1620 for a Master's Thesis in Physics calculating Slater Screening Coefficients. Since my College had no Computer Science Dept, I continued with physics.
@silkworm6861
@silkworm6861 2 года назад
I work a lot with a Fortran 77 code. It's absolutely a mess of a program, almost impossible to debug with GO TO statements all over the place. But I highly respect the people who made science work before out modern software tools were invented.
@arduous222
@arduous222 2 года назад
GOTO statements and 6 empty spaces (or line numbers) are painful, but Fortran 77 has some sort of beauty in it. Looking at a single .for file containing 10K lines to be compiled with a single fort77 command will convince you that they should be preserved as UNESCO Memory of the World.
@meson2439
@meson2439 2 года назад
@@arduous222 I often found fixed format fortran code to be incredibly convenient, especially if you are using vim. In other modern IDE's however, this is horrifying.
@stevedickson4744
@stevedickson4744 2 года назад
In a "comparative Languages-CS310" back in 1980 fortran IV and fortran 77 were two of the languages we had to write the same program in. The fortran IV card deck was over a box (1000 cards) , but 77 had recursion, so it was under 100 cards.
@JanDalhuysen
@JanDalhuysen 2 года назад
ahhh, yes, my favourite programming language 😃
@Efecretion
@Efecretion 2 года назад
Yes, definitely my favourite programming language...... to foooken hate man! Was forced to learn this in my engineering days. Mostly I hate it as it was the 2nd language I learned coming from C and it made me feel dumb...
@MfundoTenza
@MfundoTenza 2 года назад
Definitely one of THE programming languages of all time
@cervelo9465
@cervelo9465 10 месяцев назад
In University of Bristol 1989 to 1992 I learned and used Fortran 77 on my Physics Bachelor Degree. Did a third year project on CERN particle collision data. Does look good on my CV / resume. Good times.
@James_Knott
@James_Knott 2 месяца назад
I first came across FORTRAN in my grade 12 FORTRAN class, back in 1970-71. The only "hardware" I saw was a pencil and eraser, as we used pencil mark cards. These cards were the size of a standard IBM punch card, but only had 40 columns. Our teacher would take our cards to the board office, to compile them. I don't recall actually running our code. Several years later, I took a FORTRAN class at night school and did my homework on a VAX 11/780 at work. I run Linux on my home computer and could install FORTRAN on it, but haven't bothered.
@ericbwertz
@ericbwertz 2 года назад
Oh hey, it's MATLAB's dad.
@3dninja54
@3dninja54 2 года назад
Screw VSCode, going to program my react app using punch cards.
@KManAbout
@KManAbout 2 года назад
You'll more productive than if you wrote the program in vim
@sillybuttons925
@sillybuttons925 2 года назад
yes tutorial, there is no well done modern fortran tutorials on youtube. Data scientists will need it since often the reference implementation is in fortran.
@STEVEBURTON99
@STEVEBURTON99 Год назад
YES, thank you, I would love to see a full tutorial. I'm not sure it's worth your time to create it, but I would definitely watch it if you did. Thanks for the summaring work that you're doing.
@thejils1669
@thejils1669 2 месяца назад
Great stuff...I first used simple BASIC to perform simple velocity sedimentation calculations for extremely simple cell biology calculations. This was basically plugging in numbers in a first order stationary equation. I knew BASIC was an extremely limited language but I did not need to do computations involving string variables. Then a personal problem came along: I needed to send out individual, personalized letters to the med schools I had applied to for application updates. Here, I absolutely needed to use Fortran since there was so much string variable declarations and manipulations (like proper names and addresses) which was not possible using BASIC. I would like to think that this was one of the first word processing applications for Fortran, way back in the early 70's.
Далее
Cassandra in 100 Seconds
2:26
Просмотров 916 тыс.
لدي بط عالق في أذني😰🐤👂
00:17
Просмотров 4,6 млн
Punch Card Programming - Computerphile
14:55
Просмотров 879 тыс.
I've never seen ANYTHING like this before... Temple OS
17:57
Assembly Language in 100 Seconds
2:44
Просмотров 1,6 млн
10 Programmer Stereotypes
5:08
Просмотров 3,2 млн
Bubbles Whiting - Using Punch Cards - Hollerith and IBM
15:02
I tried 10 code editors
10:28
Просмотров 3 млн
Pascal in 100 Seconds
2:43
Просмотров 551 тыс.
1964 IBM 029 Keypunch Card Punching Demonstration
6:01
لدي بط عالق في أذني😰🐤👂
00:17
Просмотров 4,6 млн