Building a Julia module to get information about spaceships

Posted on Tue 06 October 2020 in julia

I stumbled around a bit trying to work out how to create a module, use it and be able to edit it on the fly. There was a bit of head scratching but I was able to work out how to create a module to get data about spaceships.


Continue reading

Baby steps with Julia

Posted on Sun 04 October 2020 in julia

I had heard a bit about julia but didn't know much. Coming at in from a Python perspective, it was intuitive at first because the syntax is familiar and you can play around in a notebook, which I quite like for basic prototyping. This was the fruit of an afternoon's meddling. I managed to make it retrieve some information about Star Wars which made me happy if nothing else


Continue reading