Talk:IRC

From Esolang
Jump to navigation Jump to search

Hello, I liked this language so I wrote an interpreter, in PHP: http://viewsourcecode.org/code/php/irc.phps (dead link). It follows the description of the language on this page except I didn't do jumping to subroutines in other channels, partly because I'm not sure exactly how it's supposed to work. Also I wrote a 99 bottles of beer program in IRC. :) http://viewsourcecode.org/code/irc/99bottles.irc (dead link). --Jeremysr 04:44, 22 January 2008 (UTC)

Someone needs to implement this in mIRC scripting language (dead link) ;) --Ian

Link above is Broken, and an attempt

Here is attempt for Fun Video Game:

(fun_video_game.irc)

/nick fun_video_game
/join #gaming
/quit "Code failed successfully"

(gaming.irc)

* fun_video_game has joined #gaming
* falna has joined #gaming
<falna> Member name is weird here
* aghet has joined #gaming
* firey has joined #gaming
* fun_video_game sets mode: +v aghet
* fun_video_game sets mode: +v firey
<falna> Aghet: input, Firey: current. k?
<firey> I'm -1.
<falna> Good.
* fun_video_game changes topic to 'counting'
<falna> Careful here...
<input> Hey, aghet.
<falna> Input here is unclear. Single char or string of numbers?
<firey> I'm myself plus 1.
<if> aghet, are you equal to firey?
<jump> Let's talk about counting.
<falna> It only ignores one line.
* fun_video_game has quit IRC (Quit: "FAILURE")

--Laclale (talk) 07:54, 16 December 2023 (UTC)