Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Jun 30, 2024
1 parent b558a8a commit 5f361c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ It contains the reference compiler, API, and standard library.
### Key Features

- Optimized for fast and safe programs
- Empowered compile-time: compile-time reflection, evalutation of constants, zero runtime-cost generics, constant matching, and much more feature empowered by the standard comptime library
- Empowered compile-time: compile-time reflection, evalutation of constants, zero runtime-cost generics, comptime matching, and much more feature empowered by the standard comptime library
- Hands-free deterministic memory management with reference-counting, manual management is optional
- [Easy cross compilation](https://manual.jule.dev/compiler/cross-compilation), generate IR for target platform and imitate target architecture
- Cross platform implemented standard library
Expand Down

0 comments on commit 5f361c9

Please sign in to comment.