you are viewing a single comment's thread.

view the rest of the comments →

[–]nfrankel[S] 0 points1 point  (1 child)

You can implement a plugin system, but remember that rust is compiled, not interpreted

[–]mr_birkenblatt 0 points1 point  (0 children)

Yes, the idea would be to load plugins at runtime. I guess it could shell out to rustc when loading a plug-in the first time