Talk:Nanofunge

From Esolang
Jump to navigation Jump to search

I don't get it, what do the four numbers 5 5 3 3 at the beginning of the Nanofunge program mean? --None1 (talk) 11:11, 14 May 2024 (UTC)

It indicates the total size of the program and the size of the repeating part (I don't know which numbers are for width and which for height). In Nopfunge with C added to the operations the example would look like this:
  ; C 
 C; C<
======
CC;C C
C<;<C<
C ;  C
--Int-e (talk) 11:43, 14 May 2024 (UTC)

Thanks. --None1 (talk) 12:13, 14 May 2024 (UTC)

How do the translation work? I think they're incorrect.

--None1 (talk) 10:28, 28 June 2024 (UTC)