Skip to content

sric-language/sric

Repository files navigation

Sric Language

A memory-safe systems programming language designed to replace C++.

Features

  • Blazing fast: low-level memeory access without GC.
  • Optional Memory safe: nearly leak-free, No dangling pointers or other common C++ memory issues.
  • 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. Leverage existing code and tools.
  • Modern features: object-oriented, null safe, dynamic reflection,template, closure, coroutine.
  • Tools: VSCode plugin and LSP support.

Learn More

About

A memory-safe systems programming language designed to replace C++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •