Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 logo

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.