-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
19 lines (17 loc) · 1.87 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html><html><head><meta charset="UTF-8"><title>The Qupa Project</title><meta name="description" content="Massively multi-threaded applications should not massively increase cognitive load"><meta name="keywords" content=""><meta property="og:title" content="The Qupa Project"><meta property="og:description" content="Massively multi-threaded applications should not massively increase cognitive load"><meta property="og:type" content="article"><meta property="og:url" content="https://www.qupa.org/index.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>The Qupa Project</h1><p>The primary goal of the Qupa project is to create a development environment designed for easily maintainable and intuative multithreaded programs.
This has lead to the development of multiple concept languages, all of which the experience gained has culminated into uniview.</p>
<h2>Uniview</h2>
<p>The core concept behind the language is adding the smallest restrictions of variable visibility and lifetime to create massively possitive side affects.<br>
Each value may only be viewed once, the only way to re-view a value is if a clone was produced within the first sighting. Otherwise values are treated as complete black boxes until viewing is necessary.<br>
<a href="https://uniview.qupa.org">Read more</a></p>
</div><footer>
<button id="Toggle-Dark-Theme">Dark Theme</button><br>
<a href="/rss/all.rss">RSS Feed</a>
</footer></body></html>