Category:Frink
This programming language may be used to instruct a computer to perform a task.
Official website |
---|
Garbage collected: | Yes |
---|---|
See Also: |
|
Frink is a programming language designed and implemented by Alan Eliasen. It is designed to be a general-purpose, relatively concise, multi-paradigm language.
One of the most obvious differentiating features of Frink is that it tracks units of measure (feet, meters, tons, watts, etc.) through all calculations, helping ensure that physical calculations make sense. Frink understands how different units of measure interrelate, such as a length cubed is a volume, or power multiplied by time is energy. Different units of measure can be mixed in calculations, and Frink automatically ensures that the calculations lead to a result with the expected dimensions. It attempts to follow standard mathematical notation as closely as possible, and makes a strong effort to do the right thing with numeric types.
Frink runs on almost any Java Virtual Machine (JVM) on Linux, Mac, Windows, and Raspberry Pi, and on Android, and is available in Google Play and the Amazon Kindle Market.
See Also
Subcategories
This category has the following 3 subcategories, out of 3 total.
@
- Frink examples needing attention (empty)
- Frink Implementations (empty)
- Frink User (4 P)
Pages in category "Frink"
The following 68 pages are in this category, out of 268 total.
(previous page) (next page)R
- Read a file line by line
- Read a specific line from a file
- Read entire file
- Real constants and functions
- Reflection/List methods
- Regular expressions
- Remove duplicate elements
- Remove lines from a file
- Remove vowels from a string
- Repeat a string
- Return multiple values
- Reverse a string
- Reverse words in a string
- Roots of unity
- Runtime evaluation
S
- Safe mode
- Safe primes and unsafe primes
- Semiprime
- Set
- SHA-1
- SHA-256
- Shell one-liner
- Show ASCII table
- Show the epoch
- Sieve of Eratosthenes
- Sleep
- Sockets
- Sort an array of composite structures
- Sort an integer array
- Sort three variables
- Sort using a custom comparator
- Split a character string based on change of character
- Stack
- String case
- String concatenation
- String interpolation (included)
- String length
- Strip a set of characters from a string
- Strip control codes and extended characters from a string
- Strong and weak primes
- Substring
- Sum and product of an array
- Sum digits of an integer
- Sum multiples of 3 and 5
- Sum of a series
- Sum of divisors
- Sum of first n cubes
- Sum of squares
- Sum to 100
- Symmetric difference
- System time