The Wayback Machine - https://web.archive.org/web/20220621111349/https://github.com/jfecher
Skip to content
Avatar
Block or Report

Block or report jfecher

Report abuse

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

Report abuse

Popular repositories

  1. ante Public

    A safe, easy systems language

    Rust 1.3k 42

  2. A minimal implementation of Hindley-Milner's Algorithm J in OCaml

    OCaml 20 2

  3. A golden file testing library for rust

    Rust 16 2

  4. vale.vim Public

    Vim syntax highlighting for the Vale programming language

    Vim script 3 1

  5. An implementation of "A Flexible Type System for Fearless Concurrency" in Unison

    2

  6. ante_vim Public

    Vim plugin for Ante syntax highlighting

    Vim script 1

376 contributions in the last year

Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Mon Wed Fri

Contribution activity

June 2022

Created 1 repository

Created a pull request in noir-lang/noir that received 3 comments

Implement 'main' return

Implement return values from main, constrain-able by specifying expected values in the Prover's toml. An example program is provided in examples/ma…

+196 −72 3 comments
Reviewed 5 pull requests in 2 repositories

Created an issue in jfecher/ante that received 1 comment

Cannot find Print impl on second invocation

The code: import HashMap impl Hash u8 with hash x = cast x map = mut empty () insert map 1u8 3u16 print map print map Fails to type check (after Ha…

1 comment