Whitespaces Whitespace interpreter made by Julia. These program is based on yhara/esolang-book-sources julia> using Whitespaces julia> ws = Whitespace(" \t \t \n\t\n \t\t \t \t\n\t\n \n\n\n"); julia> compile!(ws) julia> execute!(ws) Hi