Simplest way to try these, without having to install anything:
- Clojure(Script) http://clojurescript.net/
- Ruby https://replit.com/languages/ruby
Or to try these on your machine
- Clojure via Babashka https://babashka.org/
- download the latest release
- put
bbcommand on your$PATHe.g.export PATH=/where/babashka/executable/bb` - start REPL
rlwrap bb --repland paste in the lines
- once you have the
rubyexecutable you should also haveirb(interactive Ruby) which is a Ruby REPL - run
irband paste in the code

