Content deleted Content added
just cite the book, don't sell it |
Added short description Tags: Mobile edit Mobile app edit Android app edit App suggested edit App description add |
||
(10 intermediate revisions by 7 users not shown) | |||
Line 1:
{{Short description|Declarative, general-purpose programming language}}
{{Infobox programming language
| name =Gödel
Line 10 ⟶ 11:
| typing = [[strong typing|strong]]
| implementations =
| dialects = [https://web.archive.org/web/20091207092823/http://www.scs.leeds.ac.uk/hill/GOEDEL/expgoedel.html Gödel with Generic (Parametrised) Modules]
| influenced_by =
| influenced =
| operating_system = [[Unix-like]]
| license = Non-commercial research/educational use only
| website = https://www.cs.unipr.it/~hill/GOEDEL/expgoedel.html
| file_ext =
}}
'''Gödel''' is a [[Declarative programming|declarative]], general-purpose [[programming language]] that adheres to the [[Logic programming|logic]] [[programming paradigm]]. It is a [[strongly typed language]], the type system being based on [[many-sorted logic]] with [[parametric polymorphism]]. It is named after logician [[Kurt Gödel]].
==Features==
Gödel has a module system, and it supports [[Arbitrary-precision arithmetic|arbitrary precision]] integers, arbitrary precision rationals, and also floating-point numbers. It can solve [[constraint (mathematics)|constraints]] over finite domains of integers and also linear rational constraints. It supports processing of [[finite set]]s. It also has a flexible computation rule and a pruning operator which generalises the commit of the concurrent logic programming languages.
Gödel's [[meta-logic]]al facilities provide support for meta-programs that do analysis, [[program transformation|transformation]], compilation, verification, and debugging, among other tasks.
==Sample code==
Line 208 ⟶ 50:
i Mod d = 0 &
j Mod d = 0.
==External links==
* https://web.archive.org/web/20091207092823/http://www.scs.leeds.ac.uk/hill/GOEDEL/expgoedel.html
* https://mitpress.mit.edu/9780262519151/the-godel-programming-language/
{{Authority control}}
{{DEFAULTSORT:Godel (programming language)}}
[[Category:Logic programming languages|Godel]]
[[Category:
[[Category:Programming languages created by women]]
|