-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a library to add SWISH to your application #1
Comments
I agree. Currently at EModelWorks we're using SWISH as a way of cutting down cost of doing low volume, back office queries like banning users. |
Great idea, but I'd like to see the pengines lib not be quite so tightly coupled to SWISH. |
Not sure what you mean. This is a bit old topic. SWISH for ClioPatria is basically the type of thing I'd like to see. SWISH is still pretty much in flux though and frequently requires new functionality from the Pengines libs. I see few options to avoid that. |
P.s. SWISH new HTML cells should allow you to program a lot more of the interface interactively in SWISH. |
by 'tightly coupled', I mean 'don't forget there are other use cases for Pengines than making a remote shell for humans'. |
It is definitely the plan to keep Pengines first and for all for machines. That is why most of the stuff dealing with humans is in pengines_io.pl. If could also be in SWISH, but I think there are other usage scenarios and the connection between the two libraries is too tight to be in different places. |
It is very simple to add a pengine server to your application. It would be nice if it was
about as easy to embed a SWISH shell into your application! We should keep that in
mind if we rethink the modularization of this code.
The text was updated successfully, but these errors were encountered: