Sric Language

A memory-safe low-level systems programming language.

Features

  • Blazing fast: low-level memeory access without GC.
  • Memory safe: no memory leak, no dangling pointer.
  • Easy to learn: No borrow checking, lifetime annotations. No various constructors/assignment, template metaprogramming, function overloading.
  • Interoperate with C++: compile to human readable C++ code.
  • Modern features: object-oriented, null safe, dynamic reflection,template, closure, coroutine.
  • Tools: VSCode plugin and LSP support.