Skip to content

Commit

Permalink
Update README for project phase
Browse files Browse the repository at this point in the history
  • Loading branch information
dcecile committed Nov 5, 2024
1 parent e982b59 commit 6e73b40
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,19 @@

## About

Pentagram is a friendly programming language that uses **ergonomics**, **determinism**, and **efficiency** to help you express your creativity.
Pentagram is a programming language for **ergonomics**, **determinism**, and **efficiency** currently in the design & prototyping phase.

- With powerful features like **significant whitespace** and **functional programming**, the Pentagram language works together with you and helps you out at every step.
```
-- Entry point for writing an ELF binary
main >>
program-data =
[] arr
generate-elf-header cat
generate-code cat
generate-data cat
- The Pentagram community is here to help too! We know how tough coding can be, and we do our best to make this a safe space where **kindness** and **empathy** are the norm.
cout program-data write
```

## License

Expand Down

0 comments on commit 6e73b40

Please sign in to comment.