We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

Industryscript

From Esolang
Jump to navigation Jump to search

(Not the final page)

Industryscript is a language based off the game Mindustry, but we assemble chars.

Fabrication basics

--------------------------
This is a track. Now we have to push stuff on it.
C-------------------------[truck]

For example this road will carry C (0x43 or also SIX SEVEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEN- anyway)
Saying [truck] and connecting a conveyor belt to it from behind gets it to be outputted. To output
multiple characters, you have to put roads between every char (for example A-M-O-N-G-U-S-[truck] outputs
AMONGUS but A-M-O-N-G-U-S[truck] or AMONGUS-[truck] doesnt output hello world and results with a syntax error)

_---------------[truck]

This is a Cat program which takes input and gives output. Also, it doesnt halt because the _ waits for input forever.

         |
         |

+---------

         |
         |

-----------\
-----------/
|
|
----------+---------
|
|


Examples

Hello world

H-E-L-L-O-W-O-R-L-D-[truck]
This is a hello world program.