The following description is not clear:
Once BoGL has been successfully built, you can choose to work with either the command line (stack ghci Bogl-Lang:exe:bogl) or the server (stack ghci Bogl-Lang:exe:boglserver). The only difference between the two is the forward facing interface, with the first providing a standalone command line that works on a given file and the server having only a REST interface.
How can I start the BoGL interpreter (loading an example BoGL file) and evaluate BoGL expressions?
The following description is not clear:
How can I start the BoGL interpreter (loading an example BoGL file) and evaluate BoGL expressions?