Search results for #Bucklescript
Tradeoffs of inputting the data-first vs. data-last when piping in functional languages. data-first: #Elixir, #bucklescript, #JS (TC39 prop.), ts-belt lib for #TS. data-last: #OCaml, #Reason, Elm, F#, Haskell, Ramda lib. for JS. javierchavarri.com/data-first-and… #javascript #typescript
Why can't I assign a 64bit integer to this field? stackoverflow.com/questions/6663… #reason #bucklescript
@gakonst Why not a programming language all the way utilizing the modern PLT then? #ReScript #Bucklescript #ReasonML #ocaml
How do you call an uncurried function with unit in ReScript/ReasonML? stackoverflow.com/questions/6549… #bucklescript #rescript #reason
#rescript 8.4.👨💻✨ to lepsza wydajności oraz bezpieczeństwo. #bucklescript #reason #rescript devnews.pl/rescript-8-4-z…
Oh, I forgot to use tags again #reasonml @reasonml @rescriptlang #bucklescript
#ReScript - wprowadzono zmiany, a także kilka poprawek wydajności. ✨ Nowa wersja jest dostępna do testowania.✌️ #bucklescript #javascript #reason devnews.pl/rescript-8-3-n…
@hmemcpy @trupill @rescriptlang The situation is a bit confusing, but @rescriptlang is actually the rebrand of the Reason-to-JS compiler #BuckleScript which now happens also to have its own syntax. @reasonml will still live on (at least) as a syntax alternative to OCaml.
News for the fans of #ReasonML, #Bucklescript is rebranding to #ReScript buff.ly/32pRmRC
"#BuckleScript is Rebranding" reasonml.org/blog/bucklescr… Hopefully this is the last change in the #ReasonML ecosystem. It's one of the reasons I didn't commit to it (yet). #javascript #rescript #ocaml
Reason now "supported" by Cloudflare Workers. Of course you have to use #bucklescript to compile to JS and Cloudflare Workers then just run that on V8, but it's nice that they recognized Reason among other languages they support. blog.cloudflare.com/cloudflare-wor…
Have you ever had troubles remembering the #OCaml / #BuckleScript warning flag numbers? I usually forget them instantly as soon as i typed them out and closed the config. Luckily the upcoming BuckleScript playground will provide some useful autocompletion for easy discovery 🔥
Well, they weren't kidding about @reasonml switch expression. Was writing some nested conditions in old react code, only to realise how much easier it would have been in reason. 🙄🙄 #reasonml #bucklescript #magicswitch
New ReasonML/Bucklescript syntax! It’s a good move, it feel even much natural for a JS developer, and interop will be easier. #ReasonML #bucklescript
New ReasonML/Bucklescript syntax! It’s a good move, it feel even much natural for a JS developer, and interop will be easier. #ReasonML #bucklescript https://t.co/SmRkvwD1nS
TIL: _always_ use `setState(previousState => if (previousState == newState) previousState else newState)` to avoid unnecessary re-rendering. Because: Caml_obj.caml_equal() is not the same as Object.is(). #reasonreact #reasonml #bucklescript
@WebReflection @asp_net Maybe something like #ReasonML and #bucklescript could be helpful to you? I’ve played with it just a little bit to see how the language looked and it looked promising! If you enjoy FP, that could be an alternative to TS
Hi @reasonml folks. I made a new #BuckleScript binding for ink. you can build an interactive CLI app using @reasonreact! github.com/cometkim/bs-ink
A fascinating article on the topic of Data-first vs. Data-last in functional programming languages any why #ReasonML & #BuckleScript have the Data-first support. 🤯 javierchavarri.com/data-first-and…
P.S. I really don't like how #BuckleScript adopts the #JavaScript data-first convention, which runs counter to the usual in functional programming where you put the main data argument LAST in your function args to make partial application easier, & I don't like pipe-first AT ALL.
