Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/amari-calipso/qinp
- Owner: amari-calipso
- License: mit
- Created: 2023-05-26T13:12:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-08T20:29:28.000Z (25 days ago)
- Last Synced: 2024-12-08T21:30:38.593Z (25 days ago)
- Topics: backend, compiler, flask, interpreter, language-design, language-engineering, mongodb, mysql, php, programming-language, python, python3, transpiler, web
- Language: Python
- Homepage:
- Size: 403 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!";
```