Skip to content

Instantly share code, notes, and snippets.

View yunlingz's full-sized avatar

Yunling Zhu yunlingz

View GitHub Profile
@yunlingz
yunlingz / lisp.rb
Created February 10, 2021 10:31 — forked from dahlia/lisp.rb
30 minutes Lisp in Ruby
# 30 minutes Lisp in Ruby
# Hong Minhee <http://dahlia.kr/>
#
# This Lisp implementation does not provide a s-expression reader.
# Instead, it uses Ruby syntax like following code:
#
# [:def, :factorial,
# [:lambda, [:n],
# [:if, [:"=", :n, 1],
# 1,

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name: