Quantcast
Channel: ReScript Forum - Latest posts
Browsing all 2592 articles
Browse latest View live

[ANN] Reforging the ReScript Build System

Thanks for sharing some insights about rewatch. Very interesting. Compared to typescript, monorepos work like a breeze now.

View Article


[ANN] Reforging the ReScript Build System

That’s an interesting observation. What makes it harder in TS? Or is it just the house of cards of types that you build that make TS slow?

View Article


Introducing Bibimbob: VSCode Extension for ReScript Dependency Visualization

(post deleted by author)

View Article

Image may be NSFW.
Clik here to view.

Introducing Bibimbob: VSCode Extension for ReScript Dependency Visualization

Thank you for your feedback. It overlaps a lot with the features I’d like to add. I’ll work on it and implement it step by step. github.com/mununki/rescriptdep Suggestions from the forum opened...

View Article

[ANN] Reforging the ReScript Build System

It’s more about the configuration than the compilation speed. Probably caused by many totally different projects, I have no idea about the best way to set these up. tsc vs tsc --build? Using the...

View Article


Image may be NSFW.
Clik here to view.

[ANN] Reforging the ReScript Build System

I use rewatch with a ReScript 11 monorepo for some time already and in the context of a monorepo it’s a game changer! A couple of seconds + less than 512MB RAM (haven’t tried to push lower) to...

View Article

Introducing MoonBit and a few reflections from building the ReScript toolchain

Some people here might still remember me from the early days of ReScript. Although I no longer maintain ReScript, the years I spent building its compiler, type system, and toolchain had an enormous...

View Article

Introducing MoonBit and a few reflections from building the ReScript toolchain

Welcome back, Bob! Happy to see the lessons learned from ReScript are heavily applied to MoonBit. I was a little sad to see that it requires parameter annotations but I guess you can move faster with...

View Article


Introducing MoonBit and a few reflections from building the ReScript toolchain

Hello, Thanks for sharing this insight. It just crazy how high the bar is these days to make a new programming language. You are dead right that IDE support and AI friendliness are things you cannot...

View Article


Image may be NSFW.
Clik here to view.

Introducing MoonBit and a few reflections from building the ReScript toolchain

fham: Welcome back, Bob! Thank you! I was a little sad to see that it requires parameter annotations but I guess you can move faster with tooling support that way. It is only required for toplevel...

View Article

Introducing MoonBit and a few reflections from building the ReScript toolchain

Did that not come with a ton of complexity to deal with? Indeed, it complicate things a lot. We planned to target JVM as well, but decided to stay focused and not working on it. How would MoonBit look...

View Article

Image may be NSFW.
Clik here to view.

Introducing MoonBit and a few reflections from building the ReScript toolchain

Welcome back, Bob! So, if we want to bring the ReScript IDE experience up to the same level as MoonBit’s, what directions should we focus on and what specific work should we do?

View Article

Introducing MoonBit and a few reflections from building the ReScript toolchain

I did not work on Rescript for very long time, it would be nice to get some funding to sponsor some expert working on it.

View Article


Compiler warnings can cause HMR de-optimizations

I’m not sure this is necessarily a bug per se, but I felt compelled to share with the community in case any of you run into something like it in the future. tl;dr: Make sure your development server...

View Article

[ANN] Reforging the ReScript Build System

Quite excited for this! I gave the standalone rewatch package another try, a clean build was just about a 100% speed improvement over v11.1.4! Unfortunately I can’t quite start using it for real yet,...

View Article


[ANN] Reforging the ReScript Build System

What do you mean? Dev dependencies should now work as intended with rewatch, what version of Rescript do you use?

View Article

Compiler warnings can cause HMR de-optimizations

Can you share a vite.config example to ignore this? Would be great to include in GitHub - rescript-lang/create-rescript-app: npm create rescript-app@latest

View Article


Image may be NSFW.
Clik here to view.

[ANN] Reforging the ReScript Build System

illusionalsagacity: not been back-ported to that repo. Feel free to send a PR, I don’t think that backport is high on anyone’s list. In general though, focus on moving to v12.

View Article

[ANN] Reforging the ReScript Build System

With TS you can end up with different levels of type safety depending on each packages tsconfig settings. You can even end up with one package failing TSC for errors in another package that doesn’t...

View Article

Image may be NSFW.
Clik here to view.

Compiler warnings can cause HMR de-optimizations

illusionalsagacity: all of the ‘unrelated’ files had compiler warnings, which led me to the conclusion that the compiler is updating the file modified time on all compiled files This does ring a bell,...

View Article
Browsing all 2592 articles
Browse latest View live