Skip to content

Commit

Permalink
style: markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
caelansar committed Jul 10, 2024
1 parent 7d9b0ba commit bf61c64
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ compiled implementation

## What’s Monkey?

Monkey has a C-like syntax, supports **variable bindings**, **prefix** and **infix operators**, has **first-class** and
**higher-order functions**, can handle **closures** with ease and has **integers**, **booleans**, **arrays** and *
*hashes** built-in.
reading through [Writing An Interpreter In Go](https://interpreterbook.com/)
and [Writing A Compiler In Go](https://compilerbook.com/) for more details
Monkey has a C-like syntax, supports **variable bindings**, **prefix** and **infix operators**, has **first-class** and **higher-order functions**, can handle **closures** with ease and has **integers**, **booleans**, **arrays** and **hashes** built-in.
Reading through [Writing An Interpreter In Go](https://interpreterbook.com/) and [Writing A Compiler In Go](https://compilerbook.com/) for more details

## How to use

Expand Down

0 comments on commit bf61c64

Please sign in to comment.