Forums

TrumpScript

Excuse me, can you tell me if PythonAnywhere supports TrumpScript. If not, have considered TrumpScriptAnywhere.com?

LOL....

I don't think it will run outside the US though... :)

Well, I've managed to run it:

git clone https://github.com/samshadwell/TrumpScript.git
export PATH=$PATH:~/TrumpScript/bin
vim ~/TrumpScript/bin/TRUMP

At this point, you'll need to change the hashbang at the top from

1
#!/bin/sh

...to...

1
#!/bin/bash

Save and exit, then you can run some of their test code:

$ TRUMP ~/TrumpScript/test/test_files/haiku.txt 
Compiled, starting execution
-------------------
make
        america great again!
$