랭킹으로 돌아가기
:candy: a functional language for building type-safe, scalable, and maintainable applications
ocamlerlangcompilercaramelelixirfunctional-languagetype-safe
주요 지표
스타 성장
스타
1.1k
포크
25
주간 성장
—
이슈
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.
관련 저장소