Never Versions Save

Never: statically typed, embeddable functional programming language.

v2.3.9

8 months ago

v2.1.8

2 years ago

v2.1.2

3 years ago

modules binary operators more data types binding constness

v2.0.3

4 years ago
  • strings
  • enumerated records
  • match expression
  • if let expression

v1.8.9

5 years ago
  • arrays/vectors
  • bindings
  • flow control
  • exceptions
  • examples
  • tests

v1.8.6

5 years ago

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