New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

gooberscript

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gooberscript

The GooberScript Toolchain

latest
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

🚀 GooberScript Toolchain

Welcome to GooberScript, the most enthusiastic programming language!

Quick Start

  • Install dependencies:
    npm install
    
  • Build the toolchain:
    npm run build
    
  • Run your first GooberScript file:
    # Create examples/hello.goob
    echo "dear goober;
    holler \"heckin' world\" ya;
    gimme sayHi() {
      yippee;
      holler \"hi from a function!\" ya;
    }
    sayHi() ya;
    thanks, goober;" > examples/hello.goob
    
    # Compile it!
    node dist/cli.js examples/hello.goob -o examples/hello.js
    
    # Run the output
    node examples/hello.js
    

CLI Usage (goobc)

The goobc command transpiles .goob files to JavaScript.

goobc [options] <inputFile>

Options:
  -o, --out <file>    Specify the output file
  --minify            Minify the output (TBD)
  --sourcemap         Generate a sourcemap (TBD)
  --watch             Watch for changes (TBD)
  -h, --help          display help for command

Keywords

goober

FAQs

Package last updated on 12 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts