-
Notifications
You must be signed in to change notification settings - Fork 0
/
qupa-lang.html
25 lines (23 loc) · 2.21 KB
/
qupa-lang.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html><html><head><meta charset="UTF-8"><title>Qupa</title><meta name="description" content="A compiled programming language based around having individual queues for each thread allowing event and callback driven multithreading behaviour."><meta name="keywords" content=""><meta property="og:title" content="Qupa"><meta property="og:description" content="A compiled programming language based around having individual queues for each thread allowing event and callback driven multithreading behaviour."><meta property="og:type" content="article"><meta property="og:url" content="https://www.qupa.org/qupa-lang.html"><meta property="og:process.env.SITE_NAME" content="Qupa"><meta property="og:tag" content=""><meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#d81b60">
<link rel="stylesheet" type="text/css" href="/style/main.css">
<script src="/script/main.js"></script></head><body><header>
<a href="/index.html" style="float: left;">Home</a>
<a href="/tag/article.html" style="float: left;">Feed</a>
<a style="float: right;">Qupa Project</a>
</header><div class="wrapper"><h1>Qupa</h1><blockquote>
<p><strong>This language has evolved into the <a href="/uniview.html">Uniview</a> language, and has since had development abbandonded as it was still in conceptual phase</strong>
This page among others is kept for archival purposes</p>
</blockquote>
<h3>Queued Parrallism</h3>
<p>A compiled programming language based around having individual queues for each thread allowing event and callback driven multithreading behaviour.</p>
<p>Still in heavy development, you can view the project on <a href="https://github.com/qupa-lang/Qupa">Github</a></p>
<h2>Road Map</h2>
<p><strong>Pre-Alpha</strong>: Code execution and queue based parallel processing.
<strong>Alpha</strong>: The interpreter/compiler is able to be written in the language itself.
<strong>Beta</strong>: The language is now fully written in itself.
<strong>Release</strong>: Full filesystem and TCP implementation, also including execution stack traces as optional compile behaviour for debugging.</p>
</div><footer>
<button id="Toggle-Dark-Theme">Dark Theme</button><br>
<a href="/rss/all.rss">RSS Feed</a>
</footer></body></html>