Ifihan Olusheyeifihan.hashnode.net·Mar 23, 2023IJulia: The Julia NotebookThere are various tools available for developers to use for building and executing several commands. They include: Code Editors, Integrated Development Environment (IDE), and Notebooks. Each tool has its use case and purpose. The tool of special inte...Discuss·67 likes·209 readsTutorial
Ifihan Olusheyeifihan.hashnode.net·Apr 25, 2021The Julia programming language.INTRODUCTION As tech evolves, things get to be made better, faster, and more simplified. This goes for programming languages too. Languages have been modified to be better and this has led to the development of a number of relatively new programming ...Discuss·62 likes·407 readsJuliaJulia
Ifihan Olusheyeifihan.hashnode.net·Apr 8, 2023Pluto.jl: The interactive Julia Language notebookInteractive notebooks are a computational interface that permits users to produce and distribute code, data, and visualizations in a document-like format that allows for interactivity. They are often utilized in scientific computing, data analysis, a...Discuss·62 likes·182 readsJulia
Ifihan Olusheyeifihan.hashnode.net·Apr 20, 2023What's the difference between using and import in Julia?Julia is a high-level, dynamic programming language with high performance. It is a general-purpose programming language used to write any application. Like many programming languages, Julia allows users to bring external modules and their functions i...Discuss·41 likes·62 readsJulia
Matthijs Coxmatthijscox.hashnode.net·Apr 20, 2023FeaturedThe Art of Multiple DispatchI love thinking visually by drawing doodles and schematics for my work. It's one of my favorite things to do, next to coding. When working with the Julia language, one visualization I enjoy is seeing the type space of a method that you are dispatchin...Sandeep Panda Test and 3 others are discussing this4 people are discussing thisDiscuss·27 likes·784 readsJulia
Matthijs Coxmatthijscox.hashnode.net·Apr 16, 2023Why this blog?My goal in life is to follow my curiosity and help others with the knowledge I uncover. A solid way to help people is to reflect on the last years and think about what would have helped your past self. In my case, I have been busy trying to develop a...Discuss·257 readsJulia
John Ademoyejohna.hashnode.net·Apr 16, 2023Setting Up A Julia Development EnvironmentIntroduction This guide explains how to get Julia running in VS Code. So it is assumed that you have the IDE (Integrated Development Environment) installed on your machine. If not you can download VS Code here. Installation Steps Download and Instal...DiscussJulia
Ifihan Olusheyeifihan.hashnode.net·Apr 8, 2023Pluto.jl: The interactive Julia Language notebookInteractive notebooks are a computational interface that permits users to produce and distribute code, data, and visualizations in a document-like format that allows for interactivity. They are often utilized in scientific computing, data analysis, a...Discuss·62 likes·182 readsJulia
KalishasurforMetaAlgo Technologies Official Blogmetaalgotechnologies-1678006542220.hashnode.net·Apr 1, 2023Python V/S Julia for Data ScienceIntroduction What is Data Science? Data Science is an interdisciplinary field that involves the use of statistical and computational methods to extract insights and knowledge from various forms of data, including structured and unstructured data. It ...Discuss·1 like·146 readsData ScienceHashnode
Ifihan Olusheyeifihan.hashnode.net·Mar 28, 2023Functions in JuliaHave you ever wondered how programming languages are able to execute complex tasks? Similar to how postmen and firemen have specific jobs, programmers use functions to break down complex tasks into smaller, more manageable parts. Let's explore the wo...Discuss·56 likes·204 readsJulia
Elucian Moiseeluchn.hashnode.net·Mar 28, 2023High order functions and ClosuresHigh order function In functional programming, a higher-order function is a function that takes other functions as its arguments or returns a function as its result. Here are some examples of higher-order functions: Map: A function that takes a func...Discuss·1 likeclosure
Elucian Moiseeluchn.hashnode.net·Mar 28, 2023Julia vs GoJulia Language Review Julia is a high-performance, high-level dynamic programming language for numerical and scientific computing. It is designed to be fast, easy to use, and expressive. Julia is a relatively new language, but it has quickly become p...Discuss·1 like·38 readsJulia
Francisco Gutierrezfreefrancisco.hashnode.net·Mar 27, 2023Trying Hashnode as an alternative to SubstackI recently wrote my first post in Substack, Getting Started With Nix And Haskell, and it ended up getting a lot more views than I was expecting! So far so good, but I am not happy that Substack won't let me do code syntax highlighting. I was searchin...Eleftheria Batsou and 1 other are discussing this2 people are discussing thisDiscuss·55 readsHashnode