7 ms·
You are going to do the same things in a new language whatever you were doing in Python. I understand you are working on web and data science domains. So I wou
by sprkv5 3y ago
You are going to do the same things in a new language whatever you were doing in Python. I understand you are working on web and data science domains.
So I would recommend you check out F# which is like OCaml but runs on the Common Language Runtime. While it is really good on web platform, you might want to investigate the state of data science domain in F#. There are some guides here[1] and here[2].
1. https://fsharp.org/guides/data-science/ https://fsharp.org/guides/data-science/
2. https://github.com/fsprojects/awesome-fsharp#data-science https://github.com/fsprojects/awesome-fsharp#data-science
- catlover76 3y agoOh yeah, I wouldn't mind learning F# either I suppose. Not that this probably matters/holds any relevance, but I worked at a startup using C#, and I liked the language itself.