Highlights
- Arctic Code Vault Contributor
- Developer Program Member
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
1,950 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 378 commits in 8 repositories
Created 3 repositories
- ostera/env_logger Rust
- ostera/LISP-Machine Common Lisp
- ostera/hardcaml OCaml
Created a pull request in ocaml/ocaml that received 10 comments
Expose module signature when typing implementation
While working on a new backend for OCaml to generate Erlang sources, I
found the need to read the .cmi file back into a Types.signature
value.
@Drup β¦
Opened 2 other pull requests in 2 repositories
janestreet/hardcaml
1
open
ocaml/opam-repository
1
merged
Reviewed 3 pull requests in 1 repository
AbstractMachinesLab/caramel 3 pull requests
Created an issue in AbstractMachinesLab/caramel that received 2 comments
mix plugin
Right now to be able to use caramelc in an Erlang or Elixir project, we sort of have to manually invoke it in the right place and then also compileβ¦