User:None1/InDev

From Esolang
Jump to navigation Jump to search

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 (already moved out of sandbox and now in Readable)


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)

Wikitables (already moved out of sandbox and now in Wikitables)

5 Bits, 20 Bytes (already moved out of sandbox and now in 5 Bits, 20 Bytes)