Skip to content
View peterzeller's full-sized avatar

Organizations

@AntidoteDB
Block or Report

Block or report peterzeller

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
peterzeller/README.md

I am a software developer interested in:

  • software correctness (formal verification and automated testing)
  • tooling for software development (compiler and IDE development)
  • distributed systems and concurrency

Projects

Repliss

I developed the Repliss verification tool as part of my PhD thesis. It is a prototype for verifying highly available information systems that are built on top of weakly consistent databases such as Antidote.

Antidote

I contributed to Antidote, a highly available distributed database with support for transactions and replicated data types (CRDTs).

Verified Replicated Data Types

I verified some CRDTs in Isabelle/HOL

Automatic Testing Libraries

I wrote prototypes of testing libraries to test some ideas regarding API design.

Functional Programming

AST generator

I wrote a code generator for classes representing abstract syntax trees, which can be used for building compilers.

Pretty Printing Library

A Scala implementation of Wadlers pretty printing algorithm.

Logic Evaluator

A Scala library for evaluating logical formulas with quantifiers using a simple narrowing technique.

Wurst Programming Language

I am one of the two inventors and core developers of the Wurst programming language.

Pinned

  1. repliss repliss Public

    Verification tool for information systems built on top of weakly consistent databases

    Java 2 3

  2. abstractsyntaxgen abstractsyntaxgen Public

    Generates Java classes for abstract syntax trees with references and attributes

    Java 3

  3. isabelle_crdt_verification isabelle_crdt_verification Public

    Forked from SyncFree/isabelle_crdt_verification

  4. java-smallcheck java-smallcheck Public

    Smallcheck for Java

    Java

  5. minijava4vscode minijava4vscode Public

    A small extension for the MiniJava language developed in the compiler course at TU Kaiserslautern.

    TypeScript 1

  6. dorEr dorEr Public

    Property based testing library for Erlang

    Erlang