Graphics calculator made with elm tedius.tngl.sh/zero
elm math graphics
1

Configure Feed

Select the types of activity you want to include in your feed.

JavaScript 93.4%
Elm 4.0%
CSS 1.7%
Nix 0.5%
HTML 0.3%
Shell 0.1%
Other 0.1%
22 1 1

Clone this repository

https://tangled.org/tedius.tngl.sh/zero https://tangled.org/did:plc:dh6rlxds6wk5sltezghxzzh5
git@tangled.org:tedius.tngl.sh/zero git@tangled.org:did:plc:dh6rlxds6wk5sltezghxzzh5

For self-hosted knots, clone URLs may differ based on your setup.



README.md

zero

zero graphing calculator made with elm

TODO#

  • Unique naming
  • Automatic naming
  • aritmetic operations (+,-,*,/)
  • variable declarations

Development#

Nix#

The proyect includes a flake.nix with a devshell with the dependencies. Run:

# Clone the repo
git clone https://github.com/tedius-git/zero.git

# Enter the devshell
nix develop

# Build and watch for changes
zero-dev

# Dev server 
elm reactor