We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.
C-like language
- This is still a work in progress. It may be changed in the future.
C-like language is a C-like esolang created by User:Ractangle
The name of this esolang came from the creators mind during P.E. at his school
The image that came in his mind was taken from some page in "Program forms" category it is unknown what code it had and what program form page it came from
Syntax
As since the language is meant to be "C-like" it's almost the same as C
In C-like language #create(n|args): is used almost the same thing as defining a class or a function
You can also create variables with #create (types are the same in C):
*#create r | Create pointer "r" |
Examples
Hello, world!
printf("Hello, world!\n")