If this has already been asked and answered, please indicate me the existing Q and A, and I will delete this question. I looked and did not see this answer answering.
Are there basically functional languages (e.g. LISP, Scheme, Haskell, etc.) other than F # for the CLR platform? I say “mostly functional” because I understand that there are CLR languages that have functional constructs such as (Iron) Python, but I would not consider Python as a functional language.
I ask because I am making a presentation on FP and concurrency for some other developers at work, and they ask me about F # (we use the Microsoft tool stack), and I want to make sure to find out all the possible options.
EDIT
From the answers below:
Ironcheche
hsdotNet
Scala (for .Net)
Nemerle
And I saw material about the CLR Clojure version. Thank you all for your input.
source share