A demonstration program shadows what is to come #309
Replies: 12 comments 18 replies
-
Awesome. This is exactly the kind of thing I was hoping to enable with fpm. You can just pick up a handful of dependencies and throw something together without having to role all your own, or figure out how to build them all together. |
Beta Was this translation helpful? Give feedback.
-
Hello. Thank you for this demonstration program. Unfortunately I was not able to run it on Windows. Here is the output.
|
Beta Was this translation helpful? Give feedback.
-
That was the target! Hopefully it's actually useful for Fortran users too. I found it easier to write than in any other language that came to mind, which surprised even me. |
Beta Was this translation helpful? Give feedback.
-
Awesome example, @urbanjost . |
Beta Was this translation helpful? Give feedback.
-
Really nice @urbanjost! This will certainly get a lot of use from me - always forgetting the syntax to the lesser used intrinsics! Great demonstration of fpm. |
Beta Was this translation helpful? Give feedback.
-
I love fman. Thank you for making it. I installed it and I'm sure I'll use it often. |
Beta Was this translation helpful? Give feedback.
-
I tried it, the
But this fails:
Which reveals several bugs in This also fails:
I use Ubuntu 18.04. |
Beta Was this translation helpful? Give feedback.
-
Great! Thanks for testing. |
Beta Was this translation helpful? Give feedback.
-
I made a quick git(1) push with a kludge patch to test if that is the issue for the fman binary. Is your |
Beta Was this translation helpful? Give feedback.
-
I saw a thread lately talking about the angst and pessimism in Fortran threads. I should point them to some threads like this -- stdlib, fpm, Lfortran, DOE support for gfortran, OpenACC, ... I see a lot more ambition and optimism than pessimism. |
Beta Was this translation helpful? Give feedback.
-
If anyone likes color, fan |
Beta Was this translation helpful? Give feedback.
-
I am happy you find |
Beta Was this translation helpful? Give feedback.
-
If you wanted to create a small program that used Regular Expressions, needed some string functions, and should have a ULS interface with long and short options would Fortran seem like the natural language to use.? Well, using
fpm
and sans the commands and help text here is one in ~100 lines that demonstrates how muchfpm
can change what comes naturally when using Fortran. And it is actually useful if you want immediate access to Fortran intrinsic descriptions in your CLI (command line) sessions.Introducing
fan
And if you trust what will happen and have
gfortran
,git
, andfpm
installed it can take as little asto have it up and running and for altering even if it is your first day using Fortran.
Beta Was this translation helpful? Give feedback.
All reactions