ランキングに戻る
:candy: a functional language for building type-safe, scalable, and maintainable applications
ocamlerlangcompilercaramelelixirfunctional-languagetype-safe
主要指標
スター成長
スター
1.1k
フォーク
25
週間成長
—
Issue
21
5001k
2020年9月2021年8月2022年8月2023年8月2024年8月2025年7月2026年7月
README
:candy: Caramel
Caramel is a functional language for building type-safe, scalable, and maintainable applications.
Caramel leverages:
the OCaml compiler, to provide you with a pragmatic type system and industrial-strength type safety.
the Erlang VM, known for running low-latency, distributed, and fault-tolerant systems used in a wide range of industries.
Learn more at caramel.run
Feature Highlights
- Excellent type inference, so you never need to annotate your code
- Zero-cost type-safe interop with most existing Erlang and Elixir code
- Has a reviewed standard library included
- Supports sources in OCaml (and soon Reason syntax too)
- Ships a single executable (
caramel) - Has a built-in formatter (
caramel fmt)
Install
You can download the latest Caramel release from the releases page.
関連リポジトリ