this post was submitted on 09 Feb 2024
19 points (100.0% liked)

Programming

22479 readers
294 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] Turun@feddit.de 5 points 2 years ago* (last edited 2 years ago) (5 children)

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 7 points 2 years ago (4 children)

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 3 points 2 years ago (1 children)

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

It's simply that I never heard of purescript.

[–] demesisx 8 points 2 years ago

I’m glad to introduce you. :)

load more comments (2 replies)
load more comments (2 replies)