Skip to content

Releases: Seggan/Fig

Fig 1.9.0

28 Jan 02:20
Compare
Choose a tag to compare
  • Added a new type: regex
  • Added regex-related overloads on M, G, \ and F for that type
  • Fixed \ on strings

Fig 1.8.0

08 Nov 18:51
Compare
Choose a tag to compare
  • . now evaluates to 0.5
  • Added mH
  • Fixed d
  • : now reverses args

Fig 1.7.1

22 Oct 00:19
Compare
Choose a tag to compare

Fixed primality

Fig 1.7.0

18 Oct 17:41
Compare
Choose a tag to compare
  • Added mp, infinite primes
  • M and F map over a range now

Fig 1.6.1

12 Oct 20:10
Compare
Choose a tag to compare
  • t now accepts args in any order
  • Fixed multiline mode
  • Strings are not quoted in output anymore if they are not in a list

Fig 1.6.0

12 Oct 18:14
Compare
Choose a tag to compare
  • Newlines mean something else now: only the first line of a program gets the input, all successive lines are input the return value of the line above them
  • Fixed p
  • Printing strings now surrounds them with quotes
  • Added number and string overloads for T, triple
  • Added function overloads for O and h, set arity to 1 and 2, respectively
  • Fixed a returning "true"
  • The input evaluator trims whitespace now (allowing [1, 2, 3] to be parsed correctly)
  • Added #G, basically txG

Fig 1.5.5

10 Oct 17:16
Compare
Choose a tag to compare

Fixed s

Fig 1.5.4

05 Oct 00:53
Compare
Choose a tag to compare

Fixed z, E, and R
Unreversed arg eval order

Fig 1.5.3

28 Sep 13:16
Compare
Choose a tag to compare

Fixed X

Fig 1.5.2

28 Sep 12:24
Compare
Choose a tag to compare
  • Reverse argument evaluation order
  • Fix > and < not vectorising
  • Reverse argument order of < and >