Skip to content

never 1.8.6

Compare
Choose a tag to compare
@smaludzi smaludzi released this 15 Jun 19:20
· 398 commits to master since this release

Never major functions:

  • integer, float data types
  • bool operators &&, ||, !
  • integer/float operators - +, -, *, /
  • integer %
  • mathematical functions - sin, cos, tan, exp, log, sqrt, pow
  • utilities - print, printf, assert
  • recursion
  • tail recursion
  • constants reductions
  • embeddable in C/C++
  • embeddable in Unix shell
  • cmake