Talk:Jug

From Esolang
Jump to navigation Jump to search

echo()

Since there are no arguments that take string (except echo itself), it seems that the only purpose for echo to return anything would be for nested echo(echo(echo(echo("Hello World!")))) type statements. Is this intended? 76.100.81.188 07:41, 29 May 2013 (UTC)

But doing like so and running the code echo(echo("Hello, World!")); would simply output Hello, World! two times. Why would anyone do that in the first place? There are loops in this esolang so why not make a drain() loop? --Fallensn0w (talk) 15:20, 30 May 2013 (UTC)

Implementation

As of 5/31/2013 this language is now implemented. I've written a simple interpreter in C#. (The code is kind of crappy at the moment, but it will do the job). Feel free to download the source code and play with it. Link: click me! --Fallensn0w (talk) 14:53, 31 May 2013 (UTC)