-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Victor Siqueira edited this page Dec 20, 2017
·
7 revisions
Kymera lang is a new programming language based on some parts of Python 3.x, Ruby, Go, C#, C and TypeScript.
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.
We think that Kymera will be used in any platform some day like JavaScript, Java and C# that.