PHPackages                             peaceful-bit/slate-lang - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. peaceful-bit/slate-lang

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

peaceful-bit/slate-lang
=======================

My small interpreter of lisp-like code written on PHP.

v0.1(9y ago)28[3 issues](https://github.com/peaceful-bit/slate-lang/issues)[1 PRs](https://github.com/peaceful-bit/slate-lang/pulls)PHP

Since Nov 2Pushed 3y agoCompare

[ Source](https://github.com/peaceful-bit/slate-lang)[ Packagist](https://packagist.org/packages/peaceful-bit/slate-lang)[ RSS](/packages/peaceful-bit-slate-lang/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (5)Used By (0)

slate-lang
==========

[](#slate-lang)

[![Build Status](https://camo.githubusercontent.com/3484df0c89097ad2ab3be9ee99928e138960d762b1f6143af61dae0490512497/68747470733a2f2f7472617669732d63692e6f72672f706561636566756c2d6269742f736c6174652d6c616e672e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/peaceful-bit/slate-lang)[![Coverage Status](https://camo.githubusercontent.com/6f2ef86975e41f628ad6e284cc927ed4976e727920ddbe50c30448d199eabb4c/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f706561636566756c2d6269742f736c6174652d6c616e672f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/peaceful-bit/slate-lang?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/8921060671a8bc06baec0fad906d5d528c30b7694fe4b4c8fd7f2b265ee869ae/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f706561636566756c6269742f7061636b65742d6c6974652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/peacefulbit/packet-lite/?branch=master)

My implementation of lisp-like language interpreter written on PHP.

Installation
------------

[](#installation)

```
$ composer global require peaceful-bit/slate-lang

```

Usage
-----

[](#usage)

```
$ slate program.st
$ cat program.st | slate -s

```

Code example
------------

[](#code-example)

```
; Define constant
(def pi 3.14)

; Define function
(def (square-of-circle r) (* pi (pow r 2)))

; Call function
(print (square-of-circle 15))

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3475d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6b15606ac61bb3a0a0c37f0634e950a5168f617fac716edc2eb83392a14b2e89?d=identicon)[pldin601](/maintainers/pldin601)

---

Top Contributors

[![pyldin601](https://avatars.githubusercontent.com/u/8050895?v=4)](https://github.com/pyldin601 "pyldin601 (23 commits)")

---

Tags

interpreterlanguagelispphp

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/peaceful-bit-slate-lang/health.svg)

```
[![Health](https://phpackages.com/badges/peaceful-bit-slate-lang/health.svg)](https://phpackages.com/packages/peaceful-bit-slate-lang)
```

###  Alternatives

[wapmorgan/php-code-analyzer

A program that finds usage of different non-built-in extensions in your php code.

96143.2k4](/packages/wapmorgan-php-code-analyzer)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
