Skip to content

Commit

Permalink
Virtua
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel committed Aug 19, 2011
1 parent 9e51078 commit cc5bfc0
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.html
@@ -1,5 +1,9 @@
<h1>Manuel's Vaporwarehouse</h1>

<p><a href="lolstorage.html"><b>lolstorage</b></a>: laughably good
social networking and content sharing
social networking and content sharing (State of matter: Plasma)

<p><a href="virtua/index.html"><b>Virtua</b></a>: a new programming language

<address>
<a href="mailto:msimoni@gmail.com">contact</a>
Expand Down
104 changes: 104 additions & 0 deletions virtua/index.html
@@ -0,0 +1,104 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
lang="en" xml:lang="en">
<head>
<title>Virtua</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<meta name="generator" content="Org-mode"/>
<meta name="generated" content="2011-08-19 21:43:41 CEST"/>
<meta name="author" content="Manuel Simoni"/>
<meta name="description" content=""/>
<meta name="keywords" content=""/>
<style type="text/css">
<!--/*--><![CDATA[/*><!--*/
html { font-family: Times, serif; font-size: 12pt; }
.title { text-align: center; }
.todo { color: red; }
.done { color: green; }
.tag { background-color: #add8e6; font-weight:normal }
.target { }
.timestamp { color: #bebebe; }
.timestamp-kwd { color: #5f9ea0; }
p.verse { margin-left: 3% }
pre {
border: 1pt solid #AEBDCC;
background-color: #F3F5F7;
padding: 5pt;
font-family: courier, monospace;
font-size: 90%;
overflow:auto;
}
table { border-collapse: collapse; }
td, th { vertical-align: top; }
dt { font-weight: bold; }
div.figure { padding: 0.5em; }
div.figure p { text-align: center; }
.linenr { font-size:smaller }
.code-highlighted {background-color:#ffff00;}
.org-info-js_info-navigation { border-style:none; }
#org-info-js_console-label { font-size:10px; font-weight:bold;
white-space:nowrap; }
.org-info-js_search-highlight {background-color:#ffff00; color:#000000;
font-weight:bold; }
/*]]>*/-->
</style>
<script type="text/javascript">
<!--/*--><![CDATA[/*><!--*/
function CodeHighlightOn(elem, id)
{
var target = document.getElementById(id);
if(null != target) {
elem.cacheClassElem = elem.className;
elem.cacheClassTarget = target.className;
target.className = "code-highlighted";
elem.className = "code-highlighted";
}
}
function CodeHighlightOff(elem, id)
{
var target = document.getElementById(id);
if(elem.cacheClassElem)
elem.className = elem.cacheClassElem;
if(elem.cacheClassTarget)
target.className = elem.cacheClassTarget;
}
/*]]>*///-->
</script>
</head>
<body>
<div id="content">

<h1 class="title">Virtua</h1>

<p><i>Virtua</i> is a new programming language I'm designing.
</p>
<p>
Links:
</p>
<ul>
<li>
<a href="https://github.com/manuel/schampignon">Schampignon</a>, an experimental interpreter (also see <code>fexpr</code> branch)
</li>
<li>
<a href="http://subjot.com/manuel/virtua">Latest thinking</a>, updated regularly
</li>
<li>
<a href="http://axisofeval.blogspot.com/search/label/virtua">Blog posts related to Virtua</a>, updated whenever something major happens

</li>
</ul>


<hr/>
<div id="postamble">
<p class="author"> Author: Manuel Simoni
<a href="mailto:msimoni@gmail.com">&lt;msimoni@gmail.com&gt;</a>
</p>
<p class="date"> Date: 2011-08-19 21:43:41 CEST</p>
<p class="creator">HTML generated by org-mode 6.34c in emacs 23</p>
</div>
</div>
</body>
</html>
14 changes: 14 additions & 0 deletions virtua/index.org
@@ -0,0 +1,14 @@
#+TITLE: Virtua
#+OPTIONS: toc:1 num:nil
#+AUTHOR: Manuel Simoni
#+EMAIL: msimoni@gmail.com

/Virtua/ is a new programming language I'm designing.

Links:

* [[https://github.com/manuel/schampignon][Schampignon]], an experimental interpreter (also see =fexpr= branch)
* [[http://subjot.com/manuel/virtua][Latest thinking]], updated regularly
* [[http://axisofeval.blogspot.com/search/label/virtua][Blog posts related to Virtua]], updated whenever something major happens

------------

0 comments on commit cc5bfc0

Please sign in to comment.