Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Frink

< >

Frink is a programming language created in 2001.

#1173on PLDB 23Years Old
Homepage · Wikipedia · Twitter

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.". Read more on Wikipedia...


Example from hello-world:
println["Hello World"]
// Hello World in Frink println["Hello World!"]

Language features

Feature Supported Example Token
Strings ✓ "Hello world" "
Print() Debugging ✓ println
Line Comments ✓ // A comment //
Units of Measure ✓ 10 feet 12 feet 8 feet -> gallons
Comments ✓
Semantic Indentation X

- Build the next great programming language · Add · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v144.0.0