Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

notrun-nocode

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

notrun-nocode

Runs programs written in Whitespace Language

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Whitespace Interpreter

huehuhe

CLI to interpret programs written in the Whitespace programming language.

Usage

Quick Start

$ npx whitespace-lang print-hello-world.ws
# Install
$ npm i -g whitespace-lang

# Running a program
$ whitespace print-hello-world.ws
$ Hello World!

# Also works with stdin!
$ cat print-hello-world.ws | whitespace
$ Hello World!

Contributing

This is a silly project, I won't be maintaining it for any real use case!

Saying that, feel free to make GitHub issues. 👍

Credit

Thanks vii5ard!
The interpreter & compiler where adapted from the vii5ard/whitespace IDE, which you should use to create programs!

License

MIT License

Copyright (c) 2018 Lochlan Bunn

FAQs

Package last updated on 13 Feb 2018

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