Shoutbox

[help] Whitespace (programming language) - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: [help] Whitespace (programming language) (/showthread.php?tid=93689)

[help] Whitespace (programming language) by SmokingCookie on 01-28-2010 at 07:22 PM

I've never heard of the Whitespace programming language, but it seems to exist.

My sister, studying computer forensics, has trouble executing a whitespace program that should contain some message. I'm trying to help her atm, but have very little success. I have found an interpreter (here; very slow), but it traces an error about the file in position 3.

I've attached the file in case. Could anyone please help me get this file properly executed?


RE: [help] Whitespace (programming language) by Spunky on 01-28-2010 at 07:32 PM

quote:
Originally posted by SmokingCookie
I've never heard of the Whitespace programming language, but it seems to exist.

I think it was used in the second Relpats Eht game.

Which interpreter did you use so I can try it myself?
RE: [help] Whitespace (programming language) by SmokingCookie on 01-28-2010 at 07:33 PM

The one I linked to in my above post ;)


RE: [help] Whitespace (programming language) by Spunky on 01-28-2010 at 07:41 PM

quote:
Originally posted by Command Prompt
Error: Collection is empty.
Position in input stream: 49


=/
RE: [help] Whitespace (programming language) by SmokingCookie on 01-28-2010 at 07:44 PM

Yeah, I've been messing around with the file some time... I've had errors on both position 3 and position 49. Both about the collection thingy.

EDIT:

The file is part of an html source file: http://relaxright.nl/. I've already tried running wsi with the entire source file:

quote:
Error: Invalid opcode
Position in input stream: 372

Data stack:

Return stack:

Heap:

Labels:


Error: Label not found: S
Position in input stream: 315

Data stack:
  pop 0

Return stack:

Heap:

Labels:



But I have no idea what this is supposed to mean....

Edit:

Is there a way to convert between this "language" and ANY other (proper) programming language?