<html lang="en">
<head>
<title>Sixth - system for data storage, computation, exploration and interaction</title>
-<!-- 2018-12-17 Mon 20:57 -->
+<!-- 2018-12-17 Mon 21:00 -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="Org-mode">
<div id="outline-container-sec-2-1" class="outline-3">
<h3 id="sec-2-1"><a id="ID-c19c5a3b-dfb0-4f7f-961c-a387b925669f" name="ID-c19c5a3b-dfb0-4f7f-961c-a387b925669f"></a><span class="section-number-3">2.1</span> Extensible, programmable computing environment examples</h3>
<div class="outline-text-3" id="text-2-1">
-<dl class="org-dl">
-<dt> <a href="https://www.johndcook.com/blog/2008/04/27/one-program-to-rule-them-all/">GNU Emacs</a> </dt><dd>At the heart, Emacs is text editor on top of Lisp
-runtime. Data storage and computation can be done in
-<a href="https://www.defmacro.org/ramblings/lisp.html">Lisp</a>. Emacs provides text buffers that can be used to
-build GUI.
-</dd>
-
-<dt> <a href="https://www.eclipse.org/ide/">Eclipse IDE</a> </dt><dd>In essence <a href="https://en.wikipedia.org/wiki/OSGi">OSGi</a> platform with a text
-editor. Computation done in java. Eclipse provides
-integration, runtime and GUI platform.
-</dd>
-
-<dt> <a href="https://en.wikipedia.org/wiki/IBM_Notes">IBM Notes/Domino</a> </dt><dd>Custom database engine, software development
+<ul class="org-ul">
+<li><a href="https://www.johndcook.com/blog/2008/04/27/one-program-to-rule-them-all/">GNU Emacs</a> - At the heart, Emacs is text editor on top of Lisp
+runtime. Data storage and computation can be done in <a href="https://www.defmacro.org/ramblings/lisp.html">Lisp</a>. Emacs
+provides text buffers that can be used to build GUI.
+</li>
+
+<li><a href="https://www.eclipse.org/ide/">Eclipse IDE</a> - In essence <a href="https://en.wikipedia.org/wiki/OSGi">OSGi</a> platform with a text
+editor. Computation done in java. Eclipse provides integration,
+runtime and GUI platform.
+</li>
+
+<li><a href="https://en.wikipedia.org/wiki/IBM_Notes">IBM Notes/Domino</a> - Custom database engine, software development
platform, GUI editor, computation can be done in Java and
LotusScript.
-</dd>
+</li>
-<dt> <a href="https://en.wikipedia.org/wiki/ABAP">SAP ABAP</a> </dt><dd>Custom database engine, runtime, GUI platform,
+<li><a href="https://en.wikipedia.org/wiki/ABAP">SAP ABAP</a> - Custom database engine, runtime, GUI platform,
development environment and programming language.
-</dd>
-</dl>
+</li>
+</ul>
</div>
</div>
</div>
</div></div></div>
<footer id="postamble" class="">
<div><p class="author">Author: Svjatoslav Agejenko</p>
-<p class="date">Created: 2018-12-17 Mon 20:57</p>
+<p class="date">Created: 2018-12-17 Mon 21:00</p>
<p class="creator"><a href="http://www.gnu.org/software/emacs/">Emacs</a> 25.2.2 (<a href="http://orgmode.org">Org-mode</a> 8.2.10)</p>
</div>
</footer>
:PROPERTIES:
:ID: c19c5a3b-dfb0-4f7f-961c-a387b925669f
:END:
-+ [[https://www.johndcook.com/blog/2008/04/27/one-program-to-rule-them-all/][GNU Emacs]] :: At the heart, Emacs is text editor on top of Lisp
- runtime. Data storage and computation can be done in
- [[https://www.defmacro.org/ramblings/lisp.html][Lisp]]. Emacs provides text buffers that can be used to
- build GUI.
++ [[https://www.johndcook.com/blog/2008/04/27/one-program-to-rule-them-all/][GNU Emacs]] - At the heart, Emacs is text editor on top of Lisp
+ runtime. Data storage and computation can be done in [[https://www.defmacro.org/ramblings/lisp.html][Lisp]]. Emacs
+ provides text buffers that can be used to build GUI.
-+ [[https://www.eclipse.org/ide/][Eclipse IDE]] :: In essence [[https://en.wikipedia.org/wiki/OSGi][OSGi]] platform with a text
- editor. Computation done in java. Eclipse provides
- integration, runtime and GUI platform.
++ [[https://www.eclipse.org/ide/][Eclipse IDE]] - In essence [[https://en.wikipedia.org/wiki/OSGi][OSGi]] platform with a text
+ editor. Computation done in java. Eclipse provides integration,
+ runtime and GUI platform.
-+ [[https://en.wikipedia.org/wiki/IBM_Notes][IBM Notes/Domino]] :: Custom database engine, software development
- platform, GUI editor, computation can be done in Java and
- LotusScript.
++ [[https://en.wikipedia.org/wiki/IBM_Notes][IBM Notes/Domino]] - Custom database engine, software development
+ platform, GUI editor, computation can be done in Java and
+ LotusScript.
-+ [[https://en.wikipedia.org/wiki/ABAP][SAP ABAP]] :: Custom database engine, runtime, GUI platform,
- development environment and programming language.
++ [[https://en.wikipedia.org/wiki/ABAP][SAP ABAP]] - Custom database engine, runtime, GUI platform,
+ development environment and programming language.
* Current status
+ Formulated high-level [[id:1f4e1c17-d25f-4d92-aa9b-5785f1d86f4f][vision / goal]].