0xACE / ride

Remote IDE for Dyalog APL

Home Page:https://my.dyalog.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RIDE

RIDE is a remote IDE for Dyalog APL.

Screenshot

Getting started

Option 1: Dyalog customers can download a pre-built installable RIDE from MyDyalog under the Downloads > RIDE menu.

Option 2: Download and install the latest release from this repository.

Option 3: Build RIDE from source:

install Git and NodeJS v10.13.0

git clone https://github.com/dyalog/ride --depth=1
cd ride
npm i         # download dependencies
npm start     # start RIDE (without building native apps)
node mk dist  # build native apps under _/ride${version}/
node mk c     # cleans your build directory

(# starts a comment)

About

Remote IDE for Dyalog APL

https://my.dyalog.com/

License:MIT License


Languages

Language:JavaScript 63.6%Language:CSS 12.0%Language:Less 9.8%Language:HTML 8.1%Language:Shell 5.2%Language:XSLT 0.7%Language:C# 0.6%Language:Batchfile 0.1%