Loglan'82: programming language for object-oriented and distributed programming
Published on: 2025-08-19 11:55:24
Z Lem
Loglan'82 is a programming language conceived for object and distributed programming.
It has many features that make Loglan'82 a tool surpassing other programming languages:
It enjoys a unique safe and efficient system of managing objects, see Safe dealocation,
It offers modules of classes ( class ), moreover it allows to declare modules of cooperating objects i.e. coroutines and modules of threads ( process ). One can create not only objects of classes, but also objects of coroutines with their fibres and objects of processes, aka agents with their threads .
), moreover it allows to declare modules of cooperating objects i.e. and modules of threads ( ). One can create not only objects of classes, but also objects of coroutines with their and objects of processes, aka agents with their . Virtual machines of Loglan may connect (through internet) in a virtual, multiprocesorr computer.This allows to distribute a computation of a program between processors in a controlled way.
... Read full article.