ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Ilya Palagin <tux@fioc.kz>
To: community@altlinux.ru
Subject: Re: [Comm] Ruby -- бриллиант в мире скриптовых языков!
Date: Tue, 12 Nov 2002 15:25:27 +0600
Message-ID: <3DD0C907.4040003@fioc.kz> (raw)
In-Reply-To: <15058006468.20021112005717@fastmail.fm>

Henri Bourbon wrote:
> Оооооо! Как я вижу, Ruby -- просто бриллиант в мире скриптовых языков! Я
Сейчас вы это сами увидите.

> перевел  вашу  программу,  г-н Палагин, на язык Coal, чья отстойность, о
> которой  так  много говорили большевики, становится совершенно очевидной
> при  взгляде  на  обе  программы (на ruby и coal), помещенные рядом, в 2
> колонки:
Товарищ Г.Бурбон, вначале я написал довольно пространный ответ на ваш 
"стеб", но потом переписал свой скрипт и решил, что для истинного 
ценителя эффективного программирования вроде вас, способного разродиться 
целой сатирической поэмой после просмотра написанной за пару минут 
поделки - достаточно. Если у вас и здесь есть что покритиковать, прошу в 
talk_room.

!/usr/bin/ruby -w
content = $stdin.readlines
content.each_index  do |n|
   m = rand(content.size - 1)
   content[n], content[m] = content[m], content[n]
end
print content





      parent reply	other threads:[~2002-11-12  9:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-11 21:57 [Comm] Ruby -- ÂÒÉÌÌÉÁÎÔ × ÍÉÒÅ ÓËÒÉÐÔÏ×ÙÈ ÑÚÙËÏ×! Henri Bourbon
2002-11-11 22:40 ` [Comm] Re: [Comm] Ruby -- бриллиант в мире скриптовых языков! Vitaly Lugovsky
2002-11-12  9:25 ` Ilya Palagin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3DD0C907.4040003@fioc.kz \
    --to=tux@fioc.kz \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git