Toutes Les Nouveautes de V15

Slides:



Advertisements
Similar presentations
Enabling Secure Internet Access with ISA Server
Advertisements

Client-server practices DSC340 Mike Pangburn. Agenda Overview of client-server development Editing on client (e.g., Notepad) or directly on server (e.g.,
JavaScript FaaDoOEngineers.com FaaDoOEngineers.com.
October Dyalog File Server Version 2.0 Morten Kromberg CTO, Dyalog LTD Dyalog’13.
Java Script Session1 INTRODUCTION.
The Web Warrior Guide to Web Design Technologies
DESIGNING A PUBLIC KEY INFRASTRUCTURE
RIDE 2.0 and Version 14.1 “In Depth” Morten Kromberg, CTO.
The Museum Project The Museum Project Yoav Gvili & Asaf Stein Supervisor : Alexander Arlievsky.
1 Configuring Web services (Week 15, Monday 4/17/2006) © Abdou Illia, Spring 2006.
Quick Tour of the Web Technologies: The BIG picture LECTURE A bird’s eye view of the different web technologies that we shall explore and study.
Standards for Technology in Automotive Retail STAR Workbench 1.0 Michelle Vidanes & Dave Carver STAR XML Data Architects, Certified Scrum Masters.
Linux Operations and Administration
Web server and web browser It’s a take and give policy in between client and server through HTTP(Hyper Text Transport Protocol) Server takes a request.
Server Design Discuss Design issues for Servers Review Server Creation in Linux.
FALL 2005CSI 4118 – UNIVERSITY OF OTTAWA1 Part 4 Web technologies: HTTP, CGI, PHP,Java applets)
Agenda  Terminal Handling in Unix File Descriptors Opening/Assigning & Closing Sockets Types of Sockets – Internal(Local) vs. Network(Internet) Programming.
Overview of Linux CS3530 Spring 2014 Dr. José M. Garrido Department of Computer Science.
Overview of Previous Lesson(s) Over View  ASP.NET Pages  Modular in nature and divided into the core sections  Page directives  Code Section  Page.
JavaScript, Fourth Edition
5 Chapter Five Web Servers. 5 Chapter Objectives Learn about the Microsoft Personal Web Server Software Learn how to improve Web site performance Learn.
Microsoft ® Official Course Module XA Using Windows PowerShell ®
JSP Java Server Pages Softsmith Infotech.
Introduction to Programming the WWW I CMSC Summer 2004 Lecture 6.
10/5/2015CS346 PHP1 Module 1 Introduction to PHP.
CHEN Ge CSIS, HKU March 9, Jigsaw W3C’s Java Web Server.
FTP Server and FTP Commands By Nanda Ganesan, Ph.D. © Nanda Ganesan, All Rights Reserved.
Murach’s ASP.NET 4.0/VB, C1© 2006, Mike Murach & Associates, Inc.Slide 1.
1 INFO 321 Server Technologies II FTP Material adapted from Dr. Randy Kaplan.
Chapter 2: Linux & POSIX “She sells bash shells by the C shore”
CGI Common Gateway Interface. CGI is the scheme to interface other programs to the Web Server.
CE Operating Systems Lecture 13 Linux/Unix interprocess communication.
FTP File Transfer Protocol Graeme Strachan. Agenda  An Overview  A Demonstration  An Activity.
BOĞAZİÇİ UNIVERSITY DEPARTMENT OF MANAGEMENT INFORMATION SYSTEMS MATLAB AS A DATA MINING ENVIRONMENT.
Unit 1 – Web Concepts Instructor: Brent Presley.
THE C PROGRAMMING ENVIRONMENT. Four parts of C environment  Main menu  Editor status line and edit window  Compiler message window  “Hot Keys” quick.
1 CSC160 Chapter 1: Introduction to JavaScript Chapter 2: Placing JavaScript in an HTML File.
Technical Road Map Spring 2016 Morten Kromberg, CXO 0.
1 V15 - Spring 2016 Toutes les nouveautes de V15 Dan Baronet Dyalog.
Tutorial 1 Getting Started with Adobe Dreamweaver CS5.
Parallel Programming With Futures and Isolates Morten Kromberg, CXO.
Troubleshooting Directories and Files Debugging
Midterm Review October Closed book one hand written page of notes of your own making October Closed book one hand written page of notes of.
Data Virtualization Tutorial… SSL with CIS Web Data Sources
Running a Forms Developer Application
(Introducing Conga 3.0) Bjørn Christensen Morten Kromberg
Lesson 6: Configuring Servers for Remote Management
What are they? The Package Repository Client is a set of Tcl scripts that are capable of locating, downloading, and installing packages for both Tcl and.
Connect:Direct for UNIX v4.2.x Silent Installation
FTP Lecture supp.
Chapter 2: System Structures
Network Load Balancing
V15 new features Ce printemps Dyalog annonce les nouveautes Salutations. Presentations.
The Linux Operating System
Introduction to the Junos Operating System
Security mechanisms and vulnerabilities in .NET
⎕NMOVE, and other predictions for version 17.0
Bomgar Remote support software
HP C/C++ Remote developer plug-in for Eclipse
Interacting With Protocol Software
Webinar # April 2017 Isolates in the Cloud
Web Programming Essentials:
Manage Your Enterprise from a Single Seat: Windows PowerShell Remoting
HyperText Transfer Protocol
Tonga Institute of Higher Education
Intro to PHP.
Versioning and Variant Authoring Requirements
SPL – PS1 Introduction to C++.
Exceptions and networking
How to install and manage exchange server 2010 OP Saklani.
Presentation transcript:

