I constantly hear about research into functional programming, and even real things coming out of them, like certain programming languages (idris).

Is there anything like this for frontend UI dev? It doesn’t have to be FP related.

  • monomon@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    9 months ago

    Concepts like Reactive programming are widely used in web/UI contexts. The problem of connecting a UI to an underlying data set is not trivial. Several frameworks deal with this.

    As was already said, concerns like Accessibility are studied academically. They have more to do with user experience than the technology, so not sure if they match your question.

  • Turun@feddit.de
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    9 months ago

    Have you looked at Elm?

    It’s very much not JavaScript, but I think that comes with the territory of wanting something significantly different.

    For what it’s worth, with wasm you could use any language that compiles to it as a frontend language. Rust has a few frameworks that can compile to standalone wasm web pages.

    • demesisx@infosec.pub
      link
      fedilink
      English
      arrow-up
      0
      ·
      9 months ago

      I’m confused why everyone sleeps on Purescript. I mean, it is currently QUITE obscure… I could be wrong but I feel like Purescript has all of the same goals as Elm but better.

      • Turun@feddit.de
        link
        fedilink
        arrow-up
        0
        ·
        9 months ago

        I also sleep on elm, JavaScript and typescript. (i.e. don’t use then)

        It’s simply that I never heard of purescript.

  • TCB13@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    9 months ago

    At the rate frontend spits frameworks and languages it’s pointless to write papers for it. Innovation on that field happens by bruteforce.