blog.glcs.ioMaximizing Julia Development with VSCode ExtensionIn this article, we will review some of the features that the Julia extension offers! If you don't have Julia, VS Code, or the Julia extension already installed, look at this article to help you get set up! Running a Julia File Now that we have the e...Aug 14, 2024·8 min read
blog.glcs.ioDelving into Advanced Types within the Julia Type SystemIn a previous post we covered the building blocks of the Julia type system and discussed just how powerful it can be. What if I were to tell you that Julia's type system has even more to offer? Well, welcome back to class, my friends! Today, we will ...Jan 22, 2024·8 min read
blog.glcs.ioUnderstanding the Julia Type SystemIn the programming landscape, type systems traditionally fall into two categories: static and dynamic. In static languages such as C, C++, Rust, and Go, computations are performed before run time to determine types and the values of those types. Pear...Oct 16, 2023·8 min read