Toutes Les Nouveautes de V15 Dan Baronet Ce printemps Dyalog annonce les nouveautes 2016. Salutations. Presentations.

Version 15.0 of Dyalog APL - Spring 2016 Agenda Dyalog 15.0 RIDE 3.0 Conga 3.0 MiServer 3.0 Find how many people use Dyalog, which version? Version 15.0 of Dyalog APL - Spring 2016

Version 15.0 of Dyalog APL - Spring 2016 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 NO new language features Version 15.0 of Dyalog APL - Spring 2016

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 Version 15.0 of Dyalog APL - Spring 2016

Version 15.0 of Dyalog APL - Spring 2016 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” Version 15.0 of Dyalog APL - Spring 2016

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. Version 15.0 of Dyalog APL - Spring 2016

Language-specific Changes Version 15.0 of Dyalog APL - Spring 2016

Version 15.0 of Dyalog APL - Spring 2016 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 Version 15.0 of Dyalog APL - Spring 2016

Version 15.0 of Dyalog APL - Spring 2016 New Neutral Element ,/⍬ is ⊂⍬ Version 15.0 of Dyalog APL - Spring 2016

Version 15.0 of Dyalog APL - Spring 2016 7 New ⎕ OS Functions ⎕NPARTS ⎕NEXISTS ⎕MKDIR ⎕NDELETE ⎕NINFO ⎕NGET ⎕NPUT Version 15.0 of Dyalog APL - Spring 2016

Version 15.0 of Dyalog APL - Spring 2016 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: Version 15.0 of Dyalog APL - Spring 2016

Version 15.0 of Dyalog APL - Spring 2016 ⎕NPARTS ⎕NPARTS '\path\file.ext' \path\ file .ext Version 15.0 of Dyalog APL - Spring 2016

Version 15.0 of Dyalog APL - Spring 2016 ⎕NEXISTS ⎕NEXISTS '\path\file.ext' 1 ou 0 Version 15.0 of Dyalog APL - Spring 2016

Version 15.0 of Dyalog APL - Spring 2016 ⎕MKDIR ⎕NEXISTS '\Documents\temp' ⎕←0 ⎕MKDIR '\Documents\temp' 1 The path specified by Y must exist and the base name specified by Y must not exist Otherwise an error is signalled. 1 No 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. 2 Any 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. Version 15.0 of Dyalog APL - Spring 2016

Version 15.0 of Dyalog APL - Spring 2016 ⎕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 Version 15.0 of Dyalog APL - Spring 2016

Version 15.0 of Dyalog APL - Spring 2016 ⎕NINFO Left argument 0-7 Name Type Size Timestamp Owner id Owner name Permission to write Hidden Version 15.0 of Dyalog APL - Spring 2016

Version 15.0 of Dyalog APL - Spring 2016 ⎕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 Version 15.0 of Dyalog APL - Spring 2016

Version 15.0 of Dyalog APL - Spring 2016 Special Version 15.0 of Dyalog APL - Spring 2016

Version 15.0 of Dyalog APL - Spring 2016 Hashed Keys Used with iota (Find) and epsilon (MemberOf) Version 15.0 of Dyalog APL - Spring 2016

Version 15.0 of Dyalog APL - Spring 2016 New Idiom XA↓⍨←NS (for NS<0) Version 15.0 of Dyalog APL - Spring 2016

Version 15.0 of Dyalog APL - Spring 2016 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 Version 15.0 of Dyalog APL - Spring 2016

Version 15.0 of Dyalog APL - Spring 2016 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.) Version 15.0 of Dyalog APL - Spring 2016

Version 15.0 of Dyalog APL - Spring 2016 .NET Version 15.0 of Dyalog APL - Spring 2016

Version 15.0 of Dyalog APL - Spring 2016 Remove Data Binding 2014⌶'txtSource' 1 Null value returned from .NET method becomes ⎕NULL Version 15.0 of Dyalog APL - Spring 2016

Version 15.0 of Dyalog APL - Spring 2016 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. Version 15.0 of Dyalog APL - Spring 2016

Discard Parked Threads When called from a thread, 2502⌶ removes all parked threads from the workspace. Version 15.0 of Dyalog APL - Spring 2016

Version 15.0 of Dyalog APL - Spring 2016 DISPID (Dispatch ID) COM objects created by Dyalog (OLEServer and ActiveXControl objects) export their members (methods, properties and events) using the standard Dispatch 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 can compile references to the object's members in advance using their Dispatch IDs or DISPIDs. Version 15.0 of Dyalog APL - Spring 2016

Version 15.0 of Dyalog APL - Spring 2016 Interoperability ⍤, ⍠ and ⌸ are represented by ⎕U2364, ⎕U2360 and ⎕U2338 respectively in Classic (this was in version 14.1) Version 15.0 of Dyalog APL - Spring 2016

Version 15.0 of Dyalog APL - Spring 2016 Demos Version 15.0 of Dyalog APL - Spring 2016

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 Version 15.0 of Dyalog APL - Spring 2016

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 Version 15.0 of Dyalog APL - Spring 2016

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 Version 15.0 of Dyalog APL - Spring 2016

Possible Conga 3.0 Features UDP Multiple application roots Compression of data for command connections Version 15.0 of Dyalog APL - Spring 2016

Version 15.0 of Dyalog APL - Spring 2016 MiServer Version 3.0 in May Commercial Applications Being Developed Now Embedded HTTP Rendering coming this summer Version 4.0 will bring Data Binding Version 15.0 of Dyalog APL - Spring 2016

Version 15.0 of Dyalog APL - Spring 2016 Version 16.0 Ideas Dual / Under Version 15.0 of Dyalog APL - Spring 2016

Version 15.0 of Dyalog APL - Spring 2016 Other Version 15.0 of Dyalog APL - Spring 2016

Version 15.0 of Dyalog APL - Spring 2016 Contest 2016 Winner declared in Glasgow Version 15.0 of Dyalog APL - Spring 2016