Waitforme

From Esolang
Jump to navigation Jump to search
This is still a work in progress. It may be changed in the future.
Please don't be offended if this page is the same as yours. I just don't know if there are similar languages.
Waitforme
Designed by User:DumbEsolangsOrgUser
Appeared in 2025
Computational class Unknown
Major implementations [1]

Waitforme is onw of joke esoteric programming languages only for waiting in seconds

Interpreters

Python

# waitforme interpreter  
import time  

for c in input():  
    if c == "1": time.sleep(1)  
    elif c == "2": time.sleep(2)  
    elif c == "3": time.sleep(3)  
    elif c == "4": time.sleep(4)  
    elif c == "5": time.sleep(5)  
    elif c == "6": time.sleep(6)  
    elif c == "7": time.sleep(7)  
    elif c == "8": time.sleep(8)  
    elif c == "9": time.sleep(9)  
    elif c == "0": time.sleep(0) 

Python (lighter in weight )

import time; exec("for c in input():\n if c.isdigit(): time.sleep(int(c))")

Examples

wait for 123 seconds

99999999999996