https://github.com/semperos/try-labrepl
labrepl + tryclojure = sweet web-based Clojure tutorial
https://github.com/semperos/try-labrepl
Last synced: about 1 month ago
JSON representation
labrepl + tryclojure = sweet web-based Clojure tutorial
- Host: GitHub
- URL: https://github.com/semperos/try-labrepl
- Owner: semperos
- Created: 2012-08-21T14:14:11.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-08-21T16:45:02.000Z (almost 14 years ago)
- Last Synced: 2025-03-05T10:32:00.558Z (over 1 year ago)
- Language: Clojure
- Homepage:
- Size: 941 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# labrepl for Clojure
Copyright (c) Relevance, Inc. All rights reserved.
The use and distribution terms for this software are covered by the
[Eclipse Public License 1.0](http://opensource.org/licenses/eclipse-1.0.php)
which can be found in the file epl-v10.html at the root of this distribution.
By using this software in any fashion, you are agreeing to be bound by
the terms of this license.
You must not remove this notice, or any other, from this software.
# What is it?
Labrepl is an environment for exploring the Clojure language. It
includes:
* a web application that presents a set of lab exercises with
step-by-step instructions
* an interactive repl for working with the lab exercises, both on the command line and in the browser
* solutions with passing tests
* up-to-date versions of Clojure and a bunch of other libraries to explore
See the Wiki for getting started with NetBeans/Enclojure, Eclipse/Counterclockwise, Maven, Mac/Linux command line, Windows command line, IDEA/La Clojure, and Emacs.
## Getting Started
Setup instructions for most popular editors/IDEs can be found [on the wiki](https://github.com/relevance/labrepl/wiki)
When your environment is ready, you can run the web application as follows:
```
lein cljsbuild once
lein run
```
## Running the Tests
* Leiningen: `lein test`
* Maven: `mvn clojure:test`
## Thanks for contributions and reviews from
* Aaron Bedra
* Mike Clark
* Daniel Solano Gómez
* Rich Hickey
* Shawn Hoover
* Larry Karnowski
* Michael Kohl
* Jess Martin
* Alex Ott
* Laurent Petit
* Seth Schroeder
* Matthew Wizeman