Clever Geek Handbook
πŸ“œ ⬆️ ⬇️

Bistro

Bistro is an object-oriented programming language that is a variant of Smalltalk for the Java platform .

Bistro
Semanticsobject oriented
Language classand
Appeared in1999
AuthorNicholas Boyd
DeveloperNicholas Boyd
Release3.6 (October 14, 2010)
Type systemdynamic , reflective
InfluencedSmalltalk , Java
Licensefree person
Sitebistro.sourceforge.net

Description

Bistro supports reflection . The syntax of the language is as close as possible to the syntax of Smalltalk, however it introduces the concepts of packages and imports from Java. The language allows overloading some operators (overloading ++ and - is not possible).

The syntax for package definition and import is:

package: my.package.subpackage;
import: my.package.MyClass;
import: my.package. *;

Unlike Java, the language lacks the ability to import static methods.

History

Nicholas S. Boyd created and published the language in 1999. Since 2010, the development of the language has not been carried out [1] .

Notes

  1. ↑ Language site at SourceForge


Source - https://ru.wikipedia.org/w/index.php?title=Bistro&oldid=72256479


More articles:

  • Redout
  • Belarus Second League Football 2003
  • Palmitation
  • Neusiedl am See (Borough)
  • Romanov, Matvey Tikhonovich
  • Ratimov, Vasily Alexandrovich
  • Eye of Providence
  • Balaev, Aydin Huseynaga oglu
  • Haiyuan
  • May 3 (Poland)

All articles

Clever Geek | 2019