This repository has been archived by the owner on May 11, 2022. It is now read-only.
Releases: Vyxal/Jyxal
Releases · Vyxal/Jyxal
Jyxal 0.5.1
I know, I am breaking the semver convention, but a release adding comments in my opinion does not warrant a new minor release.
Jyxal 0.5.0
- Added every capital ASCII letter element
- While loop counters start at
1
now - Converted digraph aliases into node aliases
- Fixed critical issue where
vectorise
would return aList
instead of aJyxalList
Jyxal 0.4.1
- Improved performance for
for
loops that simply iteratex
times and do not access the context variable - Cleaned up some code
Jyxal 0.4.0
- Moved almost the entire codebase to Kotlin, except for the math library
- Fixed the primality elements incorrectly assuming multiples of 5 were prime
- Added a new post-compilation optimiser
- Moved to Java 11
Jyxal 0.3.0
- Added filter and apply lambdas
- Added
/
,d
,Ṙ
,ð
,L
,J
,p
,¥
,Ẏ
,ṡ
,ɾ
,ṅ
,⁽
,‡
,≬
,W
,£
,ḣ
,⁋
,¬
,æ
- Added all
k
digraphs except the 7 that push a list
Jyxal 0.2.0
- Added the elements
f
and∑
- Added aliases. More about them can be seen here
- Added the map lambda
Jyxal 0.1.0
Initial release. About 30 elements done and major structures are done. Code optimization is very good.