Logtalk

Logtalk
ParadigmLogic programming, object-oriented programming, prototype-based programming
Designed byPaulo Moura
First appeared1998; 26 years ago (1998)
Stable release
3.66.0 / 30 May 2023; 15 months ago (2023-05-30)
OSCross-platform
LicenseArtistic License 2.0 (2.x) / Apache License 2.0 (3.01.x)
Websitelogtalk.org
Influenced by
Prolog, Smalltalk, Objective-C

Logtalk is an object-oriented logic programming language that extends and leverages the Prolog language with a feature set suitable for programming in the large.[1] It provides support for encapsulation and data hiding, separation of concerns and enhanced code reuse.[1] Logtalk uses standard Prolog syntax with the addition of a few operators and directives.

The Logtalk language implementation is distributed under an open source license and can run using a Prolog implementation (compliant with official and de facto standards)[1] as the back-end compiler.

Features

Logtalk aims to bring together the advantages of object-oriented programming and logic programming.[1] Object-orientation emphasizes developing discrete, reusable units of software, while logic programming emphasizes representing the knowledge of each object in a declarative way.

As an object-oriented programming language, Logtalk's major features include support for both classes (with optional metaclasses) and prototypes, parametric objects,[2] protocols (interfaces), categories (components, aspects, hot patching), multiple inheritance, public/protected/private inheritance, event-driven programming, high-level multi-threading programming,[3] reflection, and automatic generation of documentation.

For Prolog programmers, Logtalk provides wide portability, featuring predicate namespaces (supporting both static and dynamic objects), public/protected/private object predicates, coinductive predicates, separation between interface and implementation, simple and intuitive meta-predicate semantics, lambda expressions, definite clause grammars, term-expansion mechanism, and conditional compilation. It also provides a module system based on de facto standard core module functionality (internally, modules are compiled as prototypes).

Examples

Logtalk's syntax is based on Prolog:

?- write('Hello world'), nl.
Hello world
true.

Defining an object:

:- object(my_first_object).

    :- initialization((write('Hello world'), nl)).

    :- public(p1/0).
    p1 :- write('This is a public predicate'), nl.

    :- private(p2/0).
    p2 :- write('This is a private predicate'), nl.

:- end_object.

Using the object, assuming is saved in a my_first_object.lgt file:

?- logtalk_load(my_first_object).
Hello world
true.

?- my_first_object::p1.
This is a public predicate
true.

Trying to access the private predicate gives an error:

?- my_first_object::p2.
ERROR: error(permission_error(access, private_predicate, p2), my_first_object::p2, user)

Anonymous functions

Logtalk uses the following syntax for anonymous predicates (lambda expressions):

{FreeVar1, FreeVar2, ...}/[LambdaParameter1, LambdaParameter2, ...]>>Goal

A simple example with no free variables and using a list mapping predicate is:

| ?- meta::map([X,Y]>>(Y is 2*X), [1,2,3], Ys).
Ys = [2,4,6]
yes

Currying is also supported. The above example can be written as:

| ?- meta::map([X]>>([Y]>>(Y is 2*X)), [1,2,3], Ys).
Ys = [2,4,6]
yes

Prolog back-end compatibility

Supported back-end Prolog compilers include B-Prolog, Ciao Prolog, CxProlog, ECLiPSe, GNU Prolog, JIProlog, Quintus Prolog, Scryer Prolog, SICStus Prolog, SWI-Prolog, Tau Prolog, Trealla Prolog, XSB, and YAP.[4] Logtalk allows use of back-end Prolog compiler libraries from within object and categories.

Developer tools

Logtalk features on-line help, a documenting tool (that can generate PDF and HTML files), an entity diagram generator tool, a built-in debugger (based on an extended version of the traditional Procedure Box model found on most Prolog compilers), a unit test framework with code coverage analysis, and is also compatible with selected back-end Prolog profilers and graphical tracers.[5]

Applications

Logtalk has been used to process STEP data models used to exchange product manufacturing information.[6] It has also been used to implement a reasoning system that allows preference reasoning and constraint solving.[7]

See also

References

  1. ^ a b c d Paulo Moura (2003). Logtalk: Design of an Object-Oriented Logic Programming Language. PhD thesis. Universidade da Beira Interior
  2. ^ Moura, Paulo (2011). Programming Patterns for Logtalk Parametric Objects. Applications of Declarative Programming and Knowledge Management. Lecture Notes in Computer Science. Vol. 6547. doi:10.1007/978-3-642-20589-7_4. ISBN 978-3-642-20588-0.
  3. ^ Practical Aspects of Declarative Languages. Lecture Notes in Computer Science. Vol. 4902. 2008. doi:10.1007/978-3-540-77442-6. ISBN 978-3-540-77441-9.
  4. ^ "Logtalk compatibility". Logtalk.org. 2016-10-10. Retrieved 2021-07-06.
  5. ^ "Developer Tools – LogtalkDotOrg/logtalk3 Wiki – GitHub". Github.com. 2013-02-12. Retrieved 2013-08-19.
  6. ^ Logic Programming. Lecture Notes in Computer Science. Vol. 4079. 2006. doi:10.1007/11799573. ISBN 978-3-540-36635-5.
  7. ^ Victor Noël; Antonis Kakas (2009). Gorgias-C: Extending Argumentation with Constraint Solving (PDF). Logic Programming and Nonmonotonic Reasoning. Lecture Notes in Computer Science. Vol. 5753. pp. 535–541.
  • Official website
  • Logtalking blog
  • From Plain Prolog to Logtalk Objects: Effective Code Encapsulation and Reuse (Invited Talk). Paulo Moura. Proceedings of the 25th International Conference on Logic Programming (ICLP), July 2009. LNCS 5649. Springer-Verlag Berlin Heidelberg". (Slides)

Read other articles:

تحتاج النصوص المترجمة في هذه المقالة إلى مراجعة لضمان معلوماتها وإسنادها وأسلوبها ومصطلحاتها ووضوحها للقارئ، لأنها تشمل ترجمة اقتراضية أو غير سليمة. فضلاً ساهم في تطوير هذه المقالة بمراجعة النصوص وإعادة صياغتها بما يتناسب مع دليل الأسلوب في ويكيبيديا. (نوفمبر 2017) تحتاج ه...

Artikel ini sebatang kara, artinya tidak ada artikel lain yang memiliki pranala balik ke halaman ini.Bantulah menambah pranala ke artikel ini dari artikel yang berhubungan atau coba peralatan pencari pranala.Tag ini diberikan pada Februari 2023. Pelabuhan AqabaKapal kontainer berlabuh di pelabuhan, 2010LokasiNegaraAqaba, YordaniaKoordinat29°31′00″N 35°00′00″E / 29.5167°N 35°E / 29.5167; 35UN/LOCODEJOAQJ[1]DetailPemilikAqaba Development Corporation S...

