Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richmit/ex-f77
Oldie FORTRAN Examples
https://github.com/richmit/ex-f77
Last synced: about 2 months ago
JSON representation
Oldie FORTRAN Examples
- Host: GitHub
- URL: https://github.com/richmit/ex-f77
- Owner: richmit
- Created: 2021-05-05T22:14:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-05T22:20:58.000Z (over 3 years ago)
- Last Synced: 2023-11-18T15:25:21.912Z (about 1 year ago)
- Language: Fortran
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Did someone just ask you to update a 40 year old FORTRAN 77 program?
If so, then you may be in the right place. Here you will find several
small, but complete, FORTRAN 77 programs illustrating many common
language concepts and constructs. The intent is to give programmers
with no FORTRAN 77 experience a core set of fundamental examples to
help them get up to speed quickly on this venerable language. If you
really want to become an expert FORTRAN 77 programmer, then the best
way is to look at quality code -- check out the BLAS and LAPACK for a
start.You can read a bit more about these examples on my [home page](https://www.mitchr.me/SS/exampleCode/F77.html).
Have fun!
-mitch