Ecosyste.ms: Awesome

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

https://github.com/kulics-works/k

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

cross-platform grammar language programming-language

Last synced: 4 months ago
JSON representation

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

Lists

README

        

# The K Programming Language

K 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 K. 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)