From 4198ad4b1cc7ec5aaf6919b503ce5c0c99b3ff5c Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Thu, 25 May 2017 08:25:57 +0300 Subject: [PATCH] Added Lisp reference. --- doc/index.html | 10 ++++++---- doc/index.org | 5 +++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/doc/index.html b/doc/index.html index 9d52033..9844583 100644 --- a/doc/index.html +++ b/doc/index.html @@ -2,7 +2,7 @@ Sixth - system for data storage, computation, exploration and interaction - + @@ -263,6 +263,8 @@ I love thease existing solutions and properties:
  • Easily self modifying.
  • +
  • (The big Lisp idea: https://dev.to/ericnormand/the-idea-of-lisp ) +
  • @@ -295,8 +297,8 @@ fly.
  • Transparent cansistency, checksumming and deduplication.
  • -
  • (Cool idea: -https://www.kenneth-truyers.net/2016/10/13/git-nosql-database/) +
  • (Git as a database: +https://www.kenneth-truyers.net/2016/10/13/git-nosql-database/ )
  • @@ -374,7 +376,7 @@ and my free time available). Contributions welcome ! :) diff --git a/doc/index.org b/doc/index.org index f57298d..bd143a8 100644 --- a/doc/index.org +++ b/doc/index.org @@ -52,6 +52,7 @@ I love thease existing solutions and properties: + Almost no syntax. + Code and data intercangeable. + Easily self modifying. + + (The big Lisp idea: https://dev.to/ericnormand/the-idea-of-lisp ) + Smalltalk (programming language / runtime): + Everything is object. @@ -67,8 +68,8 @@ I love thease existing solutions and properties: + Versionable + Branchable / mergeable. + Transparent cansistency, checksumming and deduplication. - + (Cool idea: - https://www.kenneth-truyers.net/2016/10/13/git-nosql-database/) + + (Git as a database: + https://www.kenneth-truyers.net/2016/10/13/git-nosql-database/ ) + Hadoop (computation system): + Many individual connected computers behave as one big -- 2.20.1