Rubyc Intro

From Redstonechips

(Difference between revisions)
 
Line 1: Line 1:
Rubyc is a RedstoneChips chip library containing rubyc - a programmable chip that can run [http://www.ruby-lang.org/en/ Ruby scripts]
Rubyc is a RedstoneChips chip library containing rubyc - a programmable chip that can run [http://www.ruby-lang.org/en/ Ruby scripts]
-
A rubyc chip is built and behaves like any other [ http://eisental.github.com/RedstoneChips/howto.html RedstoneChip], and input or  
+
A rubyc chip is built and behaves like any other [http://eisental.github.com/RedstoneChips/howto.html RedstoneChip], and input or output blocks are added in the same way.
-
output blocks are added in the same way.
+
* A rubyc chip requires at least one input block
* A rubyc chip requires at least one input block

Current revision as of 22:15, 13 January 2012

Rubyc is a RedstoneChips chip library containing rubyc - a programmable chip that can run Ruby scripts

A rubyc chip is built and behaves like any other RedstoneChip, and input or output blocks are added in the same way.

  • A rubyc chip requires at least one input block
  • There is (no limit 32?) to the number of input or output blocks
  • At least one sign argument is required, the name of the script the chip will execute
Personal tools