Skip to content

HackerOS-Linux-System/HackerScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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