emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Ypo <ypuntot@gmail.com>
To: yantar92@posteo.net, Org-mode <emacs-orgmode@gnu.org>
Subject: Re: LIterate programming with calc (help)
Date: Sat, 26 Nov 2022 21:16:47 +0100	[thread overview]
Message-ID: <00433561-9e8a-0b8a-fe2c-5954a3787b44@gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 2098 bytes --]

Just in case you find this package interesting. Except some problems 
with units conversion, it's nice:

https://github.com/sulami/literate-calc-mode.el

> This is a literate calc file.
>
> Lines without "=" are ignored.
>
> All results starting with "=>" are an overlay generated by
> literate-calc-mode. That means they are displayed in Emacs, but not
> actually in the buffer/file contents.
>
> We can calculate a value like so:
>
> = 2 + 2 => 4
>
> If there is any string on the left hand side, it becomes a bound
> variable.
>
> Pi = 3.14159 => Pi: 3.14159
>
> We can use this variable below the definiton.
>
> Tau = Pi * 2 => Tau: 6.28318
>
> Results are calculated using Emacs' own calc, so you can use formulas
> as well.
>
> = round(Pi, 2) => 3.14
>
> Later bindings shadow earlier ones:
>
> Pi = 3 => Pi: 3
>
> = Pi => 3
>
> Variable names can have spaces as well:
>
> Monthly Expenses = 500 => Monthly Expenses: 500
>
> Monthly Income = 1000 => Monthly Income: 1000
>
> Annual Savings = 12 * (Monthly Income - Monthly Expenses) => Annual Savings: 6000
>
> All values are recalculated on every update in a spreadsheet-like
> fashion.
>
> Calc also has a lot of advanced features, like arrays:
>
> Numbers = [1 2 3] => Numbers: [1, 2, 3]
>
> = 3 Numbers => [3, 6, 9]


> "Fraga, Eric"<e.fraga@ucl.ac.uk>  writes:
>
> >/> I guess that the main problem is that calc is tightly integrated with/
> >/> interactive commands. Maybe ob-calc could be extended to somehow/
> >/> indicate the commands to be executed in addition to inputting stack/
> >/> entries./
> >/>/
> >/> Not sure if there is much interest in such feature though./
> >
> >/Thinking out loud, what would be better, but I have no idea how feasible/
> >/it would be, would be to have ob-calc make use of the embedded calc/
> >/functionality and syntax, so that you could write something like this:/
> >
> >/#+begin_src calc/
> >/a := 300 m/
> >/b := 2 a =>/
> >/#+end_src/
> >
> >/which would output the result of any line with => on it./
>
> I am CCing Tom Gillespie, the maintainer of ob-calc. Maybe he has
> something to say.

[-- Attachment #2: Type: text/html, Size: 2818 bytes --]

             reply	other threads:[~2022-11-26 20:22 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-26 20:16 Ypo [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-09-10 13:06 Literate programming with calc (help) Ypo
2022-10-23 12:15 LIterate " Ypo
2022-10-24  7:56 ` Fraga, Eric
2022-10-24  9:20   ` Ihor Radchenko
2022-10-24  9:51     ` Fraga, Eric
2022-10-24 11:43       ` Christian Moe
2022-10-24 11:26   ` Ypo
2022-10-24 15:25     ` Fraga, Eric
2022-10-31  9:23 ` Ihor Radchenko
2022-10-31  9:54   ` Fraga, Eric
2022-11-01  7:22     ` Ihor Radchenko

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

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=00433561-9e8a-0b8a-fe2c-5954a3787b44@gmail.com \
    --to=ypuntot@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=yantar92@posteo.net \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).