Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

A Theia extension to Support the Racket programming language

Notifications You must be signed in to change notification settings

theia-ide/theia-racket-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Theia Racket Extension Build Status

Racket language support for Theia using the Racket Language Server.

Getting Started

Install yarn.

npm install -g yarn

Install the racket-language-server.

raco pkg install racket-language-server

Make sure that ~/.racket/$RACKET-VERSION/bin is on your PATH.

Build.

git clone https://github.com/theia-ide/theia-racket-extension
cd theia-racket-extension
yarn

Run the browser example

cd browser-app
yarn start

Open http://localhost:3000 in the browser.

Run the electron example

cd electron-app
yarn start

License

Copyright 2018 David Craven and others

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

About

A Theia extension to Support the Racket programming language

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published