How does control flow happen in declarative programming languages?

This page summarizes the projects mentioned and recommended in the original post on /r/ProgrammingLanguages

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • nickel

    Better configuration for less

  • Declarative languages are essentially configuration languages like JSON. Those languages do no always have substantial control flow. Programmable configuration languages do have some control flow though. Languages such as Nix, Nickel, Dhall, etc (there's a list of them at the bottom of the Nickel README here: https://github.com/tweag/nickel).

  • Halide

    a language for fast, portable data-parallel computation

  • I agree with you, but I see this as a strength rather than a weakness. A current trend in high-performance computing is to separate the declarative part of a program from its execution strategy (see Halide). This makes it possible to run the same program on different hardware in a performant way and be actually sure that it is the same program.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts