Wyzer는 분산 안전성을 제공하는 새로운 프로그래밍 언어입니다.
Wyzer는 정적 타이핑과 컴파일을 지원하는 자원 지향 프로그래밍 언어로, 분산 프로그램에서의 안전성을 보장합니다. Rust의 메모리 안전성은 다루지만 분산 교착 상태 해결은 보장하지 않는데, Wyzer는 이를 해결하기 위해 고안되었습니다. 새로운 선형/어파인 타입과 퍼시우스(reference counting) 모델로 더 간단하게 이해할 수 있도록 설계되었습니다. 현재 버전 0.1.0이 곧 출시될 예정입니다.
Wyzer is a new programming language providing distributed safety.
Wyzer is a statically typed, compiled, resource-oriented programming language that ensures safety in distributed programming. While Rust handles memory safety, it doesn't guarantee protection against distributed deadlocks, which Wyzer aims to resolve. It features linear/affine types and a perceus reference counting model, making it more approachable. Version 0.1.0 is expected to be released soon.