Skip to content

lstefano71/ride

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

(# starts a comment)

About

Remote IDE for Dyalog

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 64.6%
  • CSS 11.7%
  • Less 9.6%
  • HTML 8.3%
  • Shell 4.4%
  • XSLT 0.7%
  • Other 0.7%