Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sclorentz/fran
I was testing a lot of different programming languages, like C, PY, Rust and ASM. So now is time to test Fortran
https://github.com/sclorentz/fran
fortran fortran90
Last synced: 16 days ago
JSON representation
I was testing a lot of different programming languages, like C, PY, Rust and ASM. So now is time to test Fortran
- Host: GitHub
- URL: https://github.com/sclorentz/fran
- Owner: SCLorentz
- Created: 2024-07-16T15:19:10.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T19:48:16.000Z (5 months ago)
- Last Synced: 2024-11-16T13:08:14.171Z (3 months ago)
- Topics: fortran, fortran90
- Language: Fortran
- Homepage:
- Size: 45.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FRAN
Just some tests made in fortran. This isn't a very serious project, but I will try to keep it updated.
## Warn!
FPM (fortran package manager) isn't avaliable for the ARM archtecture, if you are using a mac you will have problems executing this project localy. So on this cases, I will try to use gfortran again automaticly. And let's hope that fpm add compatibility with ARM.
## Develop by your own
### My recomendations - Docker
If you want to develop your own version of this game, you should get docker installed, so you don't have to worry about configure anything or make shure that this will work on your machine, is everythig already configured for you. Besides, in a virtualized environment, errors like "it works on my machine" can be avoidable. I made this to be really simple to just "enter and use" with no need for configuration.
Docker, Inc., Apache License 2.0, via Wikimedia Commons### Start the server
To start the server, use: `run`, this command will make shure that everything necessary to make this project work is being executed and is working correctly.