EFulmer - Overview
Navigation Menu
Pinned Loading
-
playing around with Wordle stuff in Haskell, only several years late
Haskell 2
-
Dotfiles, plus a Rust program that automatically updates them
Shell 1
-
GBA-style Fire Emblem game engine in Python
Python 1
-
git interface in golang, to help learn both
Go
-
Small demo of Git internals for an internal Farfetch study session
Jupyter Notebook
-
2
def g(*args, **kwargs):
3
return g(*reversed(args), **kwargs)