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.

Spaces and tabs

From Esolang
Jump to navigation Jump to search

Spaces and tabs is an esoterical programming language made of, you guessed it, spaces and tabs.

Commands

Spaces and tabs on one side, BF on the other.

Spaces and tabs BF
[SPACE][SPACE][SPACE] >
[SPACE][TAB][SPACE] <
[TAB][SPACE][SPACE] +
[TAB][SPACE][TAB] -
[TAB][TAB][SPACE] .
[TAB][TAB][TAB] ,
[SPACE][SPACE][TAB] [
[SPACE][TAB][TAB] ]
end EOF

Examples

Cat

	    						  		end

Hello, World!

This program prints the message “Hello, World!” to the standard output:

	 		 	 	 	 	 	  	 	    		    	 	 	     	 		 		 	   	 	   	 	   	 	 	  	  	  		    		 	  	 	 		 			  	 	  	  	  	  	  	  		  	  	 	 			 		  	  	 		  	 	  		       		       		  	  	  	 		 	  	  	  		       		       	 			  	  	  	 	  		 end

Truth-machine

A truth-machine is maintained by this program:

        					   	  		 	   	   	  	 	      		   	 	 		 	  	  	   	 	  	  		     			  		end

Interpreter

  • Common Lisp implementation of the Spaces and tabs programming language.