Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

qed-lang

< >

qed-lang is a programming language created in 2015.

#2885on PLDB 9Years Old


Example from the web:
void Button(string text) { int col = 0xC0C0C0; @out(" " + text + " ") } @out(rect()) @bgcol(col) @onpress(col = 0x808080) @onrelease([col = 0xC0C0C0, return()]) Button("Form 1"); println("Form 1 clicked"); Button("Form 2"); println("Form 2 clicked"); Button("Quit"); return(0);

View source

- Build the next great programming language About Acknowledgements Extensions Day 630 Donate feedback@pldb.io