Skip to content

Instantly share code, notes, and snippets.

View lizard-demon's full-sized avatar

lizard-demon

  • Joined Jun 12, 2025
View GitHub Profile
@zirkuswurstikus
zirkuswurstikus / lua_build_macos.sh
Last active June 21, 2025 23:16
A step by step guide on how to install lua, luajit and luarocks from sources on macOS.
# Build & install Lua on macOS
# We will compile Lua 5.1 because it is compatible with openresty/lapis.
# Replace the variables from line 30 ff to install a diffrent version.
# See: https://www.lua.org/manual/5.1/
# NOTE:
# We create a dedicated directory for the Lua stuff to putt all the stuff in.
@diegopacheco
diegopacheco / having-fun-with-zig.md
Last active July 2, 2025 10:03
Having Fun with Zig

Tiny Zig Essay

created: 12.FEB.2024

I love to learn new programing languages, it help to open the mind to new possibilities and compare different approaches. For instance, I learned Ruby and Scala in 2010, Clojure and Haskell in 2011, Go in 2015, Kotlin 2016, Rust in 2018 and Idris, TypeScript in 2019, 2020 Pandemic strike did a bunch of pocs but not with new langs(crazy year), Zig in 2021, 2022(coding in lots of langs but nothing new) - in 2023 I'm learning Nim and V. Learn at least one lang per year. This post is not complain, it's just to share some toughts, notes and impressions.

Why Zig

  • Lightning Fast, really!
  • No Hidden control flows

Shell scripting with Markdown documents

alias ~~~=":<<'~~~sh'";:<<'~~~sh'