Jump to content

Frink (programming language): Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Y~ruwiki (talk | contribs)
No edit summary
m clean up spacing around commas and other punctuation fixes, replaced: ] , [ → ], [
 
(10 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Multiple issues|
{{notability|date=October 2018}}
{{Primary sources|date=June 2017}}
}}

{{Infobox programming language
{{Infobox programming language
| name = Frink
| name = Frink
| logo alt =
| logo alt =
| paradigm = [[Multi-paradigm]]: [[object-oriented programming|object-oriented]] , [[imperative programming|imperative]], [[functional programming|functional]],
| paradigm = [[Multi-paradigm]]: [[object-oriented programming|object-oriented]], [[imperative programming|imperative]], [[functional programming|functional]],
| designer = Eliasen, Alan
| designer = Eliasen, Alan
| developer =
| developer =
Line 11: Line 16:
| File extensions = <code>.frink</code>
| File extensions = <code>.frink</code>
| File format =
| File format =
| website = [https://frinklang.org https://frinklang.org]
| website = {{URL|https://frinklang.org}}
| wikibooks =
| wikibooks =
| year =
| year = 2001
| latest_release_version =
| latest_release_version =
| latest_release_date =
| latest_release_date =
Line 21: Line 26:
}}
}}


'''Frink''' is a computer programming language. It is, according to creator of the language, "designed to make physical calculations simple, to help ensure that answers come out right, and to make a tool that's really useful in the real world. It tracks units of measure (feet, meters, kilograms, watts, etc.) through all calculations, allowing you to mix units of measure transparently, and helps you easily verify that your answers make sense."<ref name="frinktool">{{cite web |last=Eliasen |first=Alan |title=Frink (official website) |url=http://futureboy.us/frinkdocs/ |accessdate=2011-07-30}}</ref>

== Features ==


* Units of measure for variables
'''Frink''' a computer programming language. It is, according to creator of the language, "designed to make physical calculations simple, to help ensure that answers come out right, and to make a tool that's really useful in the real world. It tracks units of measure (feet, meters, kilograms, watts, etc.) through all calculations, allowing you to mix units of measure transparently, and helps you easily verify that your answers make sense."<ref name="frinktool">{{cite web |last=Eliasen |first=Alan |title=Frink (official website) |url=http://futureboy.us/frinkdocs/ |accessdate=2011-07-30}}</ref>
* [[Interval arithmetic]]
* [[Anonymous function]]s


== Name ==
== Name ==


Frink was named after [[Professor Frink]], recurring character in the [[Animated cartoon|animated television series]] ''[[The Simpsons]]''<ref name="frinktool"/>.
Frink was named after [[Professor Frink]], recurring character in the [[Animated cartoon|animated television series]] ''[[The Simpsons]]''.<ref name="frinktool"/>


== References ==
== References ==
{{Reflist}}


== External links ==
* {{Official website|https://frinklang.org}}
* [https://rosettacode.org/wiki/Category:Frink Frink examples at Rosetta Code]


{{Programming languages}}
{{Programming languages}}
Line 36: Line 50:
[[Category:Cross-platform software]]
[[Category:Cross-platform software]]
[[Category:Scripting languages]]
[[Category:Scripting languages]]
[[Category:Numerical programming languages]]
[[Category:JVM programming languages]]
[[Category:Programming languages supporting units of measure]]
[[Category:Programming languages created in 2001]]

Latest revision as of 03:00, 1 February 2024

Frink
ParadigmMulti-paradigm: object-oriented, imperative, functional,
Designed byEliasen, Alan
First appeared2001
Filename extensions.frink
Websitefrinklang.org
Major implementations
Java virtual machine
Influenced by
Java

Frink is a computer programming language. It is, according to creator of the language, "designed to make physical calculations simple, to help ensure that answers come out right, and to make a tool that's really useful in the real world. It tracks units of measure (feet, meters, kilograms, watts, etc.) through all calculations, allowing you to mix units of measure transparently, and helps you easily verify that your answers make sense."[1]

Features

[edit]

Name

[edit]

Frink was named after Professor Frink, recurring character in the animated television series The Simpsons.[1]

References

[edit]
  1. ^ a b Eliasen, Alan. "Frink (official website)". Retrieved 2011-07-30.
[edit]