Enjoy programming more!
Kidspod is a post site which supports young programmers.
First step to join us.
Register as a member
For members

2019/08/16 22:19:29

MixJuice GET URL : kidspod.club/mj/890

風船 Ruby 版 (ruby4ij)

IchigoJam BASIC の実行プログラムは ID=854 です。

ruby4ij は実行ファイルとしての配布ができません。ビルド必須です。
ビルドには次が必要です。

・Ruby for IchigoJam (ruby4ij)
https://github.com/IchigoJam/ruby4ij
・GNU Embedded Toolchain for Arm
https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads
・開発ツール(Windows では Visual Studio)
https://visualstudio.microsoft.com/ja/downloads/
・make(Windows で入っていない場合)
http://gnuwin32.sourceforge.net/packages/make.htm
・Bison (Windows)
http://gnuwin32.sourceforge.net/packages/bison.htm
・Ruby
https://www.ruby-lang.org/ja/
https://rubyinstaller.org/downloads/ (Windows)
・mruby
https://github.com/mruby/mruby
・lpc21isp(福野さんが公開している -sector オプション付き版)
https://github.com/taisukef/lpc21isp

イチゴジャム レシピでは IchigoLatte Ruby 版も公開しています。

SOURCE CODE

cls

while inkey()==-1
  x=rnd 31
  lc x,23
  p 232

  wait 7

  p 10

  lc x,23
  p 242
end

COMMENT