kulics-works / k

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Compare

Compare with C#, Go, Kotlin, Swift. Read detail from Here.

Source Code

JVM

About

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

License:MIT License