melange-re.github.io icon indicating copy to clipboard operation
melange-re.github.io copied to clipboard

Documentation site for Melange

Results 40 melange-re.github.io issues
Sort by recently updated
recently updated
newest added

Rescript es6 version of stdlib included a `package.json` with `"type": "module"` https://github.com/rescript-lang/rescript-compiler/blob/77b6a3bcd63989d2fb015c8a2543d87f3cb45007/lib/es6/package.json This comes useful when running nodejs apps with es6 bundling, as otherwise one has to resort to workarounds...

documentation
enhancement

Currently, the Getting Started docs highlight the [template]( [template](https://melange.re/v1.0.0/getting-started/#template), which is definitely the easiest way for most people to jump in, but personally I like to set up new projects...

https://twitter.com/ceramichacker/status/1666586535108509697 - Runtime code examples; how Js.* compares to the jsoo ppx syntax. - brief snippets in creating and using bindings to other libraries - differences in setup, if it's...

it'd be nice to have a section where we credit the projects / companies relying on Melange for their production use cases, as well as folks who financially back the...

As discussed in https://github.com/melange-re/documentation-site/pull/3#discussion_r1191648312, would be nice to have a link to see all the docs in a single page, or download a pdf.

Can include things like: - Open source application examples - Blog posts, tutorials - Videos and podcasts - Libraries - Templates - Built with Melange (prod apps)

We should support `dune`, `reason` and `ocaml` at least. Maybe `opam` too. Dune has some support for Dune and opam files: https://github.com/jchavarri/dune/tree/c28b2c6b051d20646df3ca708df3de23b63600f3/doc/exts

Should we have section where we document how OCaml syntax is supported by default, but Reason is also available? This section would include the steps to have Reason installed, and...