Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
unbalancedparentheses committed Jan 8, 2024
1 parent 91ab539 commit 6583301
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<div align="center">
<img src="./logo.jpg" height="150" style="border-radius:20%">


# The Concrete Programming Language
[![Telegram Chat][tg-badge]][tg-url]
[![license](https://img.shields.io/github/license/lambdaclass/concrete)](/LICENSE)
Expand Down Expand Up @@ -102,9 +101,9 @@ But we want to take a different path with respect to:
- No hidden memory allocation
- No garbage collection or destructors
- No hidden control flow or implicit function call
- No preprocessor, no macros
- No global state
- No exceptions
- No preprocessor, no macros
- No type inference, type information flows in one direction
- No implicit type conversions
- No reflection
Expand Down

0 comments on commit 6583301

Please sign in to comment.