Mikail Khan
Mikail Khan
Right now, this example prints 106: ```elm z = 3 f = x -> x + y + z y = 5 z = 100 println (f 1) -- 106...
In Rust, private type aliases can still be used in public function signatures so long as the type they represent is public: ```rs type Foo = usize; // usize is...
I've a project called [CalcuLaTeX](https://github.com/mkhan45/CalcuLaTeX) which I think would be a useful function for this bot. It's available as a python library interface to the Rust library, so it should...
I'm writing a universal gravitation simulator and I noticed that adding a third, unused component to a query doubles performance (or more accurately, removing the component halves performance). I was...
CalcuLaTeX has potential, but it's held back by messy code and a badly designed arbitrary precision unit math system. Arbitrary precision unit math is a pain. There are a number...
Related to #81
Related to #81
https://en.wikipedia.org/wiki/Imperial_units - I don't want abbreviations for these https://physics.nist.gov/cuu/Units/units.html
Right now `cargo run [input] [output.pdf]` watches the pdf and updates it on file change. The default should probably be just a one time compile, and the `--watch` option should...
Right now it's very messy. One thing which might be nice is adding comments which are just the corresponding CalcuLaTeX line that produces the LaTeX line