Hi All
This is my first post here and I am very new to Nim.
What I wanted to do is try my hand at importing some Lua code and running it and conversely.
Had a bit of a poke around and found this post: https://forum.nim-lang.org/t/2527
It simply said import Lua. This made me scratch my head - I thought import only applied to Nim modules. So how could it work? Of course tried it and it failed.
Can someone explain it to me. In simple language please because I am very new to this, whats going on.
Oh BTW I use Luajit.
Thanks Bill