kivy-lang is a programming language created in 2010.
#2496on PLDB | 13Years Old |
A meta language that look like QML in QT
#:kivy 1.0
Widget:
Button:
text: "Hello World"
Button:
text: "I'm another label"
pos: (200, 200)
Feature | Supported | Token | Example |
---|---|---|---|
Strings | ✓ | " | "Hello world" |