Proof Pad

A web IDE for ACL2 using a Kubernetes based backend. Evolution of https://github.com/calebegg/proof-pad-classic
Alternatives To Proof Pad
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Ks222
4 years ago1mitPython
A series of Kubernetes walk-throughs
Evolution40
6 days ago11apache-2.0Go
Evolution process of The Falco Project
Airshipctl37
9 months ago50apache-2.0Go
A CLI for managing declarative infrastructure.
Es_on_gke32
2 years agoapache-2.0Python
Run evolution strategies on Google Kubernetes Engine
Proof Pad7
a month ago2apache-2.0TypeScript
A web IDE for ACL2 using a Kubernetes based backend. Evolution of https://github.com/calebegg/proof-pad-classic
Microservice Realm6
3 years agomit
A blog about it's own development and evolution running on kubernetes.
Niwrad6
2 years ago7mitC#
Distributed multiplayer sandbox evolution simulation
Kube Es Starter3
5 years agoapache-2.0Shell
Machine Learning in Azure & Kubernetes using OpenAI Gym/RoboSchool and Evolution Strategies
Alternatives To Proof Pad
Select To Compare


Alternative Project Comparisons
Readme

Proof Pad

Proof Pad is a web based IDE for ACL2, using Google Kubernetes Engine to run ACL2 itself on the backend. Users can write and verify functions and theorems using a modern editor or a REPL interface. It's the evolution of the original Proof Pad project.

This is not an official Google product.

Deploying the frontend

  1. Run rm -r dist grammar && ./grammar.sh && npx parcel build index.html
  2. Copy the contents of dist to Google Cloud Storage

Deploying the backend

  1. Download ACL2
  2. Unzip to ./acl2_image
  3. Run:
$ docker build -t gcr.io/proof-pad/acl2:v3 .
$ gcloud docker -- push gcr.io/proof-pad/acl2:v3
Popular Evolution Projects
Popular Kubernetes Projects
Popular Science Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Typescript
Kubernetes
Ide
Evolution
Acl