Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kulics/koral

An open source cross-platform programming language focused on efficiency.
https://github.com/kulics/koral

cross-platform grammar language programming-language

Last synced: about 1 month ago
JSON representation

An open source cross-platform programming language focused on efficiency.

Awesome Lists containing this project

README

        

# The Koral Programming Language

Koral is an open source programming language focused on efficiency. It can help you easily build cross-platform software.

With well-designed grammar rules, this language can effectively reduce the burden of reading and writing, allowing you to focus on solving problems.

This is the main source code repository for Koral. It contains the compiler, and documentation.

> Warning: This language is still in the experimental stage and cannot meet the production requirements.

## Key Features

- A modern grammar, which is easy to distinguish.
- Automatic memory management.
- Generics.
- Multi-paradigm programming.
- Cross-platform.
- Unicode.

## Getting Started

- [English](./book-en/document.md)
- [中文](./book-zh/document.md)

## Compare

Compare with C#, Go, Kotlin, Swift.
Read detail from [Here](./Compare.md).

## Source Code

[JVM](https://github.com/kulics-works/k-jvm)