|
|
|
|
|
by cmontella
172 days ago
|
|
I'm building something like Lua for robots, you might want to check it out if you're looking to collaborate. I didn't know about Lua when I started it, but I did end up at an "everything is a table" metaphor because it seemed good for robotics. This does allow for cool things like hot reloading and such. Although, we've since moved to having several distinct data structures which conceptually map to tables, but implementation and syntax-wise have differences (mostly for performance). BTW Basis was a good idea, I remember reading about Nondeterministic replay is a big problem on platforms like ROS. |
|
I’ll take a look at your thing, too!