Skip to content
View sagnikc395's full-sized avatar

Block or report sagnikc395

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
sagnikc395/README.md

👋

hi, I'm Sagnik

I'm a software developer and tinkerer , building (useful) tools in Systems and PL Domains.

I have been independently studying PL Theory and I am currently interested in the following topics:

  • Gradual Typing in Programming Languages.
    • Essentially Type Theory and Computational Type Theory.
  • Pure Functional Programming using OCaml.(thanks CS3110 and Prof Micheal Clarkson)

I cultivate my garden of knowledge here : sagnikc395.github.io

list of half-baked ideas, thought-experiments, small-scripts and notes of all sorts that doesnt make sense to keep in my blog : gedanken

Pinned Loading

  1. rex rex Public

    a smol regex engine in Go.

    Go 4

  2. gungnir gungnir Public

    lispy lisp

    Go

  3. vanara vanara Public

    Monkey Interpreter in Go.

    Go 3

  4. transformer transformer Public

    My implementation of the "Attention Is All You Need" paper, introducing the Transformer Architecture.

    Python