Skip to content
Victor Siqueira edited this page Dec 20, 2017 · 7 revisions

Welcome to the kymera-lang wiki!

Chimera Card - Ragnarok

Kymera lang is a new programming language based on some parts of Python 3.x, Ruby, Go, C#, C and TypeScript.

Naming

Kymera is based on word "Chimera" that is:

"...a mythological, fire-breathing monster, commonly represented with a lion's head, a goat's body, and a serpent's tail." [1]

Like a chimera, Kymera is created based on some parts of another languages:

  • Use the simple syntax and semantics like Python 3.x and Ruby;
  • Use Object-oriented programming from C#;
  • Use pointer and assembly like C;
  • Use .Net Core 2.x to compile like C#;
  • Use parallel programming like Go;
  • Use module system like Ruby and Go;
  • Use package manager like npm;
  • And other things from this languages.

Features

Philosophy

Uses

We think that Kymera will be used in any platform some day like JavaScript, Java and C# that.

Syntax and semantics

Clone this wiki locally