reasonml / reason

Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems
http://reasonml.github.io
MIT License
10.08k stars 425 forks source link

some questions "for what?" #2680

Closed cybermerlin closed 1 year ago

cybermerlin commented 1 year ago

Hi there. I see this language and understand about OCaml, but I don't see any proofs what the difference, what the performance better or worse. I mean, I have javascript\typescript\C#\Go and this languages have different workspaces, tasks and proofs.

When I should use this language and why exactly this lng? - that's the main question.

davesnx commented 1 year ago

Hey @cybermerlin, I'm afraid this isn't an issue and rather a question, but nevertheless, I will try to answer it. It's mostly done for me in the docs: https://reasonml.github.io/docs/en/what-and-why.

Reason is the same language (except the syntax) to OCaml, which means: compiler, type-checker, runner, bytecode, dependencies, tooling.

If you have more questions join the Discord https://discord.com/invite/reasonml

cybermerlin commented 1 year ago

ok, thank you, btw I saw in documentation only about how it sound good, but why it better than typescript or c# and for what tasks it was created - nothing.