Skip to content

Latest commit

 

History

History
124 lines (93 loc) · 5.47 KB

README.ja.md

File metadata and controls

124 lines (93 loc) · 5.47 KB

TRICK 2015

The 2nd Transcendental Ruby Imbroglio Contest for rubyKaigi (第二回 超絶技巧 Ruby 意味不明コンテスト in RubyKaigi)

TRICK の理念

  • 現世利益のない、意味不明な Ruby プログラムを書く。
  • Ruby のある種の神秘性 (と仕様バグ) を明らかにする。
  • Ruby 処理系の意外な堅牢性と移植性を示す。
  • メンテナンス不能だが価値あるコードを世に放つことで Ruby の仕様を安定化する。

ルール

  1. あなたの作品は単体で動作する Ruby プログラムでなければならない。
  2. あなたのプログラムのサイズは 4096 バイト以下でなければならない。非空白文字の数は 2048 以下でなければならない。あなたの投稿は zip 全体で 10 MB 未満でなければならない。
  3. あなたは何作でも作品を投稿できる。また、あなたのチームは何人であっても良い。
  4. あなたの作品全体は MIT ライセンスで投稿されなければならない。
  5. あなたの作品は審査員に驚き、感動、笑いの全部または一部を与えなければならない。

ガイドライン(ヒント)

次は TRICK のルールではなく、ヒント・提案です。無視しても構いませんが、従うことを推奨します。

  • Matz Ruby Implementation (以下 MRI) 2.2 で動くことを推奨する。
  • MRI 以外の実装 (JRuby や Rubinius など) を使っても構わない。
  • よりストイックで、様々な環境でも動き、笑いのある作品が評価されやすい。
  • 過去の TRICKIOCCC の勝者を研究することを推奨する。
  • gem ライブラリを require してもよい。
    • ただし、その分面白い作品であることが期待され、審査基準は厳しくなる。
    • サイズ制限を回避するために gem を使用することは強く非推奨。
  • 偏見なく審査できるよう、審査の間はすべての作品を匿名として扱う。プログラムに作者がわかるようなもの (署名、コピーライト、URL など) を含めないこと。

日程

  • 2015 年 9 月 8 日: コンテスト告知
  • 2015 年 10 月 31 日: 応募締め切り
  • 2015 年 12 月 11 日: 結果発表(RubyKaigi 2015にて)

入賞者

  • Judges' awards

    • "Most inconsistent" - leonid award
      • Koichi Sasada (ko1)
    • "Most illusionistic" - eto award
      • Don Yang
    • "Best document" - eban award
      • yoshi-taka
    • "Most timely" - mame award
      • Koichi Sasada (ko1)
    • "Matz Lisp award" - matz award
      • Kazuki Tsujimoto
    • "Most fragile" - shinh award
      • NAKAMURA Usaku
    • "Most beautiful pattern" - yhara award
      • Shinichiro Hamaji
  • Top five awards

    • "Most general solver" - 5th prize
      • Keisuke Nakano
    • "Least general solver" - 4th prize
      • Benoit Daloze (eregon)
    • "Doubling amphisbaena award" - Bronze award monae (@monae, jp)
    • "Most unreadable ALU" - Silver award
      • Keisuke Nakano
    • "Best piphilology" - Gold award
      • kinaba

審査員

ABC 順。

Legal

This work is licensed under the MIT License.

Copyright (c) 2015, TRICK Winners and Judges.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.