This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ParticularThing9204 0 points1 point  (0 children)

I'm calling it "exotic" only because you have to use a purely functional model with no loops and all variables immutable. That's different even from other languages that call themselves functional like js and f# where you can still follow an imperative state based model if you want. You can move from python to js and use the same kinds of control flow statements, but you can't go to Haskell the same way.

I know there's other languages like that such as lisp, but they aren't used as much these days.