Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amari-calipso/qinp

A prototype HTML embeddable server-side programming language
https://github.com/amari-calipso/qinp

backend compiler flask interpreter language-design language-engineering mongodb mysql php programming-language python python3 transpiler web

Last synced: 14 days ago
JSON representation

A prototype HTML embeddable server-side programming language

Awesome Lists containing this project

README

        

# 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!
```

echo "Hello World!";

```