Skip to content
Konstantin Dyachenko edited this page Nov 30, 2021 · 38 revisions

(русская версия)

Where is FAQ?

  • It is finally here!

What is it?

  • This a research project that aims to improve the efficiency of computer systems both inside and outside. This is done using simplification, encouraging openness, increasing availability to people (via speeding up an understanding of systems), reduction of resources required for storage and processing of information.

What does the name Links Platform mean?

  • This does mean that Links Platform is a platform that is based on a concept of a link.

What does the Link mean?

  • Link is the simplest and yet meaningful object or unit of data/information/knowledge/meaning that can be used to describe any possible data structure. Links Platform currently supports two types of Link. The double (pair) link is an object with source and target properties, so there is a starting point (source) and ending point (target), and also direction from source to target. The triple (tuple) link is an object with source, linker and target properties. It is similar to double (pair) link, because it has source, target and direction, but there is an additional property - linker, which answers a question "How source and target are connected?". Linker can be interpreted as verb, action, type, category, predicate, transition, algorithm or virtually anything that can describe the connection. All properties source, linker, and target in both types of link are references to other links. That means links describe themselves recursively, and this structure is similar to fractal in that sense. It is also possible to have a linking sequence as a link (not limited to 2 or 3 elements) like the List in Lisp. Still it is possible to store sequences using double and triple links, therefore it is not the highest priority to implement variable length links.

white regular & directed links with coloured 8 elements sequence structure, black typed link with coloured 8 elements sequence structure

How can I use it?

  • At the moment LinksPlatform can be used as a knowledge storage system. It means that it can store any knowledge or data in a way what is convenient for any later computation using the data. In its abilities, it is similar to Turing Machine's tape, but instead of ones and zeros, it uses links as data units.

Where are the examples?

Where is the API description?

How much memory Links uses?

Where can I find more information about a project?