岡田 三郎助(おかだ さぶろうすけ) 明治39年誕生日 (1869-02-22) 1869年2月22日死没年 1939年9月23日(1939-09-23)(70歳)墓地 青山霊園国籍 日本芸術分野 洋画代表作 「矢調べ」(1893)、「婦人像(某婦人の肖像)」(1907)、「支那絹の前」(1920)、「あやめの衣」(1927)、「裸婦」(1935年)テンプレートを表示 岡田三郎助 岡田 三郎助(おかだ さぶろうすけ、旧姓:石尾、1...

Rita Montagnana Rita Montagnana (Turín, 6 de enero de 1895 - Roma, 18 de julio de 1979), fue una política italiana, dirigente y parlamentaria del Partido Comunista Italiano. Biografía De familia judía, a los 13 años Rita Montagnana trabajaba ya como aprendiza en una sastrería, comprometiéndose desde muy joven en la actividad política. Miembro desde 1915 del Partido Socialista Italiano, participó en 1917 en las revueltas de Turín contra la hambruna y la guerra, y en 1919-1920, ya com...

Про себе Герб Києва Цей користувач із Києва Цей користувач — юрист Цей користувач є учасником проєкту «Право» Зміст 1 Про себе 2 Про Вікіпедію 3 To do list 4 Done Про себе ПІБ: Шеляженко Юрій Вадимович. Зв'язок: (097) 317-93-26. Наукові публікації: ORCID, Academia.edu, Researchgate, Mendeley Основні компетен...

Heikki Liimatainen Medallista olímpico Datos personalesNacimiento Karstula (Finlandia)14 de marzo de 1894Nacionalidad(es) FinlandesaFallecimiento Porvoo (Finlandia)24 de diciembre de 1980Carrera deportivaDeporte Atletismo               Medallero Atletismo Finlandia Finlandia Juegos Olímpicos OroParís 1924Campo través equipo [editar datos en Wikidata] Heikki Liimatainen (Finlandia, 14 de marzo de 1894-24 d...

The New Heart of Wisdom: Profound Teachings from Buddha's Heart AuthorGeshe Kelsang GyatsoCountryUnited KingdomLanguageEnglishGenreReligion, Buddhism, SpiritualityPublisherTharpa PublicationsPublication date5th. ed., 2012Media typePrintISBN978-0-948006-77-7OCLC48195039 The New Heart of Wisdom: Profound Teachings from Buddha's Heart (Tharpa Publications 5th. ed., 2012 ISBN 978-1906665043) is a commentary to Buddha Shakyamuni's Heart Sutra by Geshe Kelsang Gyatso. The Heart Sutra is a...

Colombian island group in Central America Department in Insular Region, ColombiaArchipelago of San Andrés,Providencia and Santa Catalina Archipiélago de San Andrés,Providencia y Santa CatalinaDepartment FlagCoat of armsMotto(s): Paraíso TurísticoTourist ParadiseAnthem: Himno de San Andrés y ProvidenciaSan Andrés and Providencia shown in the Caribbean mapTopography of the archipelagoCoordinates: 12°33′N 81°43′W / 12.550°N 81.717°W / 12.550; -81.717Co...

2008 North Carolina Republican presidential primary ← 2004 May 6, 2008 (2008-05-06) 2012 → ← INNE →69 pledged delegates to the Republican National Convention   Candidate John McCain Mike Huckabee(withdrawn) Home state Arizona Arkansas Delegate count 51 8 Popular vote 383,085 63,018 Percentage 74.01% 12.18%   Candidate Ron Paul Alan Keyes(withdrawn) Home state Texas Maryland Delegate count 5 2 Popular...

Base Aérea de Batajnica Aerodrom BatajnicaАеродром Батајница IATA: BJY OACI: LYBT FAA: LocalizaciónUbicación SerbiaElevación 86 mSirve a BelgradoDetalles del aeropuertoTipo MilitarOperador Fuerzas Armadas de SerbiaPistas DirecciónLargoSuperficie12/30985Hierba12R/30L2.438Asfalto12L/30R2.494AsfaltoMapa BJY / LYBT Situación del aeropuerto en Serbia[editar datos en Wikidata] La Base Aérea de Batajnica (en serbio: Aerodrom Batajnica, cirílico: Аеродро...

2009 Japanese film directed by Takeshi Koike RedlineTheatrical release posterDirected byTakeshi KoikeScreenplay by Katsuhito Ishii Yōji Enokido Yoshiki Sakurai Story byKatsuhito IshiiProduced by Kentarō Yoshida Yukiko Koike Starring Takuya Kimura Yū Aoi Tatsuya Gashūin Yoshinori Okada Kanji Tsuda Yoshiyuki Morishita Akemi Takeshi Aono Kōsei Hirota Unshō Ishizuka Kenta Miyake Kōji Ishii Chō Kenyu Horiuchi Tadanobu Asano CinematographyRyu TakizawaEdited by Satoshi Terauchi Naoki Kawanis...

Iglesia San Benjamín LocalizaciónPaís ArgentinaDivisión La PlataDirección La Plata, ArgentinaInformación religiosaCulto Iglesia católicaHistoria del edificioFundador Gobernador Benjamín del Castillo y Jacoba Ramiro AlagónDatos arquitectónicosTipo Parroquia[editar datos en Wikidata] Procesión de San Benjamín. La Iglesia San Benjamín, es una iglesia (o parroquia) ubicada en el barrio de Los Hornos, en La Plata, Provincia de Buenos Aires, Argentina. Se encuentra en la esqu...

Indian actor (born 1976) Vivek OberoiOberoi in 2016BornVivek Anand Oberoi (1976-09-03) 3 September 1976 (age 47)Hyderabad, Andhra Pradesh, IndiaOccupationActorYears active2002–presentSpouse Priyanka Alva ​(m. 2010)​Children2ParentSuresh Oberoi (father)FamilyOberoi Vivek Anand Oberoi (born 3 September 1976) is an Indian actor who mainly works in Hindi cinema, in addition to working in few Telugu, Malayalam, Kannada and Tamil films. Early life Vivek Ober...

Florence Duperval GuillaumePerdana Menteri HaitiPelaksana tugasMasa jabatan20 Desember 2014 – 16 Januari 2015PresidenMichel MartellyPendahuluLaurent LamothePenggantiEvans Paul Informasi pribadiLahirPort-au-Prince, HaitiPartai politikIndependenSunting kotak info • L • B Florence Duperval Guillaume adalah politisi Haiti serta Menteri Kesehatan Publik dan Populasi Haiti, dan Pelaksana Tugas Perdana Menteri Haiti dari 20 Desember 2014 hingga 16 Januari 2015[1] Ref...

AwardCross of ValourTypeMedalAwarded foracts of conspicuous courage in circumstances of extreme peril[1]Presented byAustraliaEligibilityAustralian citizenPost-nominalsCVStatusCurrently awardedEstablished14 February 1975First awarded1989Last awarded2003Total5Order of wearNext (higher)George Cross (GC)(If awarded on or before 4 October 1992) Or the Victoria Cross (VC) (If awarded after 5 October 1992). [2]Next (lower)Knight/Lady of the Garter (KG/LG)RelatedStar of Cour...

American politician (born 1940) Nancy PelosiOfficial portrait, 201952nd Speaker of the United States House of RepresentativesIn officeJanuary 3, 2019 – January 3, 2023Preceded byPaul RyanSucceeded byKevin McCarthyIn officeJanuary 4, 2007 – January 3, 2011Preceded byDennis HastertSucceeded byJohn BoehnerHouse Minority LeaderIn officeJanuary 3, 2011 – January 3, 2019WhipSteny HoyerPreceded byJohn BoehnerSucceeded byKevin McCarthyIn officeJanuary 3, 2003 –...

Untuk kegunaan lain, lihat Six feet under. Six Feet UnderInformasi latar belakangAsalTampa, Florida, Amerika SerikatGenreDeath metalDeath 'n' rollTahun aktif1993–sekarangLabelMetal BladeArtis terkaitCannibal Corpse, Obituary, Torture Killer, DeathSitus websfu420.comAnggotaChris BarnesSteve SwansonJeff Hughell Marco PitruzzellaMantan anggotaAllen WestTerry ButlerGreg GallMatt DeVriesRob ArnoldKevin TalleyOla Englund Chris Barnes, 2015 Six Feet Under (atau yang kerap disingkat juga dengan SFU...

British actor Ernest Butcher1936 Spotlight photoBornEdward Ernest Butcher(1885-04-07)7 April 1885Burnley, Lancashire, EnglandDied8 June 1965(1965-06-08) (aged 80)London, EnglandOccupationActorSpouseMuriel George Edward Ernest Butcher (7 April 1885 – 8 June 1965) was a British actor, on stage from 1935, and with many film and TV appearances.[1][2][3] He was the second husband of the actress Muriel George, and stepfather to her son, the critic John Davenport.&...

Pour les articles homonymes, voir FBP. Bureau fédéral des prisonsFederal Bureau of Prisons Sceau du Bureau fédéral des prisons. Devise : « Correctional Excellence. Respect. Integrity. » Situation Création 1930 Siège 320 1st Street, NW, Washington Langue Anglais Budget 7,299 milliards de $ (2017) Organisation Membres 43 705 employés (2017) Effectifs 188 797 prisonniers (2017) Directeur Hugh Hurwitz Dépend de Département de la Justice des États-Uni...

American children's fantasy author Brittney RyanRyan from the book jacket of The Legend of Holly ClausBornPortland, Oregon, U.S.Occupation Author storyteller librettist producer composer GenreJuvenile fantasyNotable worksThe Legend of Holly Claus (book) Brittney Ryan is an American New York Times bestselling author[1] of children's fantasy novels with a Christmas theme. Books Ryan and Julie Andrews on tour, 2007 A reviewer from Publishers Weekly called The Legend of Holly Claus a lush...