TTType is meant to be an esolang plugin, meaning it is something that works with any programming language when properly implemented.
TTType simulates a market for every symbol or reserved words used in a programming language.
Here, TTType is used as a plugin on top of
brainf***.
try TTType here:
Code window
Terminal
Portfolio
Have
Use
<
1
>
1
+
1
-
1
.
1
,
1
[
1
]
1
Money :
1000
Market
Value
Buy
Sell
<
10
>
10
+
10
-
10
.
10
,
10
[
10
]
10
How it works
There are four sections: the portfolio, the code window, the terminal and the market.
In your
portfolio, you can see how many of each symbol you currently have at your disposal - and how many symbols would be used by the program currently in the code window. You can also see how much Money you have.
In the
code window, you can enter code to be executed by pressing the "interpret this!" button.
The Terminal will display results from interpreting the code - it will also display errors and warnings.
The
market displays the current value of each symbol. You can press the +/- buttons next to each symbol to buy/sell the symbol to the left of the button.
Prices will change as you type, so keep an eye on the market !