home.social

#rescript — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #rescript, aggregated by home.social.

  1. 📝 New blog post: making a football analytics site

    I built a static Super Lig analytics site with a Python scraper, an embedded SQLite database, a ReScript frontend, and a mildly annoying GitHub Pages deployment puzzle.

    blog.arda.tr/blog/2026-04-18-m

    #dev #rescript #data #football

  2. ReScript 12 ra mắt hệ thống build mới, xây dựng bằng Rust, hỗ trợ theo dõi phụ thuộc thông minh, build tăng lượng nhanh hơn và hỗ trợ monorepo. Hệ thống này giảm công việc dư thừa, tăng độ chính xác khi rebuild và tối ưu hóa cấu hình đa package.

    #ReScript #CôngNghệ #LậpTrình #JavaScript #Monorepo #BuildSystem

    reddit.com/r/programming/comme

  3. Is #ReScript the future of #javascipt? A typed subset of JavaScript.

    #Typescript is great but not all love it.

    From the docs: "ReScript is the language for folks who don't necessarily love JavaScript, but who still acknowledge its importance."

    rescript-lang.org

  4. Is #ReScript the future of #javascipt? A typed subset of JavaScript.

    #Typescript is great but not all love it.

    From the docs: "ReScript is the language for folks who don't necessarily love JavaScript, but who still acknowledge its importance."

    rescript-lang.org

  5. Is #ReScript the future of #javascipt? A typed subset of JavaScript.

    #Typescript is great but not all love it.

    From the docs: "ReScript is the language for folks who don't necessarily love JavaScript, but who still acknowledge its importance."

    rescript-lang.org

  6. Is #ReScript the future of #javascipt? A typed subset of JavaScript.

    #Typescript is great but not all love it.

    From the docs: "ReScript is the language for folks who don't necessarily love JavaScript, but who still acknowledge its importance."

    rescript-lang.org

  7. Is #ReScript the future of #javascipt? A typed subset of JavaScript.

    #Typescript is great but not all love it.

    From the docs: "ReScript is the language for folks who don't necessarily love JavaScript, but who still acknowledge its importance."

    rescript-lang.org

  8. As much as I like #TypeScript, I think there's still plenty of innovation left in the world of compiles-to-JavaScript languages. We need something that feels broadly like JavaScript, but shaves away the corner cases, makes everything immutable by default, and just...flows...better. And #ReScript might well be that language. Let's find out...

    youtu.be/yKl2fSdnw7w

  9. Hey scripting folks! I'm trying to get started with rescript-react-native and I'm having a bit of trouble, so I put a hundred dollars on it.

    Come take my money!

    github.com/rescript-react-nati

    #bounty #bugbounty #javascript #react #reactJS #reactNative #rescript #rescriptReactNative

  10. thank you async await for saving me from #JavaScript callback hell

    thank you #ReScript for saving me from typeless no-trail-of-what's-returning-what hell

    I just followed a bunch of type errors and ended up with a beautiful chain of async calls that execute in the proper order it's so cute

  11. @rauschma What is your opinion of #ReScript (rescript-lang.org/)? It has somewhat an #OCaml heritage via #ReasonML

    Edit: Just looked at the source for Grain; it’s mostly ReasonML!

  12. I don't mind breaking changes from time to time, but they really should have fully implemented import maps and written detailed documentation on the main site about how to upgrade *before* deprecating es6-global.

    #ReScript

  13. Hey, #Nix friends! I am working on making my first contribution to #nixpkgs, and I have a question:

    The package I'm working on adding is an executable npm package, specifically the #ReScript language server.

    I wouldn't mind taking on some responsibility for making sure that package is up to date, but it seems like the whole "maintainer" bit described here:

    github.com/NixOS/nixpkgs/blob/

    ...isn't actually applicable to npm packages b/c they're handled automatically. Do I have that right?

    #NixOS

  14. If a #JavaScript #programmer is compelled to trade up to #TypeScript, then he ought to take one more step to #ReScript and, from thence, to #Reason. With Reason in hand, he wields the full power of #OCaml.

    JavaScript → TypeScript → ReScript → Reason

  15. During my parental leave I learned two new programming languages. One of them was and I wrote up my impressions of it: snarky.ca/my-impressions-of-re .

  16. I wish #rescript had first-class monads 😭 I need my >=>
    At the very least bring back online module opening syntax from #ReasonML and #OCaml 😔

    #haskell #programming #functionalprogramming

  17. At an emotional level, I adore #Python 3, #TypeScript 5, and #ReScript 11. But at an intellectual level, ....🤷‍♂️

  18. Don't expect easy-to-fix bug in JS/TS while aiming to have smallest bundle size. It just too hard!

    The worst part is closure compiler can't catch up with latest ES spec 😮‍💨

    I place my hope on but it doesn't emit sourcemap and there's no sign they're working on it 😱

  19. I wonder how `[@mel.uncurry]` compare with uncurry mode 🤔

  20. Of late, there have been numerous good-hearted attempts at creating #webdev #DSL, both internal and external varieties. But just about every one of them get tripped up by the disjointed nature of the current web technologies and, soon, they degenerate into JavaScript mayhem.

    When a #programming language obliges the #programmer to handcraft asynchronous communication, thread management, code-download splitting, server-side pre-rendering, session management, authentication, authorisation, transport encryption, data caching, data format conversion, content validation, message queues, storage optimisation, and myriad other system-level facilities, this language, by definition, is not a DSL.

    At present, the only webdev DSL that I admire is #Elm, which is a Webskell. And I like #ReScript, not because it's in anyway a DSL, but because it's OCaml.

    A different, but related, problem is this: modern business programmers confuse enterprise application implementation with systems programming. And modern business executives confuse enterprise application user interface with marketing material. This is ineffective and unproductive.

  21. journey
    So I need to create empty folder `node_modules/rescript/`to make `rescript-editor-analysis.exe` to works 😥

  22. anyway, the last bit from my notes, is a bit more personal:

    I’ve always been harping, for years, on how #OCaml and #JavaScript VMs are just such a surprisingly-fantastic, low-impedance match (see the whole #Melange, #BuckleScript, #ReScript, category — they're _fantastic_ to use in practice); …

    but now i’m learning that Wasm is … basically OCaml’s semantics, EVEN MORE DIRECTLY, in a bunch of cases, lmao.

  23. I am pleased to announce the next event in the #FPWebConf series, this Saturday (8 July) -

    #Rescript meetup at Juspay offices, Bangalore, where Shiva Nandan will speak about how Juspay uses Rescript in production.

    RSVP: has.gy/7H65

    #FPIndia #FunctionalProgramming

  24. @wfaler #ReasonML looked interesting - then kinda forked to #ReScript (rescript-lang.org - which is just the buckle script layer) and it’s direction got confusing from the outside.

    Maybe I should just start looking at #FSharp and .NET

  25. I thought I’d try adding #assemblyscript support to tauri-bindgen today, but it doesn’t support promises yet sooo, no luck 🤷‍♂️

    But I added #ReScript support so that’s something cool!

  26. Here's the most recent updates from our twitter:

    - Recent releases: Darklang Release 5 (Tuples!) and 6 (negative numbers!)
    - blog.darklang.com/darklang-rel
    - blog.darklang.com/darklang-rel

    "Building Dark in Dark" - a post about our new development philosophy to build as much using Dark as possible (blog.darklang.com/building-dar)

    - rescript-tea: a #ReScript implementation of #TheElmArchitecture (blog.darklang.com/rescript-tea)

  27. #introduction

    Howdy, floss.social! I'm not new to mastodon, but I'm migrating from another server.

    I'm a #python #dataEngineer professionally, but as a hobbyist I'm a #functionalProgrammer in #elm #rescript #scala.

    I write tutorials on those subjects on webbureaucrat.gitlab.io/ and Dev.to. (RSS feed link at the bottom if you would like.)

  28. What I like about #Svelte is that it works with #RxJS out of the box. It's no fluff and easy to get started with.
    What I like about #SolidJS is that it's reactivity that makes sense.
    What I like about #Angular is that it works great with teams and has a rock-solid architecture, forces me to use #TypeScript, plus #RxJs .

    btw:
    I'm still sad about #ReasonML - I liked that a lot (#OCaml for #Frontend - way better than TS!). But the ecosystem was too small, plus the switch to #ReScript hurt.

  29. ReScript - ReScript is the language for folks who don't necessarily love JavaScript, but who still acknowledge its importance. ReScript looks like JavaScript, works like... rescript-lang.org/ #Front #JavaScript #Compilation #MetaLanguage #ReScript by @[email protected]