User:None1/InDev
Here is None1's sandbox, created in August 26, 2023.
This will contain to-be-published esolangs/articles in development, and that is why this is called InDev as Sandbox is harder to type than InDev.
ErrorFuck (already moved out of sandbox and now in ErrorFuck)
Befudge (already moved out of sandbox and now in Befudge)
Hello Fuck! (already moved out of sandbox and now in Hello Fuck!)
OISCalypse (already moved out of sandbox and now in OISCalypse)
100BF (already moved out of sandbox and now in 100BF)
Introduce yourself (already moved out of sandbox and now in Introduce yourself)
Plus (already moved out of sandbox and now in Plus)
This esolang is a brainfuck derivative (already moved out of sandbox and now in This esolang is a brainfuck derivative)
Look! (already moved out of sandbox and now in Look!)
\ (already moved out of sandbox and now in \)
Nope! (already moved out of sandbox and now in Nope!)
Obfuscated (already moved out of sandbox and now in Obfuscated)
Brainfuck speed test (already moved out of sandbox and now in Brainfuck speed test)
1 (already moved out of sandbox and now in 1)
Gofe (already moved out of sandbox and now in Gofe)
bruh():bruh() (already moved out of sandbox and now in bruh():bruh())
I fuck, you fuck (already moved out of sandbox and now in I fuck, you fuck)
wsad (already moved out of sandbox and now in wsad)
Readable
Readable is a language invented by User:None1 and inspired by Unreadable. Unlike its name, programs in this language are very unreadable because it uses the characters −
(U+2212) and -
(U+002D), which looks exactly the same in some fonts.
Data storage
There's a tape that supports random access, but no pointer. The tape is infinitely long, and all elements in the tape are unsigned bignums.
Commands
Every command in Readable has five characters, and some arguments, these characters and arguments have only the − and - characters.
Arguments
To be continued...
Command Table
To be continued...
Comments
To increase readablilty, Readable supports comments with |
, the vertical bar. a |
comments out the rest of the line.
code|comment code
Like comments in other languages, comments in Readable are not parsed nor executed and can be used to describe what the program does, however, it is also useful for separating the actual program and some psuedocode for readability.
Readable code line 1 | Psuedocode line 1 Readable code line 2 | Psuedocode line 2 Readable code line 3 | Psuedocode line 3
C艹
C艹 (say "see-tzow") is a CJK esolang invented by User:None1, it is inspired by how people use Chinese characters to write programs:
#include<iostream> #define 整数 int #define 主函数 main #define 输出 std::cout << #define 你好世界 "Hello, World!" #define 返回 return #define 零 0 整数 主函数(){ 输出 你好世界; 返回 零; }
Types
C艹 is dynamically typed.
There are these types:
整数
a signed 64-bit integer.
大整数
an unsigned bignum.
浮点数
a floating-point value.
字符串
a string. To create a literal, use the following syntax:
<type> <value>
Only the values 零~十 (represents 0~10) are valid values for numbers.
For strings, use the following values:
“<string>”
For example:
整数 十
returns a 64-bit integer 10.
To create non-integers, use division:
浮点数 七 除以 浮点数 二
returns 3.5
字符串 “abc”
returns the string abc
.
Stack-based (already moved out of sandbox and now in Stack-based)
Directional (already moved out of sandbox and now in Directional)
UTC+8 (already moved out of sandbox and now in UTC+8)