Suppose there is in Matlab a library that can read files with a certain extension, say .xyz, and instruct Matlab what to do. The file would contain instructions about dynamic systems with a certain number of variables, shocks and so on.
Can I do the same thing in Julia and how? For example, Let's say I want to declare in a file with extension xyz a dynamic system with 2 equations: x = x(-1) + y^2; y = y(-1); Thank you!
