/opal-lang

Opinionated Programming Algorithmic Language

Primary LanguagePython

CircleCI CircleCI Coverage

opal-lang

Opinionated Programming Algorithmic Language

Goals

  • Have fun
  • Learn how to desing a language

TODO

  • consts
  • arythmetics
  • variables
  • if statement
  • lists
  • while loops
  • while + break
  • while + continue
  • for loops
  • functions

Tech debts

  • variables can only be ressigned to the same type, crashes if not
  • while loops run forever if not broken or cond always true
  • arythmetics are not type restrictive