site/content/projects/sandwich.md
2021-11-13 12:08:37 -06:00

24 lines
515 B
Markdown

+++
title = "sandwich: a funny programming language written in rust"
date = "2021-04-08"
+++
`sandwich` is a funny programming language written in Rust.
*"Why's it called sandwich?"*
*"Well, Rust's logo is a crab, right? And crabs live on beaches. Beaches have sand. A program is just a bunch of bytes one after another. So what do you bite that's related to sand? A sandwich!"*
## Example
```sandwich
lhHello
lwWorld
# prints hello world
p$h, $w!
```
Links:
- [TildeGit](https://tildegit.org/karx/sandwich)