Today, I am going to tell about an online resource where we can practice more than 15 langauages .
Repl.it, is an open source ,online interpreter for many languagues .
it supports
- JavaScript Variants
- JavaScript
- CoffeeScript
- Kaffeine
- Move
- JavaScript.next
- Esoteric
- Bloop
- Brainfuck
- LOLCODE
- Unlambda
- Emoticon
- Classic
- Quick Basic
- Forth
- Serious
- Scheme
- Lua
- Python
- Ruby (beta)
Getting the Code
git clone git://github.com/replit/repl.it.git
cd repl.it
git submodule update --init --recursive
Dependencies
node.js
npm
curl https://npmjs.org/install.sh | sh
CoffeeScript
Using npm:
npm install -g coffee-script
Pygments
Using easy_install:
easy_install Pygments
Using pip:
pip install Pygments
Running repl.it
repl.it comes bundled with a static node HTTP file server and a CoffeeScript file watcher & (re)-compiler:
./server.js 8888
repl.it can then be opened at http://localhost:8888/index.html.
Usages:
For example in python :http://repl.it/SEB/1
No comments:
Post a Comment