From: Christian Johansson <christian@cvj.se>
To: Stefan Monnier <monnier@iro.umontreal.ca>,
Eric S Fraga <e.fraga@ucl.ac.uk>
Cc: emacs-devel@gnu.org
Subject: Re: I want to add a package to GNU ELPA: infix-notation-calculator
Date: Wed, 18 Aug 2021 11:03:27 +0200 [thread overview]
Message-ID: <973b0019-0de2-154a-2088-d2367cb32bab@cvj.se> (raw)
In-Reply-To: <jwv7dgjvf1e.fsf-monnier+emacs@gnu.org>
Eric: calc-embedded is really good, even better than my plugin, thanks
for the tip! Storing calculations in variables is a good feature
Stefan: Looks cool, didn't it's possible to do stuff like that, however
this project was primarily about testing my parser generator so I
wouldn't want to change those parts of the program
Hälsningar / Best Regards
Christian
On 18/08/2021 01:28, Stefan Monnier wrote:
>> Sure, I think calc and calculator are more full-focused calculators that
>> require a learning-curve, this plugin is more of an quick ad-hoc calculator
>> that calculates values like (infix notation)
> [...]
>
> Thanks, but I meant to add that to the README or the `Commentary:`.
>
> Also I was thinking more about the documentation on which operations are
> supported. [ IIUC you only support the four basic arithmetic
> operations, with standard precedence rules, plus parentheses for
> grouping, right? ]
>
> Also, I was wondering if you had considered implementing the parser with
> the following approach:
>
> - read the line with (read-from-string (concat "(" STRING ")"))
> - massage the resulting sexp to implement the desired infix syntax.
>
> You could even do the massaging via a macro, where
>
> (infix 2 + 3 * 5)
> (infix 2 + (3 * 5))
> (infix (2 + ((3) * 5)))
>
> all macroexpand to
>
> (+ 2 (* 3 5))
>
> so your syntax could be used inside code as well.
>
>
> Stefan
>
next prev parent reply other threads:[~2021-08-18 9:03 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-16 21:14 I want to add a package to GNU ELPA: infix-notation-calculator Christian Johansson
2021-08-16 22:01 ` Stefan Monnier
2021-08-17 7:32 ` Christian Johansson
2021-08-17 11:01 ` Eric S Fraga
2021-08-17 11:20 ` Christian Johansson
2021-08-17 15:21 ` Eric S Fraga
2021-08-17 15:27 ` Christian Johansson
2021-08-17 15:54 ` Eric S Fraga
2021-08-17 16:55 ` Christian Johansson
2021-08-17 23:28 ` Stefan Monnier
2021-08-18 6:40 ` Michael Heerdegen
2021-08-18 9:03 ` Christian Johansson [this message]
2021-08-18 10:47 ` Eric S Fraga
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=973b0019-0de2-154a-2088-d2367cb32bab@cvj.se \
--to=christian@cvj.se \
--cc=e.fraga@ucl.ac.uk \
--cc=emacs-devel@gnu.org \
--cc=monnier@iro.umontreal.ca \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.