Skip to content

Instantly share code, notes, and snippets.

View littlenag's full-sized avatar

Mark Kegel littlenag

View GitHub Profile
@littlenag
littlenag / metaprogramming_extensions.md
Last active April 25, 2023 14:48
Metaprogramming Extensions
@littlenag
littlenag / expressive_metaprogramming.md
Last active April 23, 2023 04:37
Expressive Metaprogramming for Scala 3

Expressive Metaprogramming for Scala 3

Overview

Scala 3 introduces a new macro system that replaces the experimental Scala 2 system with one that should avoid unsoundness, be simpler to use, and simpler for the compiler team to evolve and maintain.

Perhaps the most significant feature missing from Scala 3 today is the lack of support

@littlenag
littlenag / hack.sh
Created April 1, 2012 04:00 — forked from erikh/hack.sh
OSX For Hackers
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh
#