What are the popular 'web-ready' functional programming languages?

前端 未结 7 2076
孤独总比滥情好
孤独总比滥情好 2021-02-14 11:31

This is a simple question: what are the most popular/used/developed (libraries a plus) functional programming languages that are ready to be used for web development? I don\'t

7条回答
  •  温柔的废话
    2021-02-14 12:05

    This answer is partly in jest, but some people try their best to do functional programming in JavaScript:

    http://osteele.com/sources/javascript/functional/
    Javascript as a functional language

    Using the same language on client and server has to count as a plus, even if the language isn't purely functional.

提交回复
热议问题