> also me and my company are still doing green-...
# random
g
also me and my company are still doing green-field fortran work 🤘
t
it's still one of the best for high performance scientific work. you basically use fortran or C depending on use case.
g
our main product is this: https://pdfs.semanticscholar.org/32e5/899447c8d73d87a6ccdc2a863fc9bf28c567.pdf the BLAS and MKL are nice. Still, I'm pushing for our next from-scratch optimizer to be kotlin-native 🙂
👍 1
e
you should consider swift
1
t
There will be always need to use a native fortran or C lib (like BLAS stuff) so just use what has best native integration.