# starrylang

> A JavaScript implementation of Starry (https://esolangs.org/wiki/Starry)

Latest version **0.1.1** (published 2016-11-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install starrylang
pnpm add starrylang
yarn add starrylang
bun add starrylang
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.1 |
| Published | 2016-11-07 |
| First published | 2016-11-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Sampath Sitinamaluwa |
| Maintainers | sampathsris |
| Keywords | starry, interpreter, esolang |

## Links

- npm: https://www.npmjs.com/package/starrylang
- Repository: https://github.com/sampathsris/starrylang
- Homepage: https://github.com/sampathsris/starrylang#readme
- Issues: https://github.com/sampathsris/starrylang/issues
- npm.io page: https://npm.io/package/starrylang

## Alternatives

- [lodash.startswith](https://npm.io/package/lodash.startswith.md) — 769.7K weekly downloads
- [@tarojs/service](https://npm.io/package/@tarojs/service.md) — 33.9K weekly downloads
- [io.extendreality.tilia.indicators.spatialtargets.unity](https://npm.io/package/io.extendreality.tilia.indicators.spatialtargets.unity.md) — 131 weekly downloads
- [@rtarojs/taro](https://npm.io/package/@rtarojs/taro.md) — 90 weekly downloads
- [node-branch-io](https://npm.io/package/node-branch-io.md) — 50 weekly downloads

## Recent versions

- 0.1.1 (latest) — 2016-11-07
- 0.1.0 — 2016-11-07

## README

# starrylang

A JavaScript implementation of Starry (https://esolangs.org/wiki/Starry), a stack-based, Turing complete, esoteric programming language.

## installation

```
npm install starrylang
```

## usage

```
const Starry = require('starrylang');
// prints hello world
Starry(`            +               +  *       +    
 * + .        +              +  *       +   
  *     * + .            +     * + . + .    
    +     * + .              +            + 
 *         +     * * + .                 + *
 + .              + +  *           +     *  
   * + .             + * + .        +     * 
+ .           + * + .             + * + .   
           +            +  *         +     *
 * + .`);
 ```

## license

MIT

---
_Source: https://npm.io/package/starrylang · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
