File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Hexa is a high level, strictly typed programming language that compiles to JavaS
37
37
- Produces human-readable code for all targets
38
38
- Null safety, crash resistance, pattern matching, classes ** (WIP)**
39
39
- 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
41
41
- Friendly and helpful error messages
42
42
- Supports ` #!shebang ` and scripting (just call ` hexa script.hexa ` ) ** (WIP)**
43
43
- REPL (enable with just ` hexa ` command) ** (WIP)**
@@ -46,6 +46,7 @@ Hexa is a high level, strictly typed programming language that compiles to JavaS
46
46
- Stable long-term backward-compatible syntax ** (WIP)**
47
47
- We are working on an optional memory ownership model (similar to borrow checker) and side effects system ** (WIP)**
48
48
- Experimental C-to-Hexa and TypeScript-to-Hexa automatic conversion ** (WIP)**
49
+ - JSX-style inline templating ** (WIP)**
49
50
- And of course, IDE plugins with Language Server built right into Hexa!
50
51
51
52
> ** WIP — Work in progress, coming soon**
You can’t perform that action at this time.
0 commit comments