std vs. core #15
Labels
core library
Related to Oak's core library
error handling
Related to Oak's error handling system
hardening
Improvement to the soundness of the project
standard library
Related to Oak's standard library
Right now, there is a bit of confusion about the distinction between the standard library and the core VM implementation.
The core VM implementation should be all that a program needs to compute anything. The compiler should NOT include functions for IO in the implementation of the core.
Each
Target
should implement astd_library
method, which returns foreign code that implements the standard library.The text was updated successfully, but these errors were encountered: