Skip to content

Dyalog/ride

Folders and files

NameName
Last commit message
Last commit date
Jul 6, 2023
Jul 6, 2023
Jul 8, 2019
Nov 4, 2016
Aug 2, 2023
Jul 15, 2016
Aug 2, 2023
Sep 25, 2021
Jul 8, 2019
Sep 25, 2021
Apr 1, 2019
Jun 2, 2016
Apr 17, 2018
Feb 4, 2015
Feb 7, 2018
Feb 15, 2017
Feb 15, 2017
Apr 23, 2018
Apr 25, 2018
Feb 15, 2017
Apr 18, 2018
Jul 6, 2023
Aug 1, 2023
Sep 25, 2021
Apr 23, 2015
Jun 28, 2016
Jun 28, 2016
Jan 17, 2023
Apr 26, 2018
Aug 2, 2023
Jan 17, 2023
Oct 11, 2022
Jan 17, 2023
Apr 28, 2017
Aug 1, 2023
Jan 17, 2023
Jul 6, 2023
Oct 30, 2018
Oct 19, 2017
Oct 29, 2021
Oct 16, 2017

Repository files navigation

RIDE

RIDE is a remote IDE for Dyalog APL.

Screenshot

Getting started

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

Option 2: Build RIDE from source:

Install Git and NodeJS v16.17.1

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

node mk dist builds for all platforms.

You can also build platforms separately:

node mk {CODE}

where {CODE} is one of

CODE OS ARCH
w win32 ia32
l linux x64
o darwin x64
oa darwin arm64
m mas x64
ma mas arm64
a linux armv7l

(# starts a comment)