https://github.com/gasinan/advfornotes
Advanced Fortran Notes
https://github.com/gasinan/advfornotes
fortran introduction
Last synced: 3 months ago
JSON representation
Advanced Fortran Notes
- Host: GitHub
- URL: https://github.com/gasinan/advfornotes
- Owner: GasinAn
- License: mit
- Created: 2024-01-16T06:54:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-12T07:06:42.000Z (7 months ago)
- Last Synced: 2025-01-29T23:16:14.829Z (5 months ago)
- Topics: fortran, introduction
- Language: SCSS
- Homepage: https://gasinan.github.io/AdvForNotes/
- Size: 442 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
These Advanced Fortran Notes is for introducing usage of [Fortran](https://fortran-lang.org/) programming language.
These Notes are written in [GitHub Flavored Markdown](https://github.github.com/gfm/) and hanged on [these GitHub Pages](https://gasinan.github.io/AdvForNotes).
People who read these Notes should be familiar in using some other programming languages, especially [Python](https://www.python.org/) and [C](https://www.open-std.org/jtc1/sc22/wg14/).
I am glad to receive pull requests or issues on [GitHub repo](https://github.com/GasinAn/AdvForNotes) for improvements of these Notes.
- [Introduction](https://gasinan.github.io/AdvForNotes/Introduction)
- [Setting up your OS](https://gasinan.github.io/AdvForNotes/Setting_up_your_OS)
- [Conventions of syntax expressions](https://gasinan.github.io/AdvForNotes/Conventions_of_syntax_expressions)
- ["Hello, world!"](https://gasinan.github.io/AdvForNotes/Hello_world)
- [Program units and scoping units](https://gasinan.github.io/AdvForNotes/Program_units_and_scoping_units)
- [Character set](https://gasinan.github.io/AdvForNotes/Character_set)
- [Source form](https://gasinan.github.io/AdvForNotes/Source_form)
- [Type declaration](https://gasinan.github.io/AdvForNotes/Type_declaration)
- [Intrinsic types](https://gasinan.github.io/AdvForNotes/Intrinsic_types)
- [Assignment and operations](https://gasinan.github.io/AdvForNotes/Assignment_and_operations)
- [Execution control](https://gasinan.github.io/AdvForNotes/Execution_control)
- [Array](https://gasinan.github.io/AdvForNotes/Array)
- [Procedures](https://gasinan.github.io/AdvForNotes/Procedures)
- [Intrinsic procedures and the standard library](https://gasinan.github.io/AdvForNotes/Intrinsic_procedures_and_the_standard_library)
- [Modules and submodules](https://gasinan.github.io/AdvForNotes/Modules_and_submodules)
- [I/O statements](https://gasinan.github.io/AdvForNotes/IO_statements)
- [I/O editing](https://gasinan.github.io/AdvForNotes/IO_editing)
- [Pointer](https://gasinan.github.io/AdvForNotes/Pointer)
- [Enum types and Enumeration types](https://gasinan.github.io/AdvForNotes/Enum_types_and_Enumeration_types)
- [Derived types](https://gasinan.github.io/AdvForNotes/Derived_types)
- [Image, team and coarray](https://gasinan.github.io/AdvForNotes/Image_team_and_coarray)
- [Interoperability with C](https://gasinan.github.io/AdvForNotes/Interoperability_with_C)
- [Plotting](https://gasinan.github.io/AdvForNotes/Plotting)