Programming Help by Programmer`s hub

Frink Programming language

Frink is a programming language designed to focus on the fields of science, engineering, physics, text processing, and education. Frink is a programming language or calculating tool which is used for the calculation in the programms. The language is named in honor of the brilliant (but fictional) Professor John Frink, who predicted, decades ago,

"I predict that within 100 years, computers will be twice as powerful, ten thousand times larger, and so expensive that only the five richest kings of Europe will own them."

The syntax of the Frink programming language is simple as that of the mathematical faormulae's. To make the programming easy and the focus on the mathematical calculations the syntax of the frink programming is choose accordaingly.

Example :

{`
    height = 3 feet
    gravitation = 9.80665 m/s^2
    mass = 60 kg
    potential_energy = height * gravitation * mass
    println[potential_energy -> joules]  // Display in joules
    `}
    

Features of the Frink programming language

  • Tracks units of measure
  • Arbitrary-precision math
  • Advanced mathematical functions
  • Unit Conversion
  • Translates
  • Frink Server Page

The syntax of the programm is simple the mathematical formuale height * gravit * mass