All public logs

Jump to navigation Jump to search

Combined display of all available logs of Esolang. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 12:24, 5 February 2023 Bbf talk contribs created page Talk:Binary Brainfuck (Created page with "Van everoy ohne show about grammer and spelling etc. i‘m not good in english!")
  • 12:21, 5 February 2023 Bbf talk contribs created page Binary Brainfuck (Created page with "Binary Brainfuck(BBF) is a programminglanguage that shows how complecaidet it‘s realy is to programm. ==Commands== 000 -> . 001 -> , 010 -> + 011 -> - 100 -> > 101 -> < 110 -> [ 111 -> ] ==Implemantation== A compiler from BBF to BF in Python: def bbf2bf(haep): haep = haep.replace(" ","") haep = haep.replace("\n","") chars = list(haep) result = str() for i in range(len(chars)): if i%3 == 0: c = chars[i]+chars[i+1]+chars[...")
  • 12:11, 5 February 2023 User account Bbf talk contribs was created