I'm trying to learn a bit of Julia, so i'm writing some small projects in the language.
I'd like to write, for example, a simple Perceptron in Julia, but it is not object oriented, so i can't create a class Perceptron, like in python
What is a possible alternative to write a code like in Python? I saw that there are structures, but this looks like C structure, so I was wondering if there is a more powerful way.