Is there a visual modeling language or style for the functional programming paradigm?

后端 未结 11 954
离开以前
离开以前 2020-12-12 12:50

UML is a standard aimed at the modeling of software which will be written in OO languages, and goes hand in hand with Java. Still, could it possibly be used to model softwar

11条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-12 13:09

    Yes, Haskell.

    I get the impression that programmers using functional languages don't feel the need to simplify their language of choice away when thinking about their design, which is one (rather glib) way of viewing what UML does for you.

提交回复
热议问题