Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 645 Bytes

File metadata and controls

14 lines (11 loc) · 645 Bytes

HackerScript

What is HackerScript? Why was HackerScript created? HackerScript is a programming language transpiled to C from Chained Arena and was created with the goal of writing easy, high-level tools.

Ecosystem

Where can I find libs? Does HackerScript have a Rust equivalent for Cargo? HackerScript has its own lib ecosystem called virus (and the virus package manager from the HackerScript ecosystem also uses Hacker Lang).

Installation

On HackerOS: hacker unpack hackerscript

On any Linux distribution: curl -sSL https://raw.githubusercontent.com/HackerOS-Linux-System/HackerScript/main/install.sh | sudo bash

Programming/Syntax