Interfaces.jl: Base and Package Interface Tests for Your Objects
Offered By: The Julia Programming Language via YouTube
Course Description
Overview
Explore the Interfaces.jl package for defining and testing object interfaces in Julia through this 10-minute conference talk by Rafael Schouten and Guillaume Dalle. Learn about the package's approach to addressing Julia's lack of built-in strict interface definitions, including its use of named tuples of functions and mechanisms for optional interface components. Discover how Interfaces.jl enforces both run-time and compile-time constraints, provides traits for other packages to check, and allows for easy verification of interface implementations during testing or package precompilation. Gain insights into programmatically testing interface implementations across multiple packages with a single command, and understand the package's role in improving Julia's package interoperability.
Syllabus
Interfaces.jl: base and package interface tests for your objects | Schouten, Dalle
Taught by
The Julia Programming Language
Related Courses
Julia Scientific ProgrammingUniversity of Cape Town via Coursera Julia for Beginners in Data Science
Coursera Project Network via Coursera Linear Regression and Multiple Linear Regression in Julia
Coursera Project Network via Coursera Decision Tree and Random Forest Classification using Julia
Coursera Project Network via Coursera Logistic Regression for Classification using Julia
Coursera Project Network via Coursera