Skip to content

Instantly share code, notes, and snippets.

View luistung's full-sized avatar
🎯
Focusing

Luis Tung luistung

🎯
Focusing
  • Hangzhou, China
View GitHub Profile
@luistung
luistung / fmt-quickscript.rkt
Last active September 21, 2024 17:46 — forked from Metaxal/fmt-quickscript.rkt
Quickscript for sorawee's `fmt`
#lang racket/base
(require quickscript
fmt ; needs to be installed first
racket/class
racket/set
racket/list)
;;; Author: Laurent Orseau
;;; License: [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0) or
;;; [MIT license](http://opensource.org/licenses/MIT) at your option.