inuc
inuc is a systems programming language that is something between C and Rust.
Features :
- [] Strong , static typing (type inference not a priority now)
- [] Add LLVM backend :- Compiled Programming Language
- [] Define the language spec
- [] Add support for safe multithreading like channels in Go.
- [] Good builtin standard library like C++.
- [] Support for higher order functions.
- [] Pointer references have to manager carefully --> Have to be soemthing between C's gun blazing memory access and Rust's constriant based (programmers shouldnt waste muct time before accessing memory safety.)
- [] Opt in Garbage collection (like V lang)
- [] start with like go or c using a main function
Contribution:
- Feel free to submit new issues or pull requests.