Skip to content

Repository files navigation

MathLamp LogoRubberSpring - MathLamp GitHub tag issues - MathLamp

About

MathLamp is a simple, powerful, functional programming language that can run complex equations in no time.

Install

Run the main.py file to open te REPL.
To run a .lmp (MathLamp source) file run lamp [file] where [file] is your code file.

Features

  • Basic Artimetic operations (+ - * / %)
  • Really simple Algebra (sqrt() and pow())
  • A working REPL to type expressions

Example

out(1 + 1) // Prints 2
x = 3 * 2 // Variables
y = sqrt(4) // Square Root
out(x / y)

Licensing

typer license: typer-LICENSE
lark license: lark-LICENSE

About

A functional programming language focused on math

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages