Bystroushaak's blog / English section / Programming / tinySelf
📂

tinySelf

tinySelf is an experimental programming language inspired by the Self lang (see 📂Series about Self), with the emphasis on the word experimental.

I would like something like the glasswork rack you know from the chemistry pictures, but for computation.

The point of the experiment is not that much in the language itself, but all kind of different stuff that can be done with it. tinySelf should be lightweight, compact, collapsible, interchangeable, universal computational apparatus for anything I can possibly hope to make.

I would like to explore some concepts from Self, and Smalltalk, as well as the ideas of Douglas Engelbart and Ted Nelson. Specifically:

  1. Try representation of the data by using prototype-based object-oriented programming language, instead of data-oriented serialization formats like JSON and XML. Think something closer to the rebol.
  1. Prototype-based user interface like Morphic and how much it is really useful for representation and working with data and information.
  1. Reflection & homoiconicity experiments. In interpreter, language, but also in graphic interface. I think that reflection may one of the key features for reducing cognitive load, but I have to try it to actually see how much.
  1. Philosophical concept of the "explicitly structured data". If the data are objects and object have reflection and docstrings, they should be more understandable and explorable than binary formats or structures based on dictionaries.
  1. Implement and test some of Engelbart's ideas about working with infosphere. Object wiki which is partially also a database and API and language.
  1. Obtain platform to test some of the Alan Kay's and David Ungar's ideas. Prototype-based user interface. Usage of the language for simulation. Things related to moldable development (see Moldable tools; a book and a movement).
  1. Obtain, test and describe custom-made environment for tight-coupled-loop technology as it was described by J. C. R. Licklider in his Man-Computer Symbiosis paper.

tinySelfEE

tinySelfEE is the second iteration rewritten to Java, hence the EE in name (EE stands for Enterprise Edition, typical Java buzzword). In the future, it should use GraalVM to gain some usable speed.

Differences from Self

Blogs

Here are some of my blogs about tinySelf and tinySelfEE:

Source code

Links

Licence

MIT opensource licence.

Become a Patron