Skip to content
View zazedd's full-sized avatar

Organizations

@NixOS

Block or report zazedd

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
zazedd/README.md

studying at fcup, portugal

let lst = [ "Welcome"; "to"; "my"; "GitHub"; "profile"; "!" ]

let () =
  List.fold_left
    (fun acc a ->
      match a with "!" | "Welcome" -> acc ^ a | _ -> " " ^ acc ^ a)
    "" lst
  |> print_endline

let interests = [|
  "Functional Programming";
  "Compilers and Interpreters";
  "Type Theory";
  "Cybersecurity";
|]

let working_at = ("ahrefs", "improving internal tools")

also check out my website


Pinned Loading

  1. zaml zaml Public

    OCaml inspired language

    OCaml 8

  2. ahrefs/ppx_mikmatch ahrefs/ppx_mikmatch Public

    Matching Regular Expressions with OCaml Patterns using Mikmatch's syntax

    OCaml 3

  3. xlsx2csv xlsx2csv Public

    Simple OCaml library to export .xlsx files as CSVs

    OCaml 4

  4. .dotfiles .dotfiles Public

    My configuration for all of my systems using Nix

    Nix 2

  5. radiocarbon-website radiocarbon-website Public

    Website for the reproducible calibration of Radiocarbon dates

    OCaml 2

  6. radiocarbon-pipeline radiocarbon-pipeline Public

    OCurrent pipeline for the reproducible calibration of Radiocarbon dates

    OCaml 2