Skip to content
/ qinp Public

A prototype HTML embeddable server-side programming language

License

Notifications You must be signed in to change notification settings

thatsOven/qinp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qinp!

qinp! is a proof of concept programming language for dynamic HTML programming. qinp! is not meant to be used in production, but rather in learning environments.

Documentation will eventually be written

Hello, World!

<qinp!>
    echo "Hello World!";
</qinp!>