Skip to content

Jamlang

Compare
Choose a tag to compare
@Jamlie Jamlie released this 04 Nov 14:56
· 26 commits to main since this release

Jamlang v1.3

What is new?

  • Having methods on strings, tuples, and arrays
  • Better error messages
  • A new standard library random that is built entirely using Jamlang, it uses Mersenne Twister algorithm
  • Beginning of the removal of classes in favor of functions and objects
  • A better way to implement native functions for Jamlang in Go