Zappac is a calculator, for people who think like programmers.
1 + 2
$foo = 1 + 2
$bar = ($foo - 1) ** 16
1024 ^ $foo + $bar
More documentation probably coming at some point.
Built with Wails and Svelte. You will need the following installed:
To run in live development mode, run wails dev -loglevel Info
in the project directory. This will
run a Vite development server that will provide very fast hot reload of your frontend changes. If
you want to develop in a browser and have access to your Go methods, there is also a dev server that
runs on http://localhost:34115. Connect to this in your browser, and you can call your Go code from
devtools.
To build a redistributable, production mode package, use wails build
.
Update zappaclang
with:
GONOPROXY=github.com/cocreators-ee go get -u
The code is released under the BSD 3-clause license. Details in the LICENSE -file.
This project has been made possible thanks to Cocreators and Lietu. You can help us continue our open source work by supporting us on Buy me a coffee.