|
|
Subscribe / Log in / New account

Bos: Do we need a "Rust Standard"?

Bos: Do we need a "Rust Standard"?

Posted Oct 28, 2022 12:20 UTC (Fri) by rds (subscriber, #19403)
In reply to: Bos: Do we need a "Rust Standard"? by josh
Parent article: Bos: Do we need a "Rust Standard"?

Or do what Java does and have a compliance test suite, where anything that passes this test is compliant.


to post comments

Java has a specification

Posted Oct 29, 2022 2:04 UTC (Sat) by spigot (subscriber, #50709) [Link]

Are you referring to the JCK (a.k.a. Java Compatibility Kit, a.k.a. TCK for Java SE, etc.)?

My understanding is that passing it is a necessary, but not sufficient, requirement for something to claim it's a compliant Java implementation. Among other things, it must also conform to the Java Language Specification. (There's also a Java Virtual Machine Specification.)


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds