Skip to content

Commit

Permalink
Reword
Browse files Browse the repository at this point in the history
  • Loading branch information
tekknolagi committed Jan 23, 2024
1 parent c005cbf commit e423888
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions _posts/2024-01-23-scrapscript.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,11 @@ layout: post
date: 2024-01-23
---

For a little while now, [Chris](https://www.chrisgregory.me/) and I have been
working on a little interpreter for the [scrapscript](https://scrapscript.org/)
programming language. Now we would like to share it with you.

## What is scrapscript?

Scrapscript is a small, pure, functional, content-addressible, network-first
programming language. The language was created by [Taylor
Troesh](https://taylor.town/) and the main implementation was created by me and
Chris.
[Scrapscript](https://scrapscript.org/) is a small, pure, functional,
content-addressible, network-first programming language. It's designed to allow
creating small, simply shareable programs. The language was created by
[Taylor Troesh](https://taylor.town/) and the main implementation was created
by me and [Chris](https://www.chrisgregory.me/).

```
fact 5
Expand All @@ -22,8 +17,6 @@ fact 5
| n -> n * fact (n - 1)
```

It's designed to allow creation of small, simply shareable programs.

I'm not going to fill out the [usual
checklist](https://www.mcmillen.dev/language_checklist.html)---that's not the
point of the post, and a lot of it is answered on the website. This post is
Expand Down

0 comments on commit e423888

Please sign in to comment.