Rune is a systems programming language designed for security-sensitive applications that are prone to common security flaws when implemented in traditional systems languages such as C and C++. Its primary goal is providing safety features for hardware-enforced private computation such as sealed compution or secure enclaves. Rune's most notable security feature is constant-time processing of secrets. Rune also aims to be faster than C++ for most memory-intensive applications, due to its Structure-of-Array (SoA) memory management.
1
tool2d 2022-11-28 14:50:24 +08:00
又不干正经事,市面上能替代 C/C++的语言一大堆,而能替代 JavaScript 的语言,少之又少。
想写点什么软件,最后发现自己都快被浏览器和 JS 语言给绑架了。 |