Skip to content

Instantly share code, notes, and snippets.

View spk121's full-sized avatar

Mike Gran spk121

  • Los Angeles, CA
  • 08:05 (UTC -07:00)
View GitHub Profile
@spk121
spk121 / ls.scm
Created April 3, 2013 13:36 — forked from int3/ls.scm
#! /usr/local/bin/guile -s
!#
(use-modules (srfi srfi-1) ; fold, map etc
(srfi srfi-26) ; cut (partial application)
(srfi srfi-37) ; args-fold
(ice-9 ftw)
(ice-9 format)
(ice-9 i18n))