Re: I created a way to do BeanCount bookkeeping using typescript.

2024-02-08 Thread Martin Blais
Maybe if Beancount gets rewritten in Rust we can compile it to Rust-WASM and run it in the browser, haha! On Thu, Feb 8, 2024 at 10:14 AM base hamster wrote: > The biggest benefit is that it makes beancount Turing-complete, so you can > use typescript to write recurring bills. > > > import {

I created a way to do BeanCount bookkeeping using typescript.

2024-02-08 Thread base hamster
The biggest benefit is that it makes beancount Turing-complete, so you can use typescript to write recurring bills. import { EAccountType, Ledger, utils } from "../index.js"; const { USD, CNY } = utils.createCurrencies({ defaultDate: "1970-10-01" }, [ "USD", "CNY", ] as const); const