The Public Keyword and Public APIs in Julia
Offered By: The Julia Programming Language via YouTube
Course Description
Overview
Explore the concept of public APIs in Julia and the introduction of the `public` keyword in this conference talk from JuliaCon 2024. Delve into the motivation behind declaring public APIs, including facilitating package upgrades, documenting useful functionality, and preventing implicit definitions. Learn about the syntax for marking symbols as public and the current conventions followed by Julia. Discover how bindings are marked public, the recursive nature of publicity, and the automatic publicizing of exports. Gain insights into tooling support, such as REPL helpmode warnings and autocomplete features. Finally, examine future developments, including marking struct fields as public, disabling internal access by default, and formally specifying interfaces.
Syllabus
The `public` keyword and how public APIs work in Julia | Lilith Hafner | JuliaCon 2024
Taught by
The Julia Programming Language
Related Courses
Building Your Own Programming LanguageFrontend Masters BeauĀtiful Racket
Independent Rust: A Language for the Next 40 Years
ChariotSolutions via YouTube Move Deliberately and Don't Break Anything: Lessons from Java Evolution
ChariotSolutions via YouTube Flex - Lexical Analysis
Write your own Operating System via YouTube