User contributions for None1
Jump to navigation
Jump to search
15 February 2025
- 12:0912:09, 15 February 2025 diff hist +19 StormLang →Identifier
11 February 2025
- 12:4612:46, 11 February 2025 diff hist +174 User:PrySigneToFry/Sandbox/StormLang discussion →None1's Design
10 February 2025
- 14:2714:27, 10 February 2025 diff hist +42 User:PrySigneToFry/Sandbox/StormLang discussion →None1's Design
9 February 2025
- 02:4902:49, 9 February 2025 diff hist +81 Programming abillities of different esolangs →™
- 02:4602:46, 9 February 2025 diff hist +630 ™ No edit summary
- 02:4102:41, 9 February 2025 diff hist +1,014 ™ →Type 18
- 02:4102:41, 9 February 2025 diff hist −945 ™ →Type 28
- 02:4002:40, 9 February 2025 diff hist +1,014 ™ →Type 14
- 02:3302:33, 9 February 2025 diff hist −1 ™ No edit summary
- 02:3302:33, 9 February 2025 diff hist +79 ™ No edit summary
- 02:3102:31, 9 February 2025 diff hist +27 ™ →Categories and References: Some are not implemented yet
- 02:3002:30, 9 February 2025 diff hist +721 ™ →Interpreters
- 02:2602:26, 9 February 2025 diff hist +259 ™ →Example Programs
- 02:2202:22, 9 February 2025 diff hist +392 ™ →Type 46
- 02:1802:18, 9 February 2025 diff hist +172 TM Removed redirect to TM (I am islptng) current Tag: Removed redirect
- 02:1402:14, 9 February 2025 diff hist +31 N TM None1 moved page TM to TM (I am islptng): There are 2 languages named TM now Tag: New redirect
- 02:1402:14, 9 February 2025 diff hist 0 m TM (I am islptng) None1 moved page TM to TM (I am islptng): There are 2 languages named TM now
8 February 2025
- 14:2414:24, 8 February 2025 diff hist +61 User:PrySigneToFry/Sandbox/StormLang discussion →None1's Design
7 February 2025
- 23:2223:22, 7 February 2025 diff hist +158 User:PrySigneToFry/Sandbox/StormLang discussion →None1's Design
5 February 2025
- 11:4411:44, 5 February 2025 diff hist +37 User:None1 No edit summary current
- 11:4311:43, 5 February 2025 diff hist +291 User talk:None1 →Do you want to create a programming language with me?
4 February 2025
- 03:4803:48, 4 February 2025 diff hist +281 User talk:None1 →Do you want to create a programming language with me?
3 February 2025
- 04:3604:36, 3 February 2025 diff hist +4 GeoFuck →Translation current
- 04:3604:36, 3 February 2025 diff hist +130 GeoFuck →Translation
- 04:3404:34, 3 February 2025 diff hist +64 User:None1 →My Esolangs
- 04:3304:33, 3 February 2025 diff hist +14 Language list →G
- 04:3204:32, 3 February 2025 diff hist +1,380 N GeoFuck Created page with "{{lang|a=User:None1|i=PoeticFuck}} What a program does only depends on where you are and the length of the program. ==Translation== GeoFuck first takes your exact latitude and longitude as a pair of real numbers (north and east are positive, south and west are negative). For example, 12.34°N 56.78°W becomes (12.34,-56.78). Then add 90 to the latitude and divide by 180. For example, 12.34 becomes 0.5685555555555556 (there are an infinite number of digits that are..."
2 February 2025
- 02:0202:02, 2 February 2025 diff hist +20 字 →Simple Example
1 February 2025
- 05:0405:04, 1 February 2025 diff hist +9 Language list →N
- 05:0405:04, 1 February 2025 diff hist +3,513 N NB Created page with "NB is an esolang invented by User:None1, that uses only 2 non-whitespace characters: N and B. It is case-insensitive. ==Syntax== ===Number constant=== NB uses unary for number constants, but instead of zeros or ones, NB is used: NBNBNBNBNB represents 5 ===Output=== N <value> ASCII character output. NBN <value> Integer output. ===Variable=== Variables must have only N's and B's, too. Variables must start with NN: NNNBNBN and NN are valid, but: BBNBBN is not. =..." current
31 January 2025
- 14:3814:38, 31 January 2025 diff hist +5 SeedFuck No edit summary current
30 January 2025
- 11:0911:09, 30 January 2025 diff hist +99 彳亍 →Commands current
- 11:0711:07, 30 January 2025 diff hist +53 User:None1 →My Esolangs
- 11:0711:07, 30 January 2025 diff hist +52 Joke language list →Brainfuck derivatives
- 11:0611:06, 30 January 2025 diff hist +760 N SeedFuck Created page with "'''SeedFuck''' is an esolang invented by User:None1, it is seed but for brainfuck. Programs are like this: <length> <seed> ==Random Generator== SeedFuck uses Python 3.11's random generator, it generates numbers from 0-8 and translates the numbers into brainfuck code. For more information, see implementation. ==Interpreter in Python== <pre> from random import * k,l=input().split() k,l=int(k),int(l) seed(l) for i in range(k): print('+-,.[]><'[randint(0,7..."
- 11:0211:02, 30 January 2025 diff hist +27 Seed →References current
26 January 2025
- 05:4505:45, 26 January 2025 diff hist +308 Talk:A+B Problem No edit summary
- 05:4505:45, 26 January 2025 diff hist −147 A+B Problem No edit summary current
19 January 2025
- 03:1003:10, 19 January 2025 diff hist +3,033 N Obfunge Created page with "'''Obfunge''' is a Befunge-93 derivative invented by User:None1, it is Befunge-93 but obfuscated. ==Instructions== Befunge-93 has the following commands: {| class="wikitable" !Cmd !Description |- |<code>!</code> |Addition: Pop two values a and b, then push the result of a+b |- |<code>"</code> |Subtraction: Pop two values a and b, then push the result of b-a |- |<code>#</code> |Multiplication: Pop two values a and b, then push the result of a*b |- |<code>$</code..."
18 January 2025
- 11:2311:23, 18 January 2025 diff hist +10 Semi-serious language list →Non-alphabetic current
17 January 2025
- 06:5006:50, 17 January 2025 diff hist +53 User:None1 →My Esolangs
- 06:5006:50, 17 January 2025 diff hist +13 Language list →Non-alphabetic
- 06:4906:49, 17 January 2025 diff hist +1,294 N 彳亍 Created page with "彳亍 is an esolang invented by User:None1 that uses Chinese characters, what a Chinese character does depends on the radical of it. It has a stack that stores unbounded signed integers ==Commands== {| class="wikitable" ! Radical !! Meaning !! Example of Chinese characters |- | ⺅ || Increment stack top || 你 他 |- | 口 || Decrement stack top || 吃 吵 |- | 彳 || Swap top stack values || 行 衡 |- | ⺨ || Output stack top as Unicode character || 猫 猪 |-..."
16 January 2025
- 13:4013:40, 16 January 2025 diff hist +51 User:None1 →My Esolangs
- 13:1613:16, 16 January 2025 diff hist +16 Language list →B
- 11:3911:39, 16 January 2025 diff hist +123 Beunfunge No edit summary current
14 January 2025
- 12:2912:29, 14 January 2025 diff hist +265 N Beunfunge Created page with "'''Beunfunge''' is an esolang invented by User:None1. It is Befunge, but there's no self modifying. ==Examples== Many examples in Befunge work in Beunfunge too, but some do not. Category:Two-dimensional languages Category:Languages Category:2025"
10 January 2025
- 14:1714:17, 10 January 2025 diff hist +29 元旦 →Other commands
- 14:1614:16, 10 January 2025 diff hist +770 元旦 No edit summary
- 14:0914:09, 10 January 2025 diff hist +419 ™ →Type 16