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.