pospi 🏳️‍⚧️ · @pospi
77 followers · 299 posts · Server hachyderm.io

@iyalei right?! Actually I think it's just comforts and the false promises of being able to hack something together quickly that infect all of the imperative programming world. You have to remember a lot of JavaScript folks learned C or Java first, or were trained by others who did.
I wish we could bring back too but Facebook gave up on it to build and since there are UI frameworks now we might as well fall forward to coding in a proper ML with real type safety 😂

#flowtype #reasonml #rust

Last updated 2 years ago

Schlez · @galstar
64 followers · 197 posts · Server hachyderm.io

@oriSomething Slow compilation is extremely difficult for good web development. The incremental compilation speed in OCaml is very very very very good. Anyway it just tickles my interest, I've been very distant from ever since I touched Rust but I have a warm place for it in my heart 😁

#reasonml

Last updated 2 years ago

Mark Derricutt (talios) · @talios
733 followers · 2269 posts · Server mastodon.nz

@wfaler looked interesting - then kinda forked to (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 and .NET

#reasonml #ReScript #fsharp

Last updated 2 years ago

Aaron Martin-Colby · @amc
17 followers · 146 posts · Server mastodon.social

@Spyder Yep! I bounced after especially because a lot of the simmering open source projects built on died afterward. I actually just switched over to writing plain !

#rescript #reasonml #ocaml

Last updated 2 years ago

Aaron Martin-Colby · @amc
9 followers · 55 posts · Server mastodon.social

I think that is going to herald a great new era of different languages targeting JavaScript as a transpile target. I loved , but the rift into seems to have basically killed it. But perhaps more than anything, I am hoping that the normalization of the transpile process will accelerate acceptance and growth of . We're already not writing real JavaScript.

#typescript #reasonml #rescript #webassembly

Last updated 2 years ago

Aaron Martin-Colby · @amc
17 followers · 146 posts · Server mastodon.social

I think that is going to herald a great new era of different languages targeting JavaScript as a transpile target. I loved , but the rift into seems to have basically killed it. But perhaps more than anything, I am hoping that the normalization of the transpile process will accelerate acceptance and growth of . We're already not writing real JavaScript.

#typescript #reasonml #rescript #webassembly

Last updated 2 years ago

@sbr have a lot of use cases, it have great support to build compilers (it was used to build ). It's used by and multiple other cool projects. It can be used to do frontend application with or ocaml_of_js. OCaml can build rest APIs and much more... ocamlverse.net/content/ecosyst

#ocaml #rust #mirageos #reasonml

Last updated 2 years ago

Fran · @nflamel
66 followers · 87 posts · Server hachyderm.io

@sbr I once had this idea to build an app to record and host podcasts from the web itself using WebRTC.

Managed to get a WebRTC client with recording working and all done with and and it was all probably in the same year.

#reasonml #ReasonReact

Last updated 2 years ago

Sophia Brandt :vim: · @sbr
371 followers · 141 posts · Server hachyderm.io

@nflamel yes! I was playing around with it in 2019. I even wrote a few blog posts on dev.to about it and held a meetup talk. Very helpful and friendly community.

But I didn't have any real use-case for and the split between ReasonML and was confusing. I think the community lost momentum with wider adoption due to the split, although I understand that it wasn't an easy decision.

#reasonml #ReScript

Last updated 2 years ago

Fran · @nflamel
66 followers · 87 posts · Server hachyderm.io

@sbr I was once really, really, really hyped with reasonml.github.io/ but never ended up using it for real... although I know it has some real users, like v2.onivim.io/ for example.

And there's also reasonml.github.io/reason-reac, which is cool.

And it is all based in

#reasonml #ocaml

Last updated 2 years ago

Sophia Brandt :vim: · @sbr
371 followers · 141 posts · Server hachyderm.io

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

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

#svelte #RxJS #solidjs #angular #typescript #reasonml #ocaml #frontend #ReScript

Last updated 2 years ago

Dmytro Gladkyi · @DmytroGladkyi
72 followers · 3991 posts · Server toot.cafe

@rauschma I remember when I added to our web project, at first our devops thought it was failing to bundle anything, because it finished in less than a second.

I had to give them a demo that my build system actually outputs and processes input reason files. And not just silently fails and proceeds to next step.

That's what I call blazing fast :)

#reasonml

Last updated 2 years ago

pm5 :blackcat_11123: · @pm5
91 followers · 790 posts · Server g0v.social

開始上班後事情接二連三,都不知道 d的世界已經更加混亂了一點 :ablobglarezoom:

啊不過你至少網站要活著吧?

github.com/melange-re/melange

#ocaml #reasonml #ReScript

Last updated 2 years ago

Kristófer Reykjalín · @reykjalin
44 followers · 838 posts · Server fosstodon.org

I just encountered an issue in while working on my “create a text editor in “ project where horizontal scroll in ScrollViews is broken [0].

*sigh* Does this mean I have to create my own? That sort of goes against my goals for the project since that would increase the complexity significantly.

I guess I’ll try to fix the problem and submit a PR? Not confident I can actually fix the problem, but it’d definitely reduce complexity for me 😬

[0] github.com/revery-ui/revery/is

#revery #reasonml

Last updated 4 years ago

Kristófer Reykjalín · @reykjalin
44 followers · 839 posts · Server fosstodon.org

I did a thing.

Kakoune (-ish) mode for VSCode. It's just the very basics right now, but I'll keep adding to it while there are things I miss from actual Kakoune.

marketplace.visualstudio.com/i

#vscode #kakoune #reasonml

Last updated 4 years ago

Kristófer Reykjalín · @reykjalin
44 followers · 839 posts · Server fosstodon.org

@codesections and you can add to that list!

#reasonml

Last updated 4 years ago

Kristófer Reykjalín · @reykjalin
44 followers · 839 posts · Server fosstodon.org

I've been getting really into lately and I'm quickly falling in love.

Right now I'm following Pailey Quilts' tutorial on writing a text editor [0], but using Reason and instead of C.

I thought this might be of interest to others so I'm writing a tutorial of my own following the shape of Pailey's original guide.

I'm also hoping writing about this will help me actually /finish/ a project this time 😬

Check it out!

thorlaksson.com/build-your-own

[0] viewsourcecode.org/snaptoken/k

#revery #reasonml #reason

Last updated 5 years ago

Kristófer Reykjalín · @reykjalin
44 followers · 839 posts · Server fosstodon.org

We’ve been talking about switching to a typed code base for our apps at work, and I got the go ahead to reimplement some of the code in !

I don’t think we’ll end up choosing Reason over due to incomplete testing libraries for Reason, but I’m really happy to work in a place where we’re willing to experiment with new technologies 😌

I really hope Reason takes off as a mainstream, typed replacement for JS. The language has great potential.

#typescript #react #reasonml

Last updated 5 years ago

Dmytro Gladkyi · @DmytroGladkyi
72 followers · 3991 posts · Server toot.cafe

.... developers part 2

#reasonml #interviewwith

Last updated 5 years ago

Dmytro Gladkyi · @DmytroGladkyi
72 followers · 3991 posts · Server toot.cafe

... developers, part 2.

#reasonml #interviewwith

Last updated 5 years ago