Dyalog APL versions: Difference between revisions

Jump to navigation Jump to search
1,175 bytes added ,  16:53, 12 November 2019
no edit summary
Miraheze>Marshall
Miraheze>Marshall
No edit summary
Line 1: Line 1:
[[Dyalog APL]] is released in numbered versions, with approximately one version per year. Each release version is classified as a major (.0) or minor (point) release, depending on whether the major version number is incremented. Major versions are more likely to introduce new features and may spend longer in development.
[[Dyalog APL]] is released in numbered versions, with approximately one version per year. Each release version is classified as a major (.0) or minor (point) release, depending on whether the major version number is incremented. Major versions are more likely to introduce new features and may spend longer in development.
== 15.0 ==
Release [https://www.dyalog.com/dyalog/dyalog-versions/150.htm announcement], [http://docs.dyalog.com/15.0/Dyalog%20Version%2015.0%20Release%20Notes.pdf notes (pdf)]
Version 15.0 was released in June 2016. It added platform-independent [[portable file functions]] (<source lang=apl inline>⎕NEXISTS</source>, <source lang=apl inline>⎕NINFO</source>, <source lang=apl inline>⎕NGET</source>, <source lang=apl inline>⎕NPUT</source>, <source lang=apl inline>⎕NDELETE</source>, <source lang=apl inline>⎕MKDIR</source>, and <source lang=apl inline>⎕NPARTS</source>) and improved support for using APL source code from text files. It also added [[I-beam]]s for [[case conversion]] and creating [[hashed array]]s which behave identically to normal arrays but have faster performance when searched with [[set function]]s including [[Index-Of]] (<source lang=apl inline>⍳</source>) and [[Membership]] (<source lang=apl inline>∊</source>).
Dyalog was made free for personal and non-commercial use starting in version 15.0.
Work on the cross-platform [[session]] environment [[RIDE]] continued, with version 3.0 released simultaneously with Dyalog 15.0.


== 16.0 ==
== 16.0 ==
Anonymous user

Navigation menu