Skip to content

tric/trick2013

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TRICK 2013

The 1st Transcendental Ruby Imbroglio Contest for rubyKaigi

Goals of the TRICK

  • To write the most Transcendental, Imbroglio Ruby program.
  • To illustrate some of the subtleties (and design issues) of Ruby.
  • To show the robustness and portability of Ruby interpreters.
  • To stabilize the spec of Ruby by the presence of valuable but unmaintainable code.

Rules

  1. Your entry must be a complete Ruby program.
  2. The size of your program must be <= 4096 bytes in length. The number of non-space characters must be <= 2048. The total size of your compressed submission must be less than ten megabyte in size.
  3. You can submit multiple entries, and your team may consist of any number of members.
  4. The entirety of your entry must be submitted under MIT License.
  5. Your entry must bring the judges a surprise, excitement, and/or laughter.

Guidelines

They are not strict rules but hints or suggestions. You can ignore them but we'd recommend you to follow them.

  • Matz Ruby Implementation (MRI) 1.9/2.0 is recommended.
    • MRI 1.8 is highly discouraged because your entry won't work in near future.
  • You can use implementations other than MRI, such as JRuby and Rubinius.
  • The judges would prefer more stoic, more portable, and/or more funny entries.
  • You are encouraged to examine the winners of previous IOCCC contests.
  • You can require a gem library.
    • But note that we will expect such entries to be much more interesting than an entry that uses no library; hence we will judge them strictly.
    • It is highly discouraged to abuse gem to get around the size limit.
  • To judge without bias, we will try to keep each entry anonymous during judgment. Do not include anything that reveal your identity (such as a signature, copyright, URL, etc.) in your program.

History

  • 1st Apr. 2013: contest announcement
  • 18th May 2013: submission deadline
  • 1st Jun. 2013: result announcement (in RubyKaigi 2013)

Winners

Here are the awards and authors for the winning entries of TRICK 2013.

  • "Good way to make programs wonderful"
    • baban
  • "Most characteristic"
    • yoshi-taka
  • "Ruby by Ruby for Ruby award"
    • Yutaka Hara
  • "Worst house of garbage"
    • Nakamura Narihiro
  • "Best way to return true"
    • NAKAMURA Usaku
  • "Most competitive"
    • Yusuke Endoh
  • "Worst abuse of constants" - Dishonorable mention
    • Yutaka Hara
  • "Most classic" - Bronze award
    • Yusuke Endoh
  • "Most Readable" - Silver award
    • Shinichiro Hamaji
  • "Best pangram" - Gold award
    • kinaba

Judges

Alphabetical order.

Legal

This work is licensed under the MIT License.

Copyright (c) 2013, 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.

Releases

No releases published

Packages

No packages published

Languages