Skip to content

Commit

Permalink
docs: update interactive console desc
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffswt committed May 5, 2021
1 parent 07e43e2 commit 18b43c9
Show file tree
Hide file tree
Showing 2 changed files with 391 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ cargo run your_code.nh

You may find some samples in the `samples/` folder.

An alternative interactive console is available, if no parameters were given to the interpreter.

![](./docs/assets/interactive_console.svg)

## Specifications

### 1. Comments
Expand Down Expand Up @@ -253,8 +257,7 @@ A deprecated Chinese version of the specification is available at `README_zh.md`
## Trivia

* When you reverse the string *Python*, you get *nohtyP*. The letter *o* and *h* were swapped only to make it look better and looks more like an actual word (but it's not).
* Nhotyp really has no types.
* Ignoring the error handling part will shorten your code for at least 50%.
* The size of all documentations summed up surpasses that of the interpreter itself.
* Nhotyp actually took its inspiration from Python, Rust and Pascal.
* It should have an interactive terminal, but it's not currently on the todo list.

Loading

0 comments on commit 18b43c9

Please sign in to comment.