| ... | @@ -14,6 +14,8 @@ compromises backward compatibility. | ... | @@ -14,6 +14,8 @@ compromises backward compatibility. |
| 14 | | 14 | |
| 15 | ## Existing Features | 15 | ## Existing Features |
| 16 | | 16 | |
| | 17 | * Compatible with C libraries with no wrapper necessary. Directly include |
| | 18 | C .h files and get access to the functions and symbols therein. |
| 17 | * Compile units do not depend on libc unless explicitly linked. | 19 | * Compile units do not depend on libc unless explicitly linked. |
| 18 | * Provides standard library which competes with the C standard library and is | 20 | * Provides standard library which competes with the C standard library and is |
| 19 | always compiled against statically in source form. | 21 | always compiled against statically in source form. |
| ... | @@ -39,7 +41,6 @@ compromises backward compatibility. | ... | @@ -39,7 +41,6 @@ compromises backward compatibility. |
| 39 | | 41 | |
| 40 | ## Planned Features | 42 | ## Planned Features |
| 41 | | 43 | |
| 42 | * Completely compatible with C libraries with no wrapper necessary. | | |
| 43 | * In addition to creating executables, creating a C library is a primary use | 44 | * In addition to creating executables, creating a C library is a primary use |
| 44 | case. You can export an auto-generated .h file. | 45 | case. You can export an auto-generated .h file. |
| 45 | * Generics so that one can write efficient data structures that work for any | 46 | * Generics so that one can write efficient data structures that work for any |