mox@lemmy.sdf.org to Programming@programming.dev · 2 months agoThe empire of C++ strikes back with Safe C++ proposalwww.theregister.comexternal-linkmessage-square7fedilinkarrow-up10arrow-down10
arrow-up10arrow-down1external-linkThe empire of C++ strikes back with Safe C++ proposalwww.theregister.commox@lemmy.sdf.org to Programming@programming.dev · 2 months agomessage-square7fedilink
minus-squareButtons@programming.devlinkfedilinkEnglisharrow-up0·2 months agoFortran is still a good language for some purposes I think. And I feel the same way, C++ tries to solve the problem of having too many features by adding more features.
minus-squareTroy@lemmy.calinkfedilinkarrow-up0·2 months agoDon’t get me wrong. There is still a time and a place for Fortran. And this will also likely always be the case for C++. But I’m not sure it is entirely wise to choose it if you’re creating a new project anymore.
minus-squareClay_pidgin@sh.itjust.workslinkfedilinkEnglisharrow-up0·2 months agoI’m barely competent at programming. What is the use case for Fortran, besides maintaining ancient code?
minus-squareTroy@lemmy.calinkfedilinkarrow-up1·2 months agoIt was designed from its very start to be used for numerical computing. So the language it built around it and it sort of excels in that use case. This used to be the holy bible of numerical methods, if you want to see some sample code: https://s3.amazonaws.com/nrbook.com/book_F210.html
Fortran is still a good language for some purposes I think.
And I feel the same way, C++ tries to solve the problem of having too many features by adding more features.
Don’t get me wrong. There is still a time and a place for Fortran. And this will also likely always be the case for C++. But I’m not sure it is entirely wise to choose it if you’re creating a new project anymore.
I’m barely competent at programming. What is the use case for Fortran, besides maintaining ancient code?
It was designed from its very start to be used for numerical computing. So the language it built around it and it sort of excels in that use case.
This used to be the holy bible of numerical methods, if you want to see some sample code: https://s3.amazonaws.com/nrbook.com/book_F210.html