wduquette / molt

Embeddable TCL Interpreter for Rust applications
BSD 3-Clause "New" or "Revised" License
103 stars 12 forks source link

Suggestion for adding various subsets of the standard commands to an initially empty interpreter. #108

Open rpitasky opened 1 month ago

rpitasky commented 1 month ago

Hey, thank you for making this; excellent work :)

I recognize there's some beauty in having command grouping, but it seems to me that it would be much more practical and straightforward to make molt's commands module public, so users can add commands from there to empty interpreters as they wish.