Skip to content

Commit

Permalink
remove a section of the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mental32 committed Sep 29, 2023
1 parent 93b29cf commit 6075eb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Monty `(/ˈmɒntɪ/)` is a gradually typed, statically compilable Python.
With some baked in tricks to make it feel as dynamic as regular Python.

### How does Monty differ from regular Python or the typing semantics of other type checkers?
<!-- ### How does Monty differ from regular Python or the typing semantics of other type checkers?
1. The most notable difference is that code in the global scope gets run at compile time instead of at program startup.
Expand Down Expand Up @@ -49,7 +49,7 @@ Like pytype: monty relies [heavily on inference and is lenient instead of strict
Monty learnt about narrowing and guards from pyright [and supports many of the same guard and narrowing patterns](https://github.com/microsoft/pyright/blob/main/docs/type-concepts.md#type-narrowing)
A lot of existing code in monty is designed to be embeddable and query-able [similar to pyre](https://pyre-check.org/docs/querying-pyre/).
A lot of existing code in monty is designed to be embeddable and query-able [similar to pyre](https://pyre-check.org/docs/querying-pyre/). -->

## Building the compiler

Expand Down

0 comments on commit 6075eb1

Please sign in to comment.