Skip to content

Commit

Permalink
Changed the feature list.
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno committed Feb 19, 2024
1 parent 5af4a35 commit 59b310f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
8 changes: 5 additions & 3 deletions src/content/docs/guide/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ retaining the same syntax as far as possible.
- Full C ABI compatibility
- Module system
- Generic modules
- Design by contract
- Zero overhead errors
- Struct subtyping
- Semantic macro system
- First-class SIMD vector types
- Struct subtyping
- Safe array access using slices
- Zero cost simple gradual & opt-in pre/post conditions
- High level containers and string handling
- Easy to use inline assembly
- Cross-platform standard library which includes dynamic containers and strings
- LLVM backend

11 changes: 5 additions & 6 deletions src/content/docs/references/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,19 @@ Official forums:
1. Discord: invite link: https://discord.gg/qN76R87
2. Discourse: https://c3lang.discourse.group

Last updated: [Revision 2023-10-24](changes).

## Features

- Full C ABI compatibility
- Module system
- Generic modules
- Design by contract
- Zero overhead errors
- Struct subtyping
- Semantic macro system
- First-class SIMD vector types
- Struct subtyping
- Safe array access using slices
- Zero cost simple gradual & opt-in pre/post conditions
- High level containers and string handling
- C to C3 conversion (for a subset of C) *TODO*
- Easy to use inline assembly
- Cross-platform standard library which includes dynamic containers and strings
- LLVM backend

## Design principles
Expand Down

0 comments on commit 59b310f

Please sign in to comment.