Category:Rhovas

From Rosetta Code
(Redirected from Rhovas)
Language
Rhovas
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method: Interpreted
Garbage collected: Yes
Type safety: Safe
Type strength: Strong
Type compatibility: Nominative
Type expression: Explicit
Type checking: Static
Lang tag(s): rhovas


Listed below are all of the tasks on Rosetta Code which have been solved using Rhovas.


Rhovas is a programming language intended for API design and enforcement. Using Rhovas, developers can better express the contracts and intention of their code to help create maintainable, correct, and performant software.

Rhovas can be roughly classified as a strong, statically typed, and Object-Oriented language that prefers Functional paradigms. It is most similar to Kotlin but also takes inspiration from Java, C++, JavaScript/TypeScript, Swift, Rust, and Elixir, among many others for specific features. Rhovas can be run on either the JVM or in JavaScript via Kotlin Multiplatform.

For more information on Rhovas, see the following links:

  • Rhovas Website: Information about Rhovas, most notably:
    • Motivation: A deep-dive into the reasons Rhovas is being created and the problems it intends to solve.
    • Language Tour: A high-level overview of Rhovas that covers most of the important constructs/features.
    • Online Editor: An online editor for Rhovas which can be used without having to setup/build this project locally.
  • GitHub: All source code for Rhovas, particularly the Interpreter and Website.
    • Programs/RosettaCode: Implementations of RosettaCode problems used for testing both JVM and JS environments.
  • Discord Server: Discussion on Rhovas including language design, implementation, feedback, and anything related.

Pages in category "Rhovas"

The following 6 pages are in this category, out of 6 total.