Sudha247 / ocaml-joy

MIT License
21 stars 14 forks source link

Context API: support multiple contexts #118

Open nikochiko opened 4 months ago

nikochiko commented 4 months ago

Our global context being assumed as the only context in a program puts several limitations on the project:

More than this being an actual use case, I feel that the current API unnecessarily makes these things impossible, given that other than show, all other methods that use the global context are only used internally.