Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kulics/koral
- Owner: kulics
- License: mit
- Created: 2018-03-02T01:07:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-22T13:44:52.000Z (4 months ago)
- Last Synced: 2024-10-22T00:55:39.102Z (about 2 months ago)
- Topics: cross-platform, grammar, language, programming-language
- Homepage:
- Size: 3.24 MB
- Stars: 409
- Watchers: 14
- Forks: 27
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome - kulics/koral - platform,grammar,language,programming-language pushed_at:2024-08 star:0.4k fork:0.0k An open source cross-platform programming language focused on efficiency. (Others)
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)