Setun

From HandWiki
(Redirected from Base-3 floating point)

Setun (Russian: Сетунь) was a computer developed in 1958 at Moscow State University. It was built under the leadership of Sergei Sobolev and Nikolay Brusentsov. It was the most modern ternary computer, using the balanced ternary numeral system and three-valued ternary logic instead of the two-valued binary logic prevalent in other computers. The computer was built to fulfill the needs of Moscow State University. It was manufactured at the Kazan Mathematical plant. Fifty computers were built from 1959 until 1965, when production was halted. The characteristic operating memory consisted of 81 words of memory, each word composed of 18 trits (ternary digits) with additional 1944 words on magnetic drum (total of about 7 KB).[1] Between 1965 and 1970, a regular binary computer was used at Moscow State University to replace it. Although this replacement binary computer performed equally well, it had 2.5 times the cost of the Setun.[2] In 1970, a new ternary computer architecture, the Setun-70, was developed; it was implemented only in the form of a simulator program running on a binary computer.[3]

Setun was named after the Setun River, which ends near Moscow University.

Dialog System for Structured Programming (DSSP)

DSSP (Dialog System for Structured Programming) is a programming language designed for Setun. It was created by students in the laboratory of Nikolay Brusentsov at the Computer Science department of the Moscow State University in 1980. The 32-bit version was created in 1989.

DSSP is similar to the Forth programming language; both are examples of stack-based languages.[4]

The underlying ideology of DSSP was to reduce the semantic gaps between the human interface and the computer system. One principle was that there should only be one language to control and use the computer. Another was the principle of "one word of text – one word of machine code". DSSP's structure stays very close to the actual machine. It uses reverse Polish notation, a stack-oriented form of calculation.

The first document in English regarding this obscure language distinguishes DSSP from Forth in the following manner: "DSSP was not invented. It was found. That is why DSSP has not versions, but only extensions. Forth is created by practice. DSSP is created by theory. But they are similar and it is a fact of great importance."[4]

See also

  • BINEG and UMC – Polish negabinary computers
  • Ternary computer
  • List of Russian inventions

References

Notes
  • Klimenko, Stanislav V.: Computer science in Russia: A personal view. IEEE Annals of the history of computing, v. 21, n. 3, 1999
  • Malinovski, B. N.: Istorija vychislitel’noj tekhniki v licakh. Kiev, 1995, (in Russian)
  • Žogolev, Y. A.: The order code and an interpretative system for the Setun computer. USSR Comp. Math. And Math. Physics (3), 1962, Oxford, Pergamon Press, pp. 563–578 (in English)
  • G. Trogemann, A. Y. Nitussov, W. Ernst (Hg.), Computing in Russia: The History of Computer Devices and Information Technology revealed. Vieweg Verlag, July 2001 (in English)
  • Hunger, Francis: SETUN. An Inquiry into the Soviet Ternary Computer. Institut für Buchkunst Leipzig, 2008, ISBN:3-932865-48-0 (Englisch, German)
  • Knuth, Donald (2006). Seminumerical Algorithms. The art of computer programming. 2 (3 ed.). Addison-Wesley. p. 208. ISBN 0-201-89684-2. 
  • Brusentsov, Nikolay Petrovich; Ramil Alvarez, José (2011). "Ternary Computers: The Setun and the Setun 70". Perspectives on Soviet and Russian Computing: First IFIP WG 9.7 Conference, SoRuCom 2006, Petrozavodsk, Russia, July 3–7, 2006, Revised Selected Papers: 74–80. doi:10.1007/978-3-642-22816-2_10. ISSN 1868-4238. https://link.springer.com/content/pdf/10.1007%2F978-3-642-22816-2_10.pdf. 

External links