Frink (programming language)
The topic of this article may not meet Wikipedia's general notability guideline. (October 2018) |
This article relies too much on references to primary sources. (June 2017) |
Paradigm | Multi-paradigm: object-oriented , imperative, functional, |
---|---|
Designed by | Eliasen, Alan |
First appeared | 2001 |
Filename extensions | .frink |
Website | frinklang |
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[]
- units of measure for variables
- Interval arithmetic
- Anonymous functions
Name[]
Frink was named after Professor Frink, recurring character in the animated television series The Simpsons.[1]
References[]
- ^ a b Eliasen, Alan. "Frink (official website)". Retrieved 2011-07-30.
External links[]
Categories:
- Cross-platform software
- Scripting languages
- Numerical programming languages
- JVM programming languages
- Programming languages supporting units of measure
- Programming languages created in 2001