About 275,000 results
Open links in new tab
  1. Is there a UML diagram for functional programming?

    Jan 7, 2020 · In standard UML, there is no simple way to my knowledge, to represent higher order functions: Higher-order functions are a core feature for functional programming. But in UML an …

  2. Can UML be used to model a Functional program? [closed]

    Aug 19, 2016 · Functional programmers generally don't have a lot of use for diagrams. Many functional programmers (but not all) find that writing down types is a good way to encapsulate …

  3. What are functional programmers using in place of UML?

    Interaction Diagrams – model the interactions between multiple stateful processes. Clearly, this is not useful for modeling the internals of a pure functional program. However, UML is not only …

  4. UML for functional programming, anybody? - Modeling …

    Mar 3, 2014 · While the most popular types of UML diagrams are structural, use case and sequence (interaction) IMHO. Functional programs don’t have classes, but they still have the …

  5. functional programming - Diagramming Programs - Stack Overflow

    Most UML applications today allow reverse engineering of Diagrams from existing code, and Code generation from the Diagrams. This means that you can document legacy code with …

  6. Is there a visual modeling language or style for the functional ...

    Sep 2, 2009 · Sequence diagrams (UML) could be related to the composition of functions. A static class diagram (UML) could be related to type signatures.

  7. functional programming - What do I use for a variant in a UML

    Nov 18, 2014 · Does standard UML specify how a variant (aka tagged union, discriminated union, sum type, etc) should be depicted in a class diagram?

  8. We don't need no stinking UML diagrams | F# for fun and profit

    With UML diagrams, you need to translate them to code, with the possibility of losing something in translation. But if the design is documented in your programming language itself, there is no …

  9. Functional programming languages are ideally suited for developing dependable software, but not much work have been done on modeling functional programs. Although UML is mainly based …

  10. Using UML for Functional Programming - Exercism

    Jul 31, 2023 · I am just looking for a solid process to visually represent functional process prior to writing functional code. It doesn’t have to be UML. Right now I am working through a course in …

Refresh