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:43, 16 May 2024 Yayimhere talk contribs created page =? (Created page with "'''=?''' or '''is it''' is a esolang based on a tree of equal questions with nodes. ==overview:== basically you make a tree to print stuff ===nodes=== to create a node there is written: 《name of node》 the origin node(s as there can be multiple of them) is written: 「value of node」 the value of a node can be a integer, float or user input which(in all cases)are written: ₪ to name a origin node you write: 「value of node」《name of node》 to make a node on...")
  • 07:02, 11 May 2024 Yayimhere talk contribs created page Brainblend++ (Created page with "'''brainblend++''' is a addon to the brainfuck called brainblend where add bottom text takes all values in the tape adds them together finds its square root and prints it")
  • 13:40, 10 May 2024 Yayimhere talk contribs created page DQ (Created page with "DQ is a esolang about duplicate and discard ==esolang overview== ===alphabet=== DD uses a minimal stack-based approach. The only symbols are: {| class="wikitable sortable" |+ smybols: |- ! symbol !! description |- | 0 || represents an empty stack |- | 1 || pushes a 1 onto the stack |- | D || duplicates the top element on the stack |- | Q || discards the top element on the stack |} ===execution model=== * Start with an empty stack. * Read the DQ program character by chara...")
  • 11:34, 10 May 2024 Yayimhere talk contribs created page Ø (Created page with "Ø is a esolang made of random characters on the mac keyboard. ==overview== a basic overview of Ø ===syntax=== {| class="wikitable sortable" |+ syntax |- ! character !! description |- | √ || NOP |- | «« || Push duplicate of top element onto stack |- | ƒ©œ« || Duplicate top two elements and swap them |- | ¥«œ || Add top two elements on stack |- | ≠«‹ || Subtract top two elements on stack |- | çç| || Logical OR between top two elements (1 if either or bo...")
  • 17:52, 2 May 2024 Yayimhere talk contribs created page Drunkscript (Created page with "'''drunkscript''' is a esolang based on the description of the english dictionary. you may wonder why it is called drunkscript. well that's because that scripts look like they where written by a drunk person {| class="wikitable" |+ syntax |- ! word !! formatting !! description |- | preponderant || A preponderant B || is A bigger than B |- | abb || A abb || find the entropy of A. A is a list |- | ask || ask(A) || start of a if statement. A is the statement |- | sub || sub...")
  • 17:37, 30 April 2024 Yayimhere talk contribs created page (Created page with "''',º''' is a esolang thats made to look and be interesting frameless|left {| class="wikitable" |+ Caption text |- ! syntax !! syntax |- | :{ıoı}: || number || named: 101. a binary phase period |- | ~~~ || ~A~B~ || diode. runs the diode equation where I=A and I<sub>0</sub>=B then outputs it |- | ,º || number || grows by 1 every time the line is ran |- | /=/ || A/=/B || string replacement. replace A with B |- | useline() || useline(A) || use the...")
  • 13:58, 30 April 2024 Yayimhere talk contribs created page File:Image013.png
  • 13:58, 30 April 2024 Yayimhere talk contribs uploaded File:Image013.png
  • 18:10, 28 April 2024 Yayimhere talk contribs created page Nope (Created page with "'''nope''' is a esolang created by User:yayimhere. in nope there is only 4 valid commands all a no op variant: no op {| class="wikitable" |+ Caption text |- ! commands !! commands |- | no_op || nothing || do nothing |- | jl || jl a b ?(label) || no_op if a register value is less than zero. |- | store || store (variable) value || store a number |- | no:op_add || no_op add a b → (result) || no op then add |} nope is very low level. numbers are stored in hexidecimal i...")
  • 14:25, 28 April 2024 Yayimhere talk contribs created page SUTRAGNEZOl (Created page with "'''SUTRAGNEZOl''' stands for SUbtract and TRy AGain with new NUmber if Equal too Zero Or Less.SUTRAGNEZOl is a [https://en.wikipedia.org/wiki/One-instruction_set_computer OISC]. in https://en.wikipedia.org/wiki/One-instruction_set_computer you can do one things. it is where you have a memory adress A. then you subtract whats in memory adress B from A. if this is more than 0 we store the result in B. else if the result less than or equal too 0 we try again but with c inst...")
  • 09:29, 28 April 2024 Yayimhere talk contribs created page Talk:Leftoutside (Created page with "here you do all the things where like you try to reverse engineer")
  • 09:28, 28 April 2024 Yayimhere talk contribs created page Leftoutside (Created page with "'''leftoutside''' was a esolang made by User:Yayimhere but he forgot what it was. i have some scripts laying around. can it be reverse engineered? yes this is like burn but you know. people forget things. i have some scripts laying around: /from 1 to 7 after pushing: #1V #2V (#V:) /colors: #^~~(#V=DEC)^V~:[/=/] /memory: &[23][34][77] /show (77,a,77) that was rule 110 although after 100 iterations it would crash [&&] this script took user input. it was na...")
  • 05:15, 28 April 2024 Yayimhere talk contribs created page Walls (Created page with "in '''walls''' you use a logic of a maze to run instructions ===syntax=== in walls there is places where numbers is stored. the program pointer itself has a stack. then the primary memory is a cell based strip 0: 0 is the path and is followed by the program pointer 1: 1 is the walls. the program pointer can't go into walls >: move the memory pointer to the right <: move memory pointer to the left number: if you put a number on the track then the program pointer will...")
  • 18:53, 27 April 2024 Yayimhere talk contribs created page File:Branching.png
  • 18:53, 27 April 2024 Yayimhere talk contribs uploaded File:Branching.png
  • 15:24, 26 April 2024 Yayimhere talk contribs created page Loops (Created page with "in '''loops''' there can only be loops. ==syntax== [: start of loop ]: end of loop #: add condition to loop +: add loop numerals -: subtract loop numerals @: put in front of a loop and then whats in front of the @ will be saved as that loop's name. this is for memory and can now be used as a variable(only for loop numerals) "@": a variant of @ that works like functions where you use @ and then the names a set in the front of the function inside of its brackets I:...")
  • 13:15, 23 April 2024 Yayimhere talk contribs created page S.B.M.F.B (Created page with "'''S.B.M.F.B''' stands for stack based memory for brainfuck. in S.B.M.F.B you have a stack to store brainfuck code inside. there are some simple commands in this program to add it to the stack €(): add the brainfuck code inside the brackets to the bottom of the stack %()I: add the name inside the brackets to the top of the stack. run^: run the top of the stack runV:run the bottom of the stack shiftV: shift the bottom of the stack one up shift^: shift the top...")
  • 11:07, 23 April 2024 Yayimhere talk contribs created page Talk:NotsopureVelato (Created blank page)
  • 11:07, 23 April 2024 Yayimhere talk contribs created page Talk:Gt++fy (Created blank page)
  • 11:07, 23 April 2024 Yayimhere talk contribs created page Talk:Get there (Created blank page)
  • 11:06, 23 April 2024 Yayimhere talk contribs created page Talk:F ck you (Created blank page)
  • 10:48, 23 April 2024 Yayimhere talk contribs created page NotsopureVelato (Created page with "'''notsopureVelato''' is a esolang where you use [https://da.wikipedia.org/wiki/Pure_Data puredata]] to generate the midifile for Velato. the name is a joke with like i wanted to cell it pureVelato but is isnt so pure so notsopureVelato")
  • 10:14, 23 April 2024 Yayimhere talk contribs created page Gt++fy (Created page with "'''gt++fy''' is a fusion of to esolangs made by me: Get there and F uck you that only has two extra commands: f___: put the number in the current cell onto the stack gethere: put the top of the stack in the current cell")
  • 10:06, 23 April 2024 Yayimhere talk contribs created page That=this (Created page with "'''that=this''' is a this=that derivative where instead of saying thing like x=1 you say 1=x. and when you refrence x you do not say for example y=x you say 1=y so you can only use something you cant use but also kinda can???????????????????? Category: unuseable")
  • 09:09, 23 April 2024 Yayimhere talk contribs created page F ck you (Created page with "the technical name of this esolang is '''f_uck you''' f_uck you was made to feel like programming but you are also surviving an apocalypse and was inspired by brainfuck ==syntax== Q(): the number inside the () is the current length of the band. If the length is changed all data on the band that isn’t included anymore it isn’t remembered unless it has a name /:move the pointer to the left \:move the pointer to the right 000: reset the memory #(): save the cur...")
  • 05:03, 23 April 2024 Yayimhere talk contribs created page File:Table.jpg
  • 05:03, 23 April 2024 Yayimhere talk contribs uploaded File:Table.jpg
  • 10:16, 20 April 2024 Yayimhere talk contribs created page Interfacefactory (Created page with "in '''interfacefactory''' you use diffrent esolangs for diffrent parts of you code or "the factory". you start with the middle section where you write [] inside the []'s you put in piet code. on [ there is input and ] is the output. on the left side of the input you use factory and when the piet has handled that number to do any io you use https://da.wikipedia.org/wiki/Pure_Data puredata then to do calculus operations or https requests you use https://githu...")
  • 15:24, 3 April 2024 Yayimhere talk contribs created page User:Yayimhere (Created page with "hello. im yayimhere. i have created one esolang: get there")
  • 16:01, 2 April 2024 Yayimhere talk contribs moved page Esolang:Get there to Get there over redirect
  • 16:01, 2 April 2024 Yayimhere talk contribs deleted redirect Get there by overwriting (Deleted to make way for move from "Esolang:Get there")
  • 15:59, 2 April 2024 Yayimhere talk contribs moved page Get there to Esolang:Get there
  • 15:11, 2 April 2024 Yayimhere talk contribs created page Get there (Created page with "'''get there''' is a esolang where need to use a stack to go to each line. else than that there is these operations: w: push a number onto the stack q: pop the bottom value of the stack t: push a value to the stack as a ascii character. fu: print the full stack from bottom to top f: flip the bottom and top of the stack st: read the top of the stack tfu: push a full string onto the stack(first you need to put it in as morse code) now as i told before we need to ref...")
  • 14:00, 2 April 2024 User account Yayimhere talk contribs was created