Skip to content

Commit f1a880f

Browse files
committed
Update README.rst
1 parent d97eb13 commit f1a880f

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
* Fix ``Settings`$ShowFullForm`` now that we use Mathics supports Booleans better
55
* Show mathicsscript version on startup
6-
* Add ``Settings`MathicsScriptVersion`
6+
* Add ``Settings`MathicsScriptVersion``
77

88
1.1.1
99
-----

README.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,17 @@ Why not IPython via Jupyter?
3939

4040
There will always be a need for simple terminal-like
4141
interaction. Although there is IPython support via Jupyter all of this
42-
is pretty heavy-weight. To code to this a developer needs to code
43-
write a kernel, and use a wire protocol and this adds complexity not
42+
is pretty heavy-weight. To code to this protocol, a developer needs to
43+
write a kernel, and use a wire protocol. This adds complexity not
4444
only for the person developing this package, but also for the user who
4545
needs to load the extra layers that aren't used. And when something
4646
goes wrong, it is harder to track down problems.
4747

48+
At the other end of the spectrum, if the dependencies of this package
49+
are too onerous and you want even simpler, lighter-weight terminal interaction _without_
50+
and of the features mentioend above, use ``mathics`` which is distributed as part of
51+
the core Mathic3 ackage.
52+
4853

4954
.. |screenshot| image:: https://github.com/Mathics3/mathicsscript/blob/master/screenshots/mathicsscript1.gif
5055
.. |Latest Version| image:: https://badge.fury.io/py/mathicsscript.svg

0 commit comments

Comments
 (0)