Highlights of Dyalog Version 15.0 Spring 2016

Toutes les nouveautes de V15
Dan Baronet
Dyalog
2
Agenda
Dyalog 15.0
RIDE 3.0
Conga 3.0
MiServer 3.0
3
Dyalog 15.0 Highlights
Very Significant Speed-Ups
Windows Installation without Administrative
Privileges
New Cross-Platform Native File Functions
Support for Source Files in the interpreter
Data “outside the workspace”
Fast lookups
Compiler Enhancements
4
Environment modifications
Editor
Italics/bold in comments?
Source can be kept outside the ws
Available as external editor in Windows
Native Look & feel enabled by default
Ignore traps in the session
5
Version 15.0 Performance
Possibly the
 largest speedup in history
New algorithms
New C compilers on all platforms
Windows: VS2005
 => VS2015
Linux: gcc 4.3.3 (2009) => 5.3 (2015)
AIX xlc has been “current”
6
Version
 15.0: Restrictions
Windows XP not supported (Minimum versions
are Vista or Server 2008)
Microsoft.NET version 4  or higher required
New RIDE 3.0 for Dyalog 15.0 only
No more )LOAD <V11 wss
No more 13.2 support
Since 14.0 32b files can no longer be created.
Language specific changes
Random Link (
RL)
[1] is seed
[2] is RN generator:
0: range [1,(2*31)-2] (the "old" RNG)
1: range [1,2*62[
2: OS generated values [1,2*62[
Ex:
 
RL←1234   0
New neutral element
,/
 is 
⊂⍬
7 new 
 OS functions
NPARTS
NEXISTS
MKDIR
NDELETE
NINFO
NGET
NPUT
7 new 
 OS functions
NPARTS
Path
Base name
Extension
If a left argument of 1 is supplied the path is
resolved (''=CD, ..=up, etc.)
The result R is a 3-element vector of character vectors as follows:
NPARTS
 
NPARTS  '\path\file.ext'
\path\    file    .ext
NEXISTS
 
NEXISTS  '\path\file.ext'
1 ou 0
MKDIR
 
NEXISTS '\Documents\temp'
0
 
←0 
MKDIR '\Documents\temp'
1 
NDELETE
 
NEXISTS '\Documents\temp\t1\t2'
1
 
NDELETE'\Documents\temp\t1\t2'
1
 
NDELETE'\
Documents\temp\t1\t2
'
 FILE NAME ERROR
 
←1 
NDELETE'\Documents\temp\t1\t2'
0
NINFO
Left argument  0-7
Name
Type
Size
Timestamp
Owner id
Owner name
Permission to write
Hidden
NGet/NPut/Fix
NGET  File [flags]
Returns (contents transformation NL)
( contents transformation NL) 
NPUT file [flags]
Returns the size of the file created.
FIX accepts a filename as argument as well as
source as before
Special
 
Hashed keys
Used with iota (Find) and epsilon (MemberOf)
New idiom
XA
NS
 
    
(for NS<0)
Case folding
(819
) 'How many Roads must a man walk
down'
HOW MANY ROADS MUST A MAN WALK DOWN
 1(819
)'Général Haïtien'
GÉNÉRAL HAÏTIEN
Ws
User data outside of the workspace
Not subject to 
WA
Not involved in normal compaction/garbage
collections
Specified by user with large semi-static
metadata (prices etc)
.Net
 
Remove Data Binding
 
2014
'txtSource'
1
Null value returned from .NET method becomes
NULL
Discard Thread on Exit
APL threads that Dyalog creates to serve incoming .NET
requests are not terminated when their work is done.
They persist so that if another call comes in on the
same .NET thread the same APL thread can handle it. In
effect the thread is parked until it is needed again. If
the thread is not required, there is a small performance
cost in maintaining it in this state.
(2501
0) is called from WITHIN one of these threads
and tells the interpreter NOT to park the thread on
termination, but to discard the thread completely.
Discard Parked Threads
when called from a thread 2502 IB removes all
parked threads from the workspace.
DISPID (Dispatch ID)
COM objects created by Dyalog (OLEServer and
ActiveXControl objects) export their members
(methods, properties and events) using the
standard IDispatch interface.
Using this interface, a client application may
discover the names and parameters of the
members supported by an object at run-time, and
then access them by name. Alternatively, a client
application may compile references to the object's
members in advance using their Dispatch IDs or
DISPIDs.
Interoperability
, 
 and 
Are represented by
U2364, 
U2360 and 
U2338 respectively
In Classic (this was in 14.1 already)
29
Demos
 
30
RIDE 3.0 – Expected Features
New Protocol (JSON)
Launch server-side processes using SSH
Minimal workspace explorer
Support external editors
Value tips
Enhanced navigation of classes and functions ("Back")
Show stack, Show threads, Status bar
Drag/drop workspaces or source files to session
Auto PW support
31
Planned Conga 3.0 (TCP) Features
New Server Modes: Single Queue & Connection-
Per-Thread
New version GNU TLS, loaded on demand
HTTP Protocol & Web Socket support 
EndPoint filter to control connections
Send File Command & Send Complete event
Close event instead of error 1119
 Stop/pause server listening for new connections 
 Accept numeric data for text connections
32
Planned Conga 3.0 (TCP) Features
HTTP Protocol & Web Socket support 
EndPoint filter to control connections
Send File Command & Send Complete event
Close event instead of error 1119
Stop/pause server listening for new connections 
Accept numeric data for text connections
33
Possible Conga 3.0 Features
UDP
Multiple application roots
Compression of data for command connections
34
MiServer
Version 3.0 in May
Commercial Applications Being Developed
Now
Embedded HTTP Rendering coming this
summer
Version 4.0 will bring Data Binding
35
Version 16.0 Ideas
Dual / Under
Other
 
Contest 2016
Winner declared in glasgow
Slide Note

Ce printemps Dyalog annonce les nouveautes 2016. Salutations. Presentations.

Embed
Share

Dyalog Version 15.0 brings significant speed improvements, enhanced Windows installation without administrative privileges, new native file functions, and support for source files outside the workspace. The release also includes editor modifications, restrictions on Windows XP support, and language-specific changes. Additionally, new OS functions and enhancements in the environment offer improved capabilities for users. Explore the latest features and enhancements showcased in this comprehensive update.

  • Dyalog Version 15.0
  • Software Update
  • Programming Language
  • Technology
  • Development Tools

Uploaded on Feb 20, 2025 | 0 Views


Download Presentation

Please find below an Image/Link to download the presentation.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.

You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.

E N D

Presentation Transcript


  1. V15 dans toute sa plendeur Paris 2016 Toutes les nouveautes de V15 Dan Baronet Dyalog 1 V15 - Spring 2016

  2. Agenda Dyalog 15.0 RIDE 3.0 Conga 3.0 MiServer 3.0 2 2 V15 - Spring 2016

  3. Dyalog 15.0 Highlights Very Significant Speed-Ups Windows Installation without Administrative Privileges New Cross-Platform Native File Functions Support for Source Files in the interpreter Data outside the workspace Fast lookups Compiler Enhancements 3 3 V15 - Spring 2016

  4. Environment modifications Editor Italics/bold in comments? Source can be kept outside the ws Available as external editor in Windows Native Look & feel enabled by default Ignore traps in the session 4 4 V15 - Spring 2016

  5. Version 15.0: Restrictions Windows XP not supported (Minimum versions are Vista or Server 2008) Microsoft.NET version 4 or higher required New RIDE 3.0 for Dyalog 15.0 only No more )LOAD <V11 wss No more 13.2 support Since 14.0 32b files can no longer be created. 6 6 V15 - Spring 2016

  6. Language specific changes 7 V15 - Spring 2016

  7. Random Link (RL) [1] is seed [2] is RN generator: 0: range [1,(2*31)-2] (the "old" RNG) 1: range [1,2*62[ 2: OS generated values [1,2*62[ Ex: RL 1234 0 8 V15 - Spring 2016

  8. New neutral element ,/ is 9 V15 - Spring 2016

  9. 7 new OS functions NPARTS NEXISTS MKDIR NDELETE NINFO NGET NPUT 10 V15 - Spring 2016

  10. 7 new OS functions NPARTS The result R is a 3-element vector of character vectors as follows: Path Base name Extension If a left argument of 1 is supplied the path is resolved (''=CD, ..=up, etc.) 11 V15 - Spring 2016

  11. NPARTS NPARTS '\path\file.ext' \path\ file .ext 12 V15 - Spring 2016

  12. NEXISTS NEXISTS '\path\file.ext' 1 ou 0 13 V15 - Spring 2016

  13. MKDIR NEXISTS '\Documents\temp' 0 0 MKDIR '\Documents\temp' 1 0The path specified by Y must exist and the base name specified by Y must not exist Otherwise an error is signalled. 1No action is taken if the directory specified by Y already exists. The return value may be used to determine whether a new directory was created or not. 2Any part of the path specified in Y which does not already exist will be created in preparation of creating Y itself. 3 Combination of 1 and 2. 14 V15 - Spring 2016

  14. NDELETE NEXISTS '\Documents\temp\t1\t2' 1 NDELETE'\Documents\temp\t1\t2' 1 FILE NAME ERROR 1 NDELETE'\Documents\temp\t1\t2' 0 NDELETE'\Documents\temp\t1\t2' 15 V15 - Spring 2016

  15. NINFO Left argument 0-7 Name Type Size Timestamp Owner id Owner name Permission to write Hidden 16 V15 - Spring 2016

  16. NGet/NPut/Fix NGET File [flags] Returns (contents transformation NL) ( contents transformation NL) NPUT file [flags] Returns the size of the file created. FIX accepts a filename as argument as well as source as before 17 V15 - Spring 2016

  17. Special 18 V15 - Spring 2016

  18. Hashed keys Used with iota (Find) and epsilon (MemberOf) 19 V15 - Spring 2016

  19. New idiom XA NS (for NS<0) 20 V15 - Spring 2016

  20. Case folding (819 ) 'How many Roads must a man walk down' HOW MANY ROADS MUST A MAN WALK DOWN 1(819 )'G n ral Ha tien' G N RAL HA TIEN 21 V15 - Spring 2016

  21. Ws User data outside of the workspace Not subject to WA Not involved in normal compaction/garbage collections Specified by user with large semi-static metadata (prices etc) 22 V15 - Spring 2016

  22. .Net 23 V15 - Spring 2016

  23. Remove Data Binding 2014 'txtSource' 1 Null value returned from .NET method becomes NULL 24 V15 - Spring 2016

  24. Discard Thread on Exit APL threads that Dyalog creates to serve incoming .NET requests are not terminated when their work is done. They persist so that if another call comes in on the same .NET thread the same APL thread can handle it. In effect the thread is parked until it is needed again. If the thread is not required, there is a small performance cost in maintaining it in this state. (2501 0) is called from WITHIN one of these threads and tells the interpreter NOT to park the thread on termination, but to discard the thread completely. 25 V15 - Spring 2016

  25. Discard Parked Threads when called from a thread 2502 IB removes all parked threads from the workspace. 26 V15 - Spring 2016

  26. DISPID (Dispatch ID) COM objects created by Dyalog (OLEServer and ActiveXControl objects) export their members (methods, properties and events) using the standard IDispatch interface. Using this interface, a client application may discover the names and parameters of the members supported by an object at run-time, and then access them by name. Alternatively, a client application may compile references to the object's members in advance using their Dispatch IDs or DISPIDs. 27 V15 - Spring 2016

  27. Interoperability , and Are represented by U2364, U2360 and U2338 respectively In Classic (this was in 14.1 already) 28 V15 - Spring 2016

  28. Demos 29 29 V15 - Spring 2016

  29. RIDE 3.0 Expected Features New Protocol (JSON) Launch server-side processes using SSH Minimal workspace explorer Support external editors Value tips Enhanced navigation of classes and functions ("Back") Show stack, Show threads, Status bar Drag/drop workspaces or source files to session Auto PW support 30 30 V15 - Spring 2016

  30. Possible Conga 3.0 Features UDP Multiple application roots Compression of data for command connections 33 33 V15 - Spring 2016

  31. MiServer Version 3.0 in May Commercial Applications Being Developed Now Embedded HTTP Rendering coming this summer Version 4.0 will bring Data Binding 34 34 V15 - Spring 2016

  32. Version 16.0 Ideas Dual / Under 35 35 V15 - Spring 2016

  33. Other 36 V15 - Spring 2016

  34. Contest 2016 Winner declared in glasgow 37 V15 - Spring 2016

Related


More Related Content

giItT1WQy@!-/#giItT1WQy@!-/#giItT1WQy@!-/#