Skip to content

Commit b696c64

Browse files
committed
Update README.md
1 parent 7195700 commit b696c64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Hexa is a high level, strictly typed programming language that compiles to JavaS
3737
- Produces human-readable code for all targets
3838
- Null safety, crash resistance, pattern matching, classes **(WIP)**
3939
- Real multithreading, parallelism, async/await, no GC **(WIP)**
40-
- Smart type inference makes other typed languages look boring
40+
- Smart type inference makes programming clean and simple
4141
- Friendly and helpful error messages
4242
- Supports `#!shebang` and scripting (just call `hexa script.hexa`) **(WIP)**
4343
- REPL (enable with just `hexa` command) **(WIP)**
@@ -46,6 +46,7 @@ Hexa is a high level, strictly typed programming language that compiles to JavaS
4646
- Stable long-term backward-compatible syntax **(WIP)**
4747
- We are working on an optional memory ownership model (similar to borrow checker) and side effects system **(WIP)**
4848
- Experimental C-to-Hexa and TypeScript-to-Hexa automatic conversion **(WIP)**
49+
- JSX-style inline templating **(WIP)**
4950
- And of course, IDE plugins with Language Server built right into Hexa!
5051

5152
> **WIP — Work in progress, coming soon**

0 commit comments

Comments
 (0)