RIBOSOME

A simple generic code generation tool

Download

Ribosome is a single JavaScript, Ruby or Python script, depending on the control language you wish to use. Therefore, all you need to do is to install node.js, Ruby or Python, as required, and put the script to your path. You can download the scripts here:

ribosome.js   ribosome.rb   ribosome.py

NOTE: JavaScript interpreter may be called either "node" or "nodejs", depending on the distro in use. ribosome.js happens to use "node". If the interpreter is called "nodejs" on your system, create a symlink for it:

$ ln -s /usr/bin/nodejs /usr/bin/node