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-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
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