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
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)
  • 14:24, 25 March 2025 PrySigneToFry talk contribs created page User:PrySigneToFry/Sandbox/Draft of EtPL (Created page with "{{WIP}} Eternal Pratical Language is designed by PrySigneToFry in 2025, it is designed for all beginners to learn programming, like Bunnybell(or Bellbase). As an easy-to-understand and practical programming language, this language supports more convenient debugging and tracing. But actually, there's a certain irony about the language – ridiculing people who don't know how to code (I don't mean to offend anyone). = Purpose = For ease of use, we call it "EtPL", to...")
  • 10:45, 23 March 2025 PrySigneToFry talk contribs created page Amethyst/Standard Library/Random (Created page with "{{Back|Amethyst/Standard Library}} <pre> NAME random - Random variable generators. DESCRIPTION integers -------- uniform within range sequences --------- pick random element pick random sample pick weighted random sample generate random permutation distributions on the real line: ------------------------------ uniform...")
  • 10:41, 23 March 2025 PrySigneToFry talk contribs created page Amethyst/Standard Library/Math (Created page with "{{Back|Amethyst/Standard Library}} <pre> NAME math DESCRIPTION This module is always available. It provides access to the mathematical functions defined by the C standard. FUNCTIONS acos(x, /) Return the arc cosine (measured in radians) of x. acosh(x, /) Return the inverse hyperbolic cosine of x. acot(x, /) Return the arc cotangent (measured in radians) of x. acoth(x, /) Return the inverse hyperbolic cota...")
  • 10:36, 23 March 2025 PrySigneToFry talk contribs created page Amethyst/Standard Library (Created page with "{{Back|Amethyst}} Amethyst supports several standard libraries.")
  • 02:23, 23 March 2025 PrySigneToFry talk contribs created page Talk:Yugoslavic (Created page with "Are there any users from Serbia? 有来自塞尔维亚的用户吗? Има ли корисника из Србије? --<span style="color:blue;background:yellow;">北国风光,千里冰封,万里雪飘。望长城内外,惟余莽莽;大河上下,顿失滔滔。</span>User talk:PrySigneToFry|<span style="color:aqua;background:red;">山舞银蛇,原驰蜡象,欲与天公试比高。须晴日,看红装素裹,分外妖娆。</...")
  • 02:19, 23 March 2025 PrySigneToFry talk contribs created page Yugoslavic (Created page with "{{WIP}} Yugoslavic(Југославија) is a pseudo-natural programming language designed by PSTF, based on Srpski and LOLCODE. There are two variant of Srpski: One is Cyrillic and another is Latin. We use Cyrillic variant. There are six variant of this language: Srpski(Serbian), Slovenščina(Slovenian), Македонски(Macedonian, Makedonski), Bosanski(Bosnian), Hrvatski(Croatian), and Montenegrin. Most useful variant is Srpski. = Command Table = If you...")
  • 09:42, 22 March 2025 PrySigneToFry talk contribs created page Brainfuck 2.0 (Created page with "Brainfuck 2.0 is designed by PSTF, it is based on EA Script, It's in the code. but it didn't costs anything. = Instructions = All commands work on a 30,000-bit tape, a stack, and a counter. == Basics == {| class="wikitable" |+ |- ! Instruction !! Meaning |- | <code><</code> || Moves the pointer one cell to the left. |- | <code>></code> || Moves the pointer one cell to the right. |- | <code>+</code> || Adds 1 to the pointed cell. |- | <code>-</code> || Subtracts 1 to...")
  • 14:36, 21 March 2025 PrySigneToFry talk contribs created page Talk:Poetic is plushie-complete (Created page with "Poetic is also Storm-complete: Rule 1(so abstract) <pre> Ato selfer, y priil y sal dilktran prisyl y cron e di salet y selpril! </pre> Rule 2 <pre> </pre> Rule 3(Not on display)")
  • 14:03, 20 March 2025 PrySigneToFry talk contribs created page User:PrySigneToFry/Sandbox/Draft of AGPL (Created page with "AGPL(A golfing programming language) is designed by PSTF. = Overview = AGPL is mostly inspired by APL, is designed for golfing. = Data types = # Numbers. Every valid real numbers are number type, even if in complex. 1i is not equal to i. ① # Strings. Strings are quoted in "", \" for " and \\ for \, every escapes are work in C++. Ⓐ # Arrays. They're quoted in [], and seperate with comma. ● # Booleans. True or False. ※ # Lambdas. They're simple functions. Return...")
  • 11:48, 19 March 2025 PrySigneToFry talk contribs created page Storm-complete (Created page with "Storm-complete is a concept designed by PSTF. It was designed after he completed "The Storm" in the game Dancing Line. = What is Storm-complete? = To be Storm-complete, # It must be able to output 0. # It must be able to store 48 or 0 in any type of memory. # It must be able to output a descending sequence from 99 to 0. = Note = This concept is not conflict with PrySigneToFry-complete. The esolang will only be Storm-complete if it follow these three rules. = See...")
  • 14:13, 18 March 2025 PrySigneToFry talk contribs created page BraXYZZYuck (Created page with "BraXYZZYuck is designed by PSTF. It is extended brainfuck, and can be written in Unicode. The official pronounciation is /bɹekʰsidzʲukʰ/. = Syntax overview = There are sixteen commands, and cells are calculate with WORD(maxima is 65535). Each command is half byte. <pre> 0: > 1: < 2: + 3: - 4: . 5: , 6: [ 7: ] 8: :(Output current cell as number) 9: ;(Input number to current cell, terminate with whitespace characters) A: ?(Set current cell to a random number betw...")
  • 12:06, 17 March 2025 PrySigneToFry talk contribs created page Amethyst (Created page with "Amethyst is a programming language designed by PSTF. It is influenced by Ruby, C++, Lua, Python and JavaScript. = Language Overview = Amethyst is a lightweight, high-level programming language that is primarily used to write cross-platform applications, data analytics, artificial intelligence, and more. Amethyst advocates a "villager" style of code – one that is quick to understand even for newbies. = Basic Syntax Concept = == My first program == print("Hello, world...")
  • 09:24, 15 March 2025 PrySigneToFry talk contribs created page 16 bits, 256 bytes (Created page with "16 bits, 256 bytes is an Esolang designed by PSTF, and his new AI friend DeepSeek-R1 671b. It is to be not a joke, just like 6 bits, 12 bytes. It is second x-bits, y-bytes, non-joke langugage. = Overview = 16 bits, 2556 bytes uses a 16 bit CPU and 256 bytes memory. There is also infinity memory mode. = Charmap = We use this charmap. It is modified ASCII. <pre style='font-family:Consolas;'> . 0123456789ABCDEF 0 □┌┐└┘○●▲►▼◄◊☺☻♀♂ 1 ♠...")
  • 15:28, 14 March 2025 PrySigneToFry talk contribs created page CJKGolfer (Created page with "CJKGolfer is designed by PSTF, which is inspired from Sclipting. = Most basic syntax = == Execution == CJKGolfer has a stack, and infinity amount of variables. Many of the instructions are based on stack. == Data types == # Numbers(数). Every real numbers are allowed to 数, such as 二根三加五七分六减四点三七八. # Complex(复). Write as 数实数虚. They converts to its geometrical absolute value when converts to integer. # Strings(字). Quote by...")
  • 14:20, 11 March 2025 PrySigneToFry talk contribs created page Stillbrithiarngialpielroinuslislislislislisquattostamiswackilduasliesfris (Created page with "Stillbrithiarngialpielroinuslislislislislisquattostamiswackilduasliesfris (or Stilbrith if you can't pronounce this, or even Stilllbrillbritillbrithithiarithiarngiarngiarngialbrithiarngialpialpielpielrngialpielroielroingialpielroinuslroinuslinuslislislislislislislislislislislislislislislislislislisquslislislislislisqualpielroinuslislislislislisquathiarngialpielroinuslislislislislisquatttoinuslislislislislisquattosquattostostattostamisquattostamistamiswamiswackiswackilisq...")
  • 03:34, 8 March 2025 PrySigneToFry talk contribs created page User:Trump Bot (Created page with "{{Banned}}")
  • 09:29, 7 March 2025 PrySigneToFry talk contribs created page MazeLang (Created page with ":''This is not a Works-in-Progress. You're invited to add more examples, or more commands(if LXGW WenKai Mono GB supports and shows full-width).'' MazeLang is designed by PSTF which is inspired by Befunge. It uses ideographs instead of letters. = Plot introduction = Once upon a time, there was a boy(Mark Dreelmitex Gluzturzarzium, MDG for short), he's interested in adventure. One day, MDG walks to a flat place. Suddenly, he floats up, and blew away by wind. He's s...")
  • 08:58, 6 March 2025 PrySigneToFry talk contribs created page User:PrySigneToFry/Cellular Automaton related thingy (Created page with "谁家出状元了 <pre> x = 819, y = 965, rule = B3/S23 474bo$472bo3bo$477bo$472bo4bo$473b5o4$475b2o$472b3ob2o$473b4o$474b2o2$ 471b2o$469bo4bo$475bo$469bo5bo$470b6o7$400b3o$399b5o$399b3ob2o$402b2o 3$404bobo$404bo2bo5bo$404bobo3b5o$406b2ob2o3b2o$406bo7bo$406bo2bo2b2o$ 405bo$406bo2bo2b2o$406bo7bo$406b2ob2o3b2o$404bobo3b5o$404bo2bo5bo$404b obo3$402b2o$399b3ob2o$399b5o$400b3o22$430b2o12bobo$428bo4bo10bo2bo$ 434bo4bo7b2o$428bo5bo4bob2o6bo$429b6o7bo2b6o$437b4o3bo7b2o$441bo4bo...")
  • 03:18, 6 March 2025 PrySigneToFry talk contribs created page Talk:Afefoj-Flak (Created page with "I think the correct title is <span style="display:inline-block;transform:scale(-1,1)"><span style="display:inline-block;transform:rotate(170deg);">r</span><span style="display:inline-block;transform:rotate(-170deg);">o</span><span style="display:inline-block;transform:rotate(160deg);">t</span><span style="display:inline-block;transform:rotate(-160deg);">a</span><span style="display:inline-block;transform:rotate(180deg);">t</span><span style="display:inline-block;transfor...")
  • 05:25, 2 March 2025 PrySigneToFry talk contribs created page Mutzerium/STL (Created page with "{{Back|Mutzerium}} Mutzerium also has standard libraries. = Math library = The Math standard library mainly supports some mathematical operations. Its module name is "math". == Trigonometric function == <pre> sin | Get the sine value of a number. Measured in radian. cos | Get the cosine value of a number. Measured in radian. tan | Get the tangent value of a number. Measured in radian. cot | Get the cotangent value of a number. Measur...")
  • 14:08, 1 March 2025 PrySigneToFry talk contribs created page UserEdited/L'internationale (Created page with "{{Back|UserEdited}} 国际歌<br> 词:欧仁·鲍狄埃</br> 曲:皮埃尔·狄盖特 起来,饥寒交迫的奴隶,<br> 起来,全世界受苦的人!<br> 满腔的热血已经沸腾,<br> 要为真理而斗争!<br> 旧世界打个落花流水,<br> 奴隶们起来,起来!<br> 不要说我们一无所有,<br> 我们要做天下的主人!<br> 这是最后的斗争,<br> 团结起来,到明天!<br> 英特纳雄耐尔,<br> 就一定要实现...")
  • 13:19, 28 February 2025 PrySigneToFry talk contribs created page Talk:UserEdited/that long command (Created page with "Actually, I don't think it's a big deal to pronoun people, and I even allow people to call me "this/that". But religious beliefs and national dignity should not be stigmatized or discriminated against (hence my disgust and dissatisfaction with the trafficking of blacks in the Middle Ages and the opposition to blacks in the United States of America). ——谁发的我就不讲了")
  • 11:44, 28 February 2025 PrySigneToFry talk contribs created page User:PrySigneToFry/Sandbox/PsiLine History (Created page with "Everything before 19th century is same as OTL universe. = 19th century = * 1800: Ming Dynasty found again, and has no progress ---- It missed the industrial revolution. * 1805: Opium wars start. * 1812: Opium wars end, Ming Dynasty lost at least 18.4lm<sup>2</sup> territory to Sludoruit Empire. * 1835: The most powerful 6 countries tramples the Ming Dynasty, and the regime of Ming Dynasty was almost falls. * 1850: Many provinces became independent. At the same year, but...")
  • 08:19, 26 February 2025 PrySigneToFry talk contribs created page Mutzerium (Created page with "Mutzerium is designed by PSTF in OTL Universe, which is inspired from SLet 3.0(Currently, SLet is using 4.0 version). In PsiLine Universe, it is designed by Yang Jiong. = Language Overview = Mutzerium is Turing-Complete, almost-high-level, and uses easy syntax. = Basic Syntax Concept = == Data Types == In this programming language, there are 6 data types. <pre class='rectwrap'> Number(num): Often shows as an fraction. Size is unlimited. Divide by 0 gets an undefined...")
  • 14:21, 24 February 2025 PrySigneToFry talk contribs created page User:PrySigneToFry/Sandbox/Draft of 夸父 (Created page with "{{WIP}} 夸父 is alternated version of 易语言 in PsiLine, which is designed by Zhang Jiulong. In OTL Universe, it is designed by PSTF. = Language Overview = 夸父 uses Chinese as Programming Medium, is Turing-complete, and is pseudonatural. = Basic Syntax = == Comment == <pre> # 这是一行单行的注释。 #* 这是一个注释块。 *# </pre> == I/O == === Output === <pre> 终端.输出("巴拉巴拉巴拉巴拉巴拉……", 结束符 = "锟斤拷烫烫...")
  • 11:38, 24 February 2025 PrySigneToFry talk contribs created page Laktano (Created page with "Laktano is an alternative version of Python in PsiLine universe, which is designed and developed by Mike Traussicha. In OTL universe, it is designed by PSTF. = Overview = Laktano is Turing-complete, High-level and easy language, it supports on a lot of operating systems. Currently, popular OS's in PsiLine are Fraug, Verfan, Windowzie, Brandig, SL-droid. = Basic Syntax = == Comment == In Laktano, comment starts with flipped apostrophe. <pre> ` This is single line comme...")
  • 11:18, 23 February 2025 PrySigneToFry talk contribs created page Markleft (Created page with "Markleft is designed by PSTF, made for help human easier to note more things. = Overview = Markleft is Markup-like language, can document like Wiki pages(because it is based on Wiki-Markdown). In PsiLine Universe, it is designed by Dmitry Slavoicca. = Syntax = {{WIPsec}} == Paragraph == There are no paragraph tags in Markleft. You can indicate a wide line break by leaving a blank line between two lines, or by adding two spaces at the end of a line to indicate a narrow...")
  • 06:17, 23 February 2025 PrySigneToFry talk contribs created page Category:Being-Debated (Created page with "This category is for the articles that currently being debated.")
  • 04:17, 23 February 2025 PrySigneToFry talk contribs created page Template talk:InDebated (Created page with "Can I create this template? <pre> :''This is currently being debated. It may be changed in the future.''<includeonly>Category:Being-Debated</includeonly><noinclude> </noinclude> </pre>")
  • 03:43, 22 February 2025 PrySigneToFry talk contribs created page StormLang/Standard Libraries (Created page with "{{Back|StormLang}} Currently, StormLang STL is still in discussion.")
  • 11:44, 21 February 2025 PrySigneToFry talk contribs created page EternalGolf (Created page with "EternalGolf is an esoteric programming language designed by PrySigneToFry to code-golfing. You're free to expand this programming language, just like [https://wiki.xdi8.top/wiki/%E5%B8%8C%E5%90%95%E5%AD%97%E6%AF%8D Infinite Shidinn Letter]. = Rules = # Your edit can't destroy other's work, but fixing is allowed. # Your edit must be computable. EternalGolf needs computable without uncomputable command area. # Your edit must be suit for golfing or adding new feature to Et...")
  • 02:29, 15 February 2025 PrySigneToFry talk contribs created page Translated ZhongWen/PSTF Again Undici (Created page with "1. 把这个圣经玩意儿取出来;Special:Contributions/PrySigneToFry|<span style='font-family:Unifont;color:red;'>Your system is corrupted, it can't be t彁蕢L$D3蓨h$禤&奌%玲 ?禤'玲 蕢L$H3蓨h(禤*奌)玲 ?禤+玲 蕢L$L3蓨h,禤.奌-玲 ?禤/玲 蕢L$P3蓨h0禤2奌1玲 ?禤3玲 ?禤6塋$T3蓨h4奌5玲 ?禤7玲 ?禤:塋$X3蓨h8奌9玲 ?禤;玲 ?見p<奝=禓?菱 琢? 袐F 媈媬嬭另拎 ?~#?~n龐D孁缐l$溜 鴭...")
  • 14:08, 14 February 2025 PrySigneToFry talk contribs created page StormLang (Created page with "StormLang is collaboratively designed by PSTF, None1, and islptng. = Language Overview = StormLang is turing-complete, supports to make gorgeous program and access the Internet, and may also construct artifical intelligences, high-level, strong like the fire, efficient like storm(thus it get the name "StormLang"), fast as tigers pounce on food. = Basic Syntax = == I/O == <pre> read() write(a, ascii = false) input() print(a, end = '\n') getchar() putchar(a) </pre> # Res...")
  • 01:59, 14 February 2025 PrySigneToFry talk contribs created page Translated ZhongWen/PSTF Again Δέκα (Created page with "1. 把这个圣经玩意儿取出来;Special:Contributions/PrySigneToFry|<span style='font-family:Unifont;color:red;'>You computer has a severe err彁蕢L$D3蓨h$禤&奌%玲 ?禤'玲 蕢L$H3蓨h(禤*奌)玲 ?禤+玲 蕢L$L3蓨h,禤.奌-玲 ?禤/玲 蕢L$P3蓨h0禤2奌1玲 ?禤3玲 ?禤6塋$T3蓨h4奌5玲 ?禤7玲 ?禤:塋$X3蓨h8奌9玲 ?禤;玲 ?見p<奝=禓?菱 琢? 袐F 媈媬嬭另拎 ?~#?~n龐D孁缐l$溜 鴭帕?铃 ?\$#\$ 3\...")
  • 08:32, 13 February 2025 PrySigneToFry talk contribs created page User:PrySigneToFry/Sandbox/Users that is also on other place (Created page with "Here shows users that is also on other place. # PrySigneToFry: PrySigneToFry(Backrooms Fandom, Esolang Wiki), LittleLWSS(Conway's game of life Wiki/Forum), Xdi8Loverian(Xdi8 Wiki), 烂下攫用乴!(Whole Miraheze, including Musical Encyclopedia and Funcode Wiki), FlunTruskilPartiallyHeud(APLWiki), SHA-512-Crap(Github, but I really didn't destroy anything, even I can't normally access Github. It's actually a self-deprecation, because I don't even know what the hell Git...")
  • 07:54, 13 February 2025 PrySigneToFry talk contribs created page Translated ZhongWen/PSTF Again Chapter IX (Created page with "Translated ZhongWen/Mihai Again Chapter IX|<span style='font-family:Unifont;'>You computer has a severe err彁蕢L$D3蓨h$禤&奌%玲 ?禤'玲 蕢L$H3蓨h(禤*奌)玲 ?禤+玲 蕢L$L3蓨h,禤.奌-玲 ?禤/玲 蕢L$P3蓨h0禤2奌1玲 ?禤3玲 ?禤6塋$T3蓨h4奌5玲 ?禤7玲 ?禤:塋$X3蓨h8奌9玲 ?禤;玲 ?見p<奝=禓?菱 琢? 袐F 媈媬嬭另拎 ?~#?~n龐D孁缐l$溜 鴭帕?铃 ?\$#\$ 3\$?貗D$崉檡俍媗$H塂$婦$ 嬝凌零 貗??D$03D$(嬭懒? 鑻D$塴$(嬭拎另...")
  • 06:15, 13 February 2025 PrySigneToFry talk contribs created page Nya~*kwrgsfish+-HQ9`:'"rbtAzxdi8 (Created page with "Nya~*kwrgsfish+-HQ9`:'"rbtAzxdi8, or Nya~Τούρινγκ-r%23kc锟斤拷d#T大个b彁jSV\d\\\\zESGmcdips is designed by PSTF. = Language Overview = Nya~*kwrgsfish+-HQ9`:'"rbtAzxdi8 is turing complete, uses an accumulator, a tape with 114514 cells, a stack, a buffer, and variables. It is simply extended from nya~. Its file extension is ".nyatc". You're free to edit this Esolang, but: # No joke commands. # Make sure your command is implementable. # It is not...")
  • 10:04, 12 February 2025 PrySigneToFry talk contribs created page Translated ZhongWen/PSTF Again Chapter VIII (Created page with "1. 把这个圣经玩意儿取出来 <pre> 你好 1696年1月1日至2月2日, 该项目发现小行星HN2, 其轨道编号为1696。 一个对象名为HN2的polya对象, 另一个对象名为J2C。 此外, 该项目的观测还发现了1709颗与双星系成员类型相同的小行星。 这颗被称为小行星的小行星目前处于观测阶段。 此外HN 2星团中有一个被称为CRF ZF 2 FIV的重要天体, 是这个星...")
  • 04:23, 12 February 2025 PrySigneToFry talk contribs created page Translated ZhongWen/PSTF Again Chapter VII (Created page with "Translated ZhongWen/Mihai Again8 is still not enough, so let's make it C̵͈͚̻̭͈̣̣̱̅̇͆̀͛̀̆̑̒ͅR̡̡̘̳̗͖̞͓̖͂̎́͆͑̋̒̒͜Ã̫̗̺̳̮̺͌́̋̄͋͋͌͞Z̡͖͍͖͕̭̠͇̥͖̏̊̊̐̅͐͞I̸͈̝͉̹̼͇͛͆̓̕͝E̵̤̜̗͓̩̐̈́͒̅̊̓̾͢͝R̟̣̘̝̝̗̋͌̓͊͌́̄͗̽!!!! Ḥ̵̦̯̯̠̠̜̜̝̣̾̊͆̏̏́̂͒a̛̛̱̼͇̻͍͚̞̘͉̓͌͢͝h̗̫̤̦̖̹͚̯̖̪̓͗͛̅̽̈̌̕͘͠å̶̛̛̖͈̙̫̻̬̻͙̜̈́͊͑̑̆̃͜ĥ̢͓̱͕̗...")
  • 08:28, 10 February 2025 PrySigneToFry talk contribs created page `Română/Examples (Created page with "{{Back|`Română}} == Hello, world! == Ieșire "Bună oameni buni!". == A+B Problem == Introduceți două numere întregi de la utilizator și apoi imprimați suma lor. == Collatz sequence == <pre> Introduceți un număr întreg de la utilizator, apoi atribuiți-l lui x. Repetați aceste până când x = 1: Pentru fiecare pas, dacă x este par, atunci atribuiți x/2 lui x, altfel, atribuiți 3x+1 lui x. Imprimați valoarea lui x cu o linie nouă. Buclă de sfârșit....")
  • 08:24, 10 February 2025 PrySigneToFry talk contribs created page `Română (Created page with "`Română is an Pseudonatural language designed by PSTF. Because ^Română is occupied, I had to use different symbol(In my design it was left brocket but it is invalid). == Syntax == Just Romanian. == Examples == == Categories and References == Category:Languages Category:High-level Category:Pseudonatural Category:Unimplemented Category:2025")
  • 09:01, 9 February 2025 PrySigneToFry talk contribs created page Talk:Where is my esolang? (Created page with "《家里一片混沌,导致要啥就找不到啥》")
  • 02:20, 9 February 2025 PrySigneToFry talk contribs created page 10 digits, 100 digytes (Created page with "10 digits, 100 digytes is a programming lnaguage designed by PSTF. 1 digyte is 10 digits, so its memory is very big. Programs are dumped in memory. = Command Set = Every cell is signed integer between -(10<sup>64</sup>) to 10<sup>64</sup>. But it supports infinity cell and variables. == Below 10(Basics) == <pre> 0: NOP. 1: Read current memory cell. 2: Write value to current cell. 3: Variable define. 4: Variable modify. 5: Constant. 6: Halt. 7: Quit with value x. 8: In...")
  • 06:27, 8 February 2025 PrySigneToFry talk contribs created page Translated LOLCODE (Created page with "Translated LOLCODE is designed by PSTF. It is LOLCODE but formalized and horribly translated. 1. Take this program related to stack: <pre> HAI 1.3 O HAI IM pile I HAS A length ITZ 0 I HAS A max ITZ -1 HOW IZ I pushin YR item DIFFRINT ME'Z max AN BIGGR OF ME'Z max AN ME'Z length, O RLY? YA RLY, ME HAS A SRS ME'Z length ITZ item, ME'Z max R SUM OF ME'Z max AN 1 NO WAI, ME'Z SRS ME'Z length R item OIC ME'Z length R SUM OF ME'Z length AN 1 IF U SAY SO H...")
  • 04:22, 8 February 2025 PrySigneToFry talk contribs created page X-ASM (Created page with "{{WIP}} X-ASM is an Assembly-like programming language designed by PSTF. = Language Overview = X-ASM is a variant of Assembly Language, but it is not real Assembly Language(such as like x86, ARM, MASM, etc.), thus it is a Medium-level language. It is inspired by X-script, Assembly/Assemble, MASM, and C++. It uses register, memory, a stack, ten accumulators, and variables. = Basic Syntax Overview = == Procedural framework == X-ASM uses this procedural fram...")
  • 05:10, 6 February 2025 PrySigneToFry talk contribs created page User:PrySigneToFry/Sandbox/StormLang discussion (Created page with "Here is a discussion page for the programming language that will be designed both by PrySigneToFry and None-One. = Discussion area =")
  • 09:00, 5 February 2025 PrySigneToFry talk contribs created page Talk:UwU: A cute esolang (Created page with "This can actually write in normal English, or even Anglisc.")
  • 08:18, 5 February 2025 PrySigneToFry talk contribs created page Masqualia (Created page with "Masqualia is designed by PSTF. = Language Overview = Masqualia is based on Brainfuck, is extended version of Brainfuck. Masqualia supports conditional jumps, loops, arithmetics, I/O, has a tape, a stack, four accumulators, and can access the register. Masqualia didn't uses traditional Brainfuck syntax, but Assembled syntax instead. = Basic commands = <pre> FWD BKD INC x DEC x WRT x REA x LOOP cond END </pre> # FWD moves pointer forward. # BKD moves pointer backward. #...")
  • 13:29, 3 February 2025 PrySigneToFry talk contribs created page Talk:1 byte :5 (All APLWSI interpreters are 1 byte :5 interpreters.: new section)
  • 03:50, 3 February 2025 PrySigneToFry talk contribs created page Tiếng Việt/Examples (Created page with "{{Back|Tiếng Việt}} Here are some example for Tiếng Việt. == Hello, world! == In "Xin chào, thế giới!". == A+B Problem == Nhập hai số nguyên từ người dùng, sau đó in tổng của chúng. == Quine == In mã nguồn của chương trình này. UINEGIXNGAEIUgxiue giu giuXGPIUAXIUGXIUp ghse gox gpuiGPWIUGIABXGP gpir iyxgnPIUGEIUCGAER cgiuepnrgsciug j f f f f f f fddd fdd f f f f f f f fgUIPXEBIA&EXIUEGXULE. == 99 bottles of beer(s) == <pre>...")
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)