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

前端 未结 7 2078
孤独总比滥情好
孤独总比滥情好 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:14

    Haskell has a plethora of web frameworks. The most well-established framework is Happs, but there are several new and active projects:

    • Yesod
    • Snap
    • Haskell on a horse

    The full list is on the Haskell wiki.

提交回复
热议问题