GithubHelp home page GithubHelp logo

studying at ubi, 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_on = ("zaml", "A type-inferred, statically typed functional programming language inspired by OCaml and Lambda calculus.")

also check out my website


Leonardo Santos's Projects

.dotfiles icon .dotfiles

My configuration for all of my systems using Nix

lambada icon lambada

A bad simply typed lambda calculus interpreter

learn-ocaml-corpus icon learn-ocaml-corpus

A corpus of automatically graded exercises to learn functional programming in OCaml.

ltx icon ltx

Execute OCaml in your Latex files

mdx icon mdx

Execute code blocks inside your documentation

mobs icon mobs

MOBS - MOdular Blockchain Simulator

ocaml icon ocaml

The core OCaml system: compilers, runtime system, base libraries

ocurrent icon ocurrent

Keeps things up-to-date (a CI/CD pipeline OCaml eDSL)

qmk_firmware icon qmk_firmware

Open-source keyboard firmware for Atmel AVR and Arm USB families

simple-chat icon simple-chat

Simple client-server chat using OCaml's multi-core system

solar-system icon solar-system

OpenGL Solar System with a couple of interesting features

strange_cipher icon strange_cipher

An encryption/decryption algorithm based on Lorenz's Strange Attractor

tmux icon tmux

custom theme for tmux based on catppuccin

ubi-beamer icon ubi-beamer

Beamer template for Universidade da Beira Interior

zaml icon zaml

OCaml inspired language

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.