Releases: tekknolagi/scrapscript
Releases · tekknolagi/scrapscript
Third release!
This version is released as an Actually Portable Executable, a Docker container, and also as just a Python file.
Big changes
- Variants
- A native compiler
- A native compiler web REPL
Full Changelog: v0.0.2...v0.0.3
Second release!
This version is released as an Actually Portable Executable and also as just a Python file. You can also make a Docker container if you like.
Make it executable with chmod +x scrapscript.com
then run with:
$ ./scrapscript.com
If you get an error with Zsh, try using sh or bash or upgrading Zsh to 5.9+.
Big changes
- Floats
- A web REPL (
scrapscript serve
)
First release!
This version is released as an Actually Portable Executable and also as just a Python file.
Make it executable with chmod +x scrapscript.com
then run with:
$ ./scrapscript.com
If you get an error with Zsh, try using sh or bash or upgrading Zsh to 5.9+.