Talk:Deadfish++

From Esolang
Jump to navigation Jump to search

Question

How can you store a string literal into a memory cell?! --None1 (talk) 10:41, 25 September 2023 (UTC)

You have to store the string into a variable, move the pointer to the memory cell you want to store the variable in, and store that variable into that memory cell, like this:

"string here"~a
ma

--Europe2048 (talk) 20:42, 28 September 2023 (UTC) 0

But after all, the variable a is a string, however the cell is an integer. --None1 (talk) 23:42, 28 September 2023 (UTC)

Not anymore. --Europe2048 (talk) 07:07, 30 September 2023 (UTC)

Isn't the maximum Unicode value 65535? --None1 (talk) 23:23, 21 February 2024 (UTC)

Most emojis have a Unicode value of above 65535. Europe2048 (talk) 15:22, 5 March 2024 (UTC)

i'm looking to make an interpreter, i have a few questions

  • unicode escapes as described wouldn't work. "\\00192" could be "ƒ" or [null]"0192". same with decimal version
  • g sets memory pointer to that number, right?
  • t-tabs? in output right? (funnier if it means next lines need tabs)
  • default cell is integer 0
  • PE: right of what?
  • "print all" as in all that aren't empty, a?
  • idk like function names 3 chars? 1?/args how are they declared/passed/first classedness

sorry if overwhelming CopperTones (talk) 02:42, 25 May 2025 (UTC)