summaryrefslogtreecommitdiffstats
path: root/2020
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2020-12-06 11:22:37 -0500
committerAmin Bandali <bandali@gnu.org>2020-12-06 11:22:37 -0500
commit85010a067c196423d1fc181de7884539adb3fdb0 (patch)
tree99b8c6c8af67cb17686e328a7f213f33f8bc23dd /2020
parent8e110e52ca16433829408df9ff56afb2e2a01d78 (diff)
downloademacsconf-wiki-85010a067c196423d1fc181de7884539adb3fdb0.tar.xz
emacsconf-wiki-85010a067c196423d1fc181de7884539adb3fdb0.zip
2020/info/33: add Fermin's answers (received via email)
Diffstat (limited to '2020')
-rw-r--r--2020/info/33.md25
1 files changed, 19 insertions, 6 deletions
diff --git a/2020/info/33.md b/2020/info/33.md
index 05766957..931fc408 100644
--- a/2020/info/33.md
+++ b/2020/info/33.md
@@ -20,32 +20,45 @@ how to start using maxima within Emacs.
# Questions
## Q9 Is it is possible to include Maxima in org files similar to jupyter notebooks? (Does ob-maxima have support for the :results graphics header argument of org-src blocks?)
-Yes it is, needs more work to be done on it.
+Yes it is, needs more work to be done on it.
+
+Fermin: Right now its not possible to include images in the files, but is a feature that I would love to implement in the future. About the ob-maxima support I'm not so sure.
## Q8 Are you planning to upstream your package into Maxima? (would be nice :)
Don't know about that, can be bit messy. No problem with doing that
though. Running tests might be tricky (CI).
+Fermin: I would love to add the package to the maxima official repository, but I don't know if I can use the gitlab CI/CD from the main repository, if the answer is yes, then It shouldn't be too much trouble.
+
## Q7 In which University do you start to use Maxima?
-University of Zaragoza -
+
+Fermin: I started using maxima in the University of Zaragoza (Spain) -
<https://en.wikipedia.org/wiki/University_of_Zaragoza>
## Q6. Is there support for images in maxima-mode?
-Not as of now.
+
+Fermin: Not yet (as of November 2020).
## Q5: Is Maxima's syntax a strict infix Lisp syntax or are there exceptions and special cases? Yes I mean Maxima itself.
+Fermin: I don't know enough about the maxima implementation to answer the question, sorry.
+
## Q4. Is Maxima easy to get into in your opinion? (has its quirks though!, mailing list is usually helpful)
-Yes, it is.
+
+Fermin: It is! I think that the learning curve is quite easy, and that the manual and documentation are great!
## Q3: Do you plan to amend ob-maxima to support named session for Maxima code blocks in org mode (e.g. begin_src maxima :session **my-maxima**)? (the current implementation supports exactly onesession named **maxima**)
-Yes, want to improve it, will start with it soon.
+
+Fermin: Yes, I want to improve in the future the maxima implementation for org-mode.
## Q2: How does Maxima compare to SageMath in Emacs? does Maxima have more support because it is written in common Lisp whereas SageMath is written in Python?
-Don't known what is SageMath.
+
+Fermin: I don't know about sagemath sorry, but I know that the lispy thing about maxima make it interesting from a hacker stand point, mostly because all the tools that Emacs have for editing Common Lisp.
## Q1: So I am an avid Octave user right now (had a MATLAB lesson in uni and so I knew the basics and it was easy to get into), what would you say are the advantages of Maxima over Octave as from my understanding they are pretty similar. I would be interested in trying it out but I am not sure if its worth it compared to Octave. (Octave is a MATLAB "clone", not meant for analytic calculations, more matrix multiplications etc.)
Don't known Octave much. Found the Octave package hard to understand.
+Fermin: They can be use for similar purposes, but I don't know enough about Octave to recommend maxima first, so I think the best thing to do is to try and see what system fit more in your needs.
+
# Notes
<http://maxima.sourceforge.net/>