Fixed broken link to www.svjatoslav.eu
[sixth.git] / doc / index.html
index d4ebd75..d6818cf 100644 (file)
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <title>Sixth - system for data storage, computation, exploration and interaction</title>
-<!-- 2017-05-15 Mon 02:04 -->
+<!-- 2017-07-07 Fri 13:10 -->
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta name="generator" content="Org-mode">
@@ -217,7 +217,7 @@ published by the Free Software Foundation.
 </ul>
 </li>
 
-<li><a href="http://svjatoslav.eu/programs.jsp">other applications hosted at svjatoslav.eu</a>
+<li><a href="http://www.svjatoslav.eu/programs.jsp">other applications hosted at svjatoslav.eu</a>
 </li>
 </ul>
 
@@ -243,17 +243,46 @@ Dr. Lawrence Angelo, The Lawnmower Man (1992)
 </p>
 </blockquote>
 </li>
+
+<li>Why such name ?
+<ul class="org-ul">
+<li>In short: it's just a number.
+</li>
+<li>Many years ago inspired by the ideas of <a href="https://en.wikipedia.org/wiki/Forth_(programming_language)">Forth (programming
+language)</a> I decided to create my own implementation <a href="http://www2.svjatoslav.eu/gitbrowse/fifth/doc/index.html">Fifth</a>
+(computing/programming environment).
+</li>
+<li>Then I realized I miss type safe object oriented capabilities. So
+I updated the name to Sixth and switched to Java.
+</li>
+</ul>
+</li>
 </ul>
 </div>
 
-
 <div id="outline-container-sec-1-1" class="outline-3">
 <h3 id="sec-1-1"><a id="ID-4224d52c-2ee1-411a-bd89-77c286322b21" name="ID-4224d52c-2ee1-411a-bd89-77c286322b21"></a><span class="section-number-3">1.1</span> Perfect data storage and computation engine</h3>
 <div class="outline-text-3" id="text-1-1">
+
 <p>
-I love thease existing solutions and properties:
+I hate to choose between good things. Figuring out a way to combine
+below properties in one system would be beyond awesome.
 </p>
 
+<p>
+(That`s the high level overview, details are slowly being worked
+out&#x2026;)
+</p>
+
+<ul class="org-ul">
+<li>See: <a href="http://www2.svjatoslav.eu/gitbrowse/sixth-data/doc/index.html">Sixth data subproject</a>
+</li>
+</ul>
+</div>
+
+<div id="outline-container-sec-1-1-1" class="outline-4">
+<h4 id="sec-1-1-1"><span class="section-number-4">1.1.1</span> Computation</h4>
+<div class="outline-text-4" id="text-1-1-1">
 <ul class="org-ul">
 <li>Lisp (programming language):
 <ul class="org-ul">
@@ -263,6 +292,8 @@ I love thease existing solutions and properties:
 </li>
 <li>Easily self modifying.
 </li>
+<li>(The big Lisp idea: <a href="https://dev.to/ericnormand/the-idea-of-lisp">https://dev.to/ericnormand/the-idea-of-lisp</a> )
+</li>
 </ul>
 </li>
 
@@ -275,25 +306,7 @@ I love thease existing solutions and properties:
 <li>Anything can be suspended/resumed from persistent storage on the
 fly.
 </li>
-</ul>
-</li>
-
-<li>Relational databases:
-<ul class="org-ul">
-<li>Transactional
-</li>
-<li>Indexable / Quickly searchable
-</li>
-</ul>
-</li>
-
-<li>Git (version control system)
-<ul class="org-ul">
-<li>Versionable
-</li>
-<li>Branchable / mergeable.
-</li>
-<li>Transparent cansistency, checksumming and deduplication.
+<li><a href="http://esug.org/data/ESUG2015/3%20wednesday/1100-1130%20SQL%20Queries%20on%20Smalltalk%20Objects/SQL%20Queries%20in%20Smalltalk%20(James%20Foster).pdf">GemStone/S</a>: Awesome feature list!
 </li>
 </ul>
 </li>
@@ -316,19 +329,11 @@ efficiency).
 </ul>
 </li>
 </ul>
-
-
-<p>
-I hate to choose between good things. Figuring out a way to combine
-above properties in one system would be beyond awesome.
-</p>
-
-<p>
-(I have not solved it yet..)
-</p>
 </div>
 </div>
 </div>
+</div>
+
 <div id="outline-container-sec-2" class="outline-2">
 <h2 id="sec-2"><span class="section-number-2">2</span> Current status</h2>
 <div class="outline-text-2" id="text-2">
@@ -338,7 +343,7 @@ above properties in one system would be beyond awesome.
 
 <li>In the process of implementing some of building blocks:
 <ul class="org-ul">
-<li><a href="http://www2.svjatoslav.eu/gitbrowse/sixth-data/doc/index.html">First layer of storage: Simple persistent key-value map.</a>
+<li><a href="http://www2.svjatoslav.eu/gitbrowse/sixth-data/doc/index.html">Data storage engine.</a>
 </li>
 
 <li><a href="http://www2.svjatoslav.eu/gitbrowse/sixth-3d/doc/index.html">In software, pure Java realtime 3D rendering engine.</a>
@@ -371,7 +376,7 @@ and my free time available). Contributions welcome ! :)
 </div></div></div>
 <footer id="postamble" class="">
 <div><p class="author">Author: Svjatoslav Agejenko</p>
-<p class="date">Created: 2017-05-15 Mon 02:04</p>
+<p class="date">Created: 2017-07-07 Fri 13:10</p>
 <p class="creator"><a href="http://www.gnu.org/software/emacs/">Emacs</a> 25.1.1 (<a href="http://orgmode.org">Org-mode</a> 8.2.10)</p>
 </div>
 </footer>