#rescriptlang
Do I have any friends who have tried both @bucklescript (@reasonml/@rescriptlang) and @FableCompiler. I'm familiar with language differences. But I'm curious about developer experience and community cohesiveness and general productivity 👀
November 29, 2024 at 4:07 PM
Tongue in cheek observation about the #javascript "F#" pipes debacle: you can still use them in … #fsharp with @FableCompiler 😜 Or @rescriptlang or @elmlang or any other browser ML (Meta Language not Machine Learning)
November 29, 2024 at 4:09 PM
Whew. I am not sure if this the "best" way, but I am able to successfully set a proper `viewBox` and get the `SvgMatrix` so I can translate DOM coords to SVG coords. #rescript #rescriptlang
January 20, 2025 at 5:02 PM
Just published "@rescriptlang on @deno_land: Declarative Command Line Tools" 🤓

If you've been wondering how to build type-driven declarative APIs, this is the intro you've been looking for! 🤩

More practical content soon ✍🏼
November 21, 2024 at 5:01 AM
I literally didn't have to write a single type annotation in @rescriptlang 🤯 The type errors were even easier to understand. My entire class hierarchy was replaced by literally a single line plus 1 short function. I'm really impressed!

gist.github.com/texastoland/7a…
Linked list comparison between TypeScript and ReScript
Linked list comparison between TypeScript and ReScript · GitHub
gist.github.com
November 29, 2024 at 4:07 PM
Anyone know of a @rescriptlang template or starter? The themes are still in @reasonml. Or just follow the migration guide?
November 29, 2024 at 4:07 PM
hear me out

a @rescriptlang to C compiler

*flies away*
November 21, 2024 at 4:02 AM
Are you writing @rescriptlang yet?

No? Get started on the right track!🛤

Yes? Learn to build things that scale!🚀

In the past 7 years of writing OCaml and now ReScript, I've seen *tons* of beautiful & horrible code.

Here I share what I learned ✅
November 21, 2024 at 5:01 AM
Drag and drop for crazy path-finding fun! :P
#rescript #rescriptlang
January 29, 2025 at 8:33 PM
Last night I wrote "@rescriptlang vs @typescript: Building a Concurrent Queue Library" 🤓

Evaluated a few solutions, the developer experience & the final code, and even had my TS reviewed ✅

...and TypeScript still holds a few things over ReScript! 😈
November 21, 2024 at 5:01 AM
Last night I wrote "Exploring @rescriptlang on @deno_land" 🤓 -- if you're curious about how they blend together, give it a read. More in-depth content soon ✍🏼

It may just be the alternative to TypeScript you've been looking for 😏
November 21, 2024 at 5:01 AM
I made another video on @rescriptlang and @kaplayjs
youtu.be/xxBPtmtvBTc?...

Exploring the published bindings nojaf.com/rescript-kap..., a Flappy Bird clone and Rewatch!
More ReScript and Kaplay
YouTube video by nojaf
youtu.be
June 10, 2025 at 9:21 AM
Got a start, end and some random obstacles. Time to get pathfinding!
#rescript #rescriptlang
January 23, 2025 at 10:05 PM
Something I love about ReScript is that I look at a source file an I just know that:

1. There'll be a module called exactly that (but with a Capital)
2. A file with the exact same name but the .resi extension will show me the module's API

What do you love about @rescriptlang?
November 21, 2024 at 5:03 AM
Any @rescriptlang @FableCompiler or #FrontEnd #FP fans want to trade opinions and project aspirations online with me and @magnemg Sunday 👇🏼

dev.to/redbar0n
Magne — DEV Community Profile
Full stack web development: JavaScript / TypeScript, React Native, Ruby on Rails
dev.to
November 29, 2024 at 4:13 PM
been writing tooling for the book in @rescriptlang on @deno_land and it is a pretty awesome experience

🛠 no npm/yarn nonsense, vendor stuff
🚀 blazing fast
✅ amazing dx from the terminal
📦 and I can ship a single binary executable!
November 21, 2024 at 5:01 AM
hi @rescriptlang would you take a PR to support the syntax

if let Some(x) = f() {
// use x on something that evaluate to unit
}

I've written so many `_ => ()` branches that I feel its justified by now.
November 21, 2024 at 4:09 AM
Woo! Conway's Game of life in #Rescript #rescriptlang
Also running this in React/canvas. The React part was wholly unnecessary, but ah well. (Weird blip is it looping)
January 1, 2025 at 6:06 PM
real-world @rescriptlang
November 21, 2024 at 4:03 AM
should we do a getting started with @htmx_org for @rescriptlang ? should we?
November 21, 2024 at 5:31 AM
hear me out

a @rescriptlang fork that spits out @AssemblyScript
November 21, 2024 at 4:02 AM
pairing with a friend, getting them onboarded into @rescriptlang and i've got some feedback:

1. why use a repo template instead of globally installing rescript and using `rescript init my_app` ?

2. `rescript` alone should be more helpful when called outside rescript projects
November 21, 2024 at 5:48 AM
I think I am done w/the path-finding side of things for now. Onto something else. May actually try to make some sort of game finally 😂 #rescript #rescriptlang
danbowles.github.io/hex-grid/#/p...
February 7, 2025 at 2:19 AM