Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

qed-lang

< >

qed-lang is a programming language created in 2015.

#2766on PLDB 9Years Old
HomepageTwitter


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);

- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements

Built with Scroll v144.0.0