scicloj / wolframite

An interface between Clojure and Wolfram Language (the language of Mathematica)
https://scicloj.github.io/wolframite/
Mozilla Public License 2.0
56 stars 2 forks source link

wl/start (and restart etc.) and package loads should return a value on success #111

Closed light-matters closed 1 month ago

light-matters commented 2 months ago

It might be better for wl/start and wl/restart to return a value, e.g. :ok, :started, :success, :restarted or a welcome string to communicate positively with the user.

This would be less ambiguous than 'nil'.

light-matters commented 2 months ago

same for package loading.

light-matters commented 2 months ago

currently package loads return nil, even if the file doesn't exist.