Skip to content

Learning OCaml through basic unit conversions. These functions allow easy and accurate conversions between different units, making it convenient for me to practice and test.

Notifications You must be signed in to change notification settings

jojo142/ConversionCalculator

Repository files navigation

ConversionCalculator

The OCaml module provides a collection of functions for performing various unit conversions. It includes functions for converting lengths between meters and feet, temperatures between Celsius and Fahrenheit, weights/masses between kilograms and pounds, volumes between liters and gallons, energies between joules and calories, pressures between pascals and PSI, speeds between meters per second and miles per hour, cooking measurements between cups and tablespoons, data storage between bytes and kilobytes, and fuel consumption between miles per gallon and liters per 100 kilometers. These functions allow easy and accurate conversions between different units, making it convenient for beginner like me.

I have solved few leetcode problems using OCaml.

How to compile and execute?

To compile and run each OCaml program, follow the same steps as before:

  • Make sure OCaml and utop are installed on your system.
  • Open a terminal and navigate to the directory containing the .ml files.
  • Compile the OCaml code using the ocamlc compiler:
ocamlopt -o HitCounter HitCounter.ml
./HitCounter
ocamlopt -o ExpressionAddOperators ExpressionAddOperators.ml
./ExpressionAddOperators
ocamlopt -o WalkingRobotSimulation WalkingRobotSimulation.ml
./WalkingRobotSimulation
ocamlopt -o SnakeGame SnakeGame.ml
./SnakeGame
ocamlopt -o weightConvertor weightConvertor.ml
./weightConvertor
ocamlopt -o pressureConversion pressureConversion.ml
./pressureConversion
ocamlopt -o fuelConsumptionConverter fuelConsumptionConverter.ml
./fuelConsumptionConverter
ocamlopt -o dataStorageConverter dataStorageConverter.ml
./dataStorageConverter
ocamlopt -o currencyConverter currencyConverter.ml
./currencyConverter
ocamlopt -o fractionConverter fractionConverter.ml
./fractionConverter
ocamlopt -o timeConverter timeConverter.ml
./timeConverter
ocamlopt -o lengthConverter lengthConverter.ml
./lengthConverter

About

Learning OCaml through basic unit conversions. These functions allow easy and accurate conversions between different units, making it convenient for me to practice and test.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages