Talk:SeedFuck

From Esolang
Jump to navigation Jump to search

SFIP-0001 (SeedFuck Improvement Proposal number 1)

  • "it generates numbers from 0-8" sounds ambiguously, it's better to say "from 0 to 7 inclusive";
  • it's not an interpreter, it's a transpiler from SeedFuck to brainfuck;
  • k,l=map(int,input().split())
    saves one line of python code.

Best wishes, Blashyrkh (talk) 13:41, 30 January 2025 (UTC)

SFIP-0002

Another suggestion is to make the language more usable one (however you might decline it if the language usability opposes your intent): allow a program to consist of multiple statements:

<length1> <seed1>
<length2> <seed2>
...

--Blashyrkh (talk) 14:17, 30 January 2025 (UTC)

SFIP-0003

Length is not needed, seed is more than enough. The corresponding brainfuck program ends at the first encountered unpaired ] (closing bracket). --Blashyrkh (talk) 18:21, 30 January 2025 (UTC)