#rescript — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #rescript, aggregated by home.social.
-
📝 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.
https://blog.arda.tr/blog/2026-04-18-making-a-football-analytics-site
-
📝 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.
https://blog.arda.tr/blog/2026-04-18-making-a-football-analytics-site
-
📝 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.
https://blog.arda.tr/blog/2026-04-18-making-a-football-analytics-site
-
📝 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.
https://blog.arda.tr/blog/2026-04-18-making-a-football-analytics-site
-
📝 New blog post: ReScript vs Gleam: is it worth writing your frontend in a typesafe functional language?
I rewrote my portfolio site in both ReScript and Gleam to find out which one actually delivers on the promise of less code, more safety, and better developer experience.
-
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
https://www.reddit.com/r/programming/comments/1pnlk3k/reforging_the_rescript_build_system/
-
ReScript 12 ra mắt với hệ thống build mới, thư viện chuẩn cải tiến, cải thiện cú pháp và tính năng như Dict Literals, kiểu ghi lồng, mô hình JSX, regex, và let?. #ReScript #12 #Lập trình #TechNews #ViệtNamTech
https://www.reddit.com/r/programming/comments/1pj34s7/announcing_rescript_12/
-
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."
-
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."
-
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."
-
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."
-
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."
-
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...
-
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...
-
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...
-
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...
-
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...
-
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!
https://github.com/rescript-react-native/rescript-react-native/issues/827
#bounty #bugbounty #javascript #react #reactJS #reactNative #rescript #rescriptReactNative
-
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!
https://github.com/rescript-react-native/rescript-react-native/issues/827
#bounty #bugbounty #javascript #react #reactJS #reactNative #rescript #rescriptReactNative
-
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!
https://github.com/rescript-react-native/rescript-react-native/issues/827
#bounty #bugbounty #javascript #react #reactJS #reactNative #rescript #rescriptReactNative
-
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!
https://github.com/rescript-react-native/rescript-react-native/issues/827
#bounty #bugbounty #javascript #react #reactJS #reactNative #rescript #rescriptReactNative
-
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!
https://github.com/rescript-react-native/rescript-react-native/issues/827
#bounty #bugbounty #javascript #react #reactJS #reactNative #rescript #rescriptReactNative
-
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
-
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
-
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
-
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
-
@rauschma What is your opinion of #ReScript (https://rescript-lang.org/)? It has somewhat an #OCaml heritage via #ReasonML
Edit: Just looked at the source for Grain; it’s mostly ReasonML!
-
@rauschma What is your opinion of #ReScript (https://rescript-lang.org/)? It has somewhat an #OCaml heritage via #ReasonML
Edit: Just looked at the source for Grain; it’s mostly ReasonML!
-
@rauschma What is your opinion of #ReScript (https://rescript-lang.org/)? It has somewhat an #OCaml heritage via #ReasonML
Edit: Just looked at the source for Grain; it’s mostly ReasonML!
-
@rauschma What is your opinion of #ReScript (https://rescript-lang.org/)? It has somewhat an #OCaml heritage via #ReasonML
Edit: Just looked at the source for Grain; it’s mostly ReasonML!
-
@rauschma What is your opinion of #ReScript (https://rescript-lang.org/)? It has somewhat an #OCaml heritage via #ReasonML
Edit: Just looked at the source for Grain; it’s mostly ReasonML!
-
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.
-
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.
-
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.
-
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.
-
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.
-
I am adding the #ReScript language server to #nixpkgs. 👍 this PR to get it merged https://github.com/NixOS/nixpkgs/pull/348121
-
I am adding the #ReScript language server to #nixpkgs. 👍 this PR to get it merged https://github.com/NixOS/nixpkgs/pull/348121
-
I am adding the #ReScript language server to #nixpkgs. 👍 this PR to get it merged https://github.com/NixOS/nixpkgs/pull/348121
-
I am adding the #ReScript language server to #nixpkgs. 👍 this PR to get it merged https://github.com/NixOS/nixpkgs/pull/348121
-
I am adding the #ReScript language server to #nixpkgs. 👍 this PR to get it merged https://github.com/NixOS/nixpkgs/pull/348121
-
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:
https://github.com/NixOS/nixpkgs/blob/master/maintainers/README.md#how-to-become-a-maintainer
...isn't actually applicable to npm packages b/c they're handled automatically. Do I have that right?
-
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:
https://github.com/NixOS/nixpkgs/blob/master/maintainers/README.md#how-to-become-a-maintainer
...isn't actually applicable to npm packages b/c they're handled automatically. Do I have that right?
-
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:
https://github.com/NixOS/nixpkgs/blob/master/maintainers/README.md#how-to-become-a-maintainer
...isn't actually applicable to npm packages b/c they're handled automatically. Do I have that right?
-
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:
https://github.com/NixOS/nixpkgs/blob/master/maintainers/README.md#how-to-become-a-maintainer
...isn't actually applicable to npm packages b/c they're handled automatically. Do I have that right?
-
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:
https://github.com/NixOS/nixpkgs/blob/master/maintainers/README.md#how-to-become-a-maintainer
...isn't actually applicable to npm packages b/c they're handled automatically. Do I have that right?
-
"ReScript: Rust like features for JavaScript - DEV Community" https://dev.to/jderochervlk/rescript-rust-like-features-for-javascript-27ig #rescript #javascript
-
"ReScript: Rust like features for JavaScript - DEV Community" https://dev.to/jderochervlk/rescript-rust-like-features-for-javascript-27ig #rescript #javascript
-
"ReScript: Rust like features for JavaScript - DEV Community" https://dev.to/jderochervlk/rescript-rust-like-features-for-javascript-27ig #rescript #javascript
-
"ReScript: Rust like features for JavaScript - DEV Community" https://dev.to/jderochervlk/rescript-rust-like-features-for-javascript-27ig #rescript #javascript
-
"ReScript: Rust like features for JavaScript - DEV Community" https://dev.to/jderochervlk/rescript-rust-like-features-for-javascript-27ig #rescript #javascript
-
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
-
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
-
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
-
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
-
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
-
During my parental leave I learned two new programming languages. One of them was #ReScript and I wrote up my impressions of it: https://snarky.ca/my-impressions-of-rescript/ .
-
During my parental leave I learned two new programming languages. One of them was #ReScript and I wrote up my impressions of it: https://snarky.ca/my-impressions-of-rescript/ .
-
During my parental leave I learned two new programming languages. One of them was #ReScript and I wrote up my impressions of it: https://snarky.ca/my-impressions-of-rescript/ .
-
During my parental leave I learned two new programming languages. One of them was #ReScript and I wrote up my impressions of it: https://snarky.ca/my-impressions-of-rescript/ .