Dyalog / ride

Remote IDE for Dyalog APL

Home Page:https://dyalog.github.io/ride

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RIDE

RIDE is a remote IDE for Dyalog APL.
Documentation for Ride.

Screenshot

Getting started

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

Option 2: Build RIDE from source:

Install Git and NodeJS v18.17.0

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

npm run build dist builds for all platforms.

You can also build platforms separately:

npm run build {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)

About

Remote IDE for Dyalog APL

https://dyalog.github.io/ride

License:MIT License


Languages

Language:JavaScript 72.2%Language:Less 10.8%Language:HTML 10.2%Language:Shell 4.6%Language:CSS 0.7%Language:XSLT 0.7%Language:C# 0.6%Language:Batchfile 0.1%