Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 501 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 501 Bytes

Sric Language

A memory safe and compiled systems programming language.

Features

  • Ownership based memory management without GC
  • Memory safe and no reference restriction
  • Low-level memeory access
  • Object-oriented
  • Interoperate with existing C++ code
  • Modularization
  • With Block
  • Non-nullable pointer
  • Dynamic Reflection
  • Generic Template, Closure, Operator Overloading
  • VSCode plugin and LSP support

Documentation

Learn More | 文档