https://github.com/kach/potrzebie
An engineer's copilot
https://github.com/kach/potrzebie
Last synced: about 1 year ago
JSON representation
An engineer's copilot
- Host: GitHub
- URL: https://github.com/kach/potrzebie
- Owner: kach
- Created: 2019-03-22T20:26:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-23T01:34:22.000Z (about 7 years ago)
- Last Synced: 2025-01-28T20:41:25.479Z (over 1 year ago)
- Language: OCaml
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Potrzebie is a smart, unit-aware desktop calculator, inspired by WolframAlpha
and Frink , but with an emphasis on user-friendliness.
To hack on Potrzebie's core, you need a few things:
* OCaml, as installed by OPAM
https://opam.ocaml.org
* ocamlbuild
https://github.com/ocaml/ocamlbuild
* Menhir (via OPAM)
http://gallium.inria.fr/~fpottier/menhir/
* js_of_ocaml (via OPAM)
https://ocsigen.org/js_of_ocaml/3.1.0/manual/overview
Then you can compile with `make all`, which produces both a native binary and a
JavaScript blob for the web interface.
To hack on the standard library or web interface, just work with the relevant
HTML and JS files.