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

Vely

< >

Vely is a programming language created in 2022.

#3477on PLDB 2Years Old


Example from the web:
void list_employees() { out-header default @<html><body> char *header = make_header(); // write any C code p-out header // Create report in outmsg string and fill it with database query result write-string define outmsg // Get data from the database run-query#get_emp@db="select name, salary from employees order by name" output name, salary @Name: <<query-result#get_emp, name>> @<br/> @Salary: <<query-result#get_emp, salary>> @<br/><br/> end-query end-write-string // Write report to a file and then to the client write-file "employees" from outmsg status define st if (st<0) { @Error in writing file (<<pf-out "%lld", st>>) exit-request } else { p-out outmsg } @</body></html> }

View source

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