Skip to content

jarcane/try-racket

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

try-racket

NOTE: This repo is no longer maintained

A web-based Racket REPL and tutorial.

Try Racket is written in Racket and JavaScript with Chris Done's jquery-console.

It borrows a lot of code and content from Try Clojure and paste.rkt.

Slight additional modifications have since been made to remove dependencies on X11 by John Berry, with help from many others in the Racket community. Please note that the REPL and its server are still to some extent a work in progress, and community contribution is vigorously encouraged. Pull requests will likely be met with cheer, though we ask that you try to give it a little bit of testing before submitting (and we will do same as well before pushing to the live server).

How to run it locally

$ racket main.rkt

Open http://localhost:8080 in your browser

NOTE: Currently try-racket does not work properly on Windows/Mac platforms. It should run, but hosting is not recommended as surprising behaviors continue to be discovered.

Online host

try-racket is no longer hosted online due to server maintenance issues.

License

Copyright (c) 2013-2014 Emmanuel Delaborde [email protected]

try-racket is distributed under the GNU Lesser General Public License (LGPL).

You can modify it; if you distribute a modified version, you must distribute it under the terms of the LGPL, which in particular means that you must release the source code for the modified software.

About

A web-based Racket REPL and tutorial

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 46.2%
  • HTML 31.4%
  • Racket 15.7%
  • CSS 6.7%