On Monday, March 2, 2020 at 6:38:29 AM UTC-6, Bruno Marchal wrote:
>
>
> On 1 Mar 2020, at 19:11, Philip Thrift <[email protected] <javascript:>> 
> wrote:
>
>
> In a stack-based language (e.g like a FORTH variant) world 
>   
>        2 + 2
>
> results in 2 on top of the stack.
>
> push 2
> push +  (top of stack is combined with what's below, which is empty)
> push 2
> (stack is 2 2)
>
> vs        2 2 +  
>  (stack sequence is 2, 2 2, 4)
>
>
> So, FORTH seems to confirm what I say, apparently. It is just that  FORTH 
> use a different language to say the same truth. It says 2 2 + instead of 2 
> + 2. That shows the importance in distinguish the language (conventional) 
> from the truth (not conventional).
>
> I did not expect less from FORTH, one of the oldest and cutest universal 
> number (aka Turing universal system) :)
>
> Bruno
>
>
>
One could also have a CHESS machine for chess moves.

Chess notation:
http://www.chesscorner.com/tutorial/basic/notation/notate.htm

example:

1. f4 e5 
2. fxe5 d6 
3. exd6 Bxd6 
4. g3 Qg5 
5. Nf3 Qxg3+ 
6. hxg3 Bxg3# 

Instead of an arithmetic game with symbols from [0,1,2,...9,+,-], it's a 
chess game with some additional symbols.

That's all the TRUTH there is to it. The truth of the game.

@philipthrift

 

-- 
You received this message because you are subscribed to the Google Groups 
"Everything List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/everything-list/8fb22f4b-aa72-4581-b20c-0ebfa8071a9b%40googlegroups.com.

Reply via email to