-hacker

From Esolang
Jump to navigation Jump to search
This article is not detailed enough and needs to be expanded. Please help us by adding some more information.

-hacker is personal User:Ivava 's project, that was posted as esoteric programming language.

Why "-hacker"?

Well.. Simply.. Shorter.. Well, if you don't like non ethical hackers, you can use it as a game..?

-hacker is joke esoteric language, that only decrements and outputs the current accumulator named as "the_Number_of_Hackers"

commands

Command Description Shorter description
0 Define the accumulator and assign it as zero python's the_Number_of_Hackers=0
- Decrement the accumulator by 1 brainfuck's -
; Output the accumulator to console as number Deadfish' s o
. halt the program (all after . will be executed as comment. You Not obliged to write it at end of code) Deadfish' s h

Other will be executed as comment.

Examples

XKCD Random Number

----;. 

(XKCD Random Number at usually outputs 4, but, this esolang only decrements, and the + character is non-command. So, outputs is -4)

Interpreters

Python interpreters

This section is still a work in progress. It may be changed in the future.