-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathinit.fnl
More file actions
28 lines (26 loc) · 1.2 KB
/
init.fnl
File metadata and controls
28 lines (26 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
;; ___ ___ ___ ;;
;; / /\ / /\ / /\ ;;
;; / /::\ / /:/_ / /::\ ;;
;; / /:/\:\ / /:/ /\ / /:/\:\ ;;
;; / /:/~/:/ / /:/ /:/_ / /:/ \:\ ;;
;; /__/:/ /:/___ /__/:/ /:/ /\ /__/:/ \__\:\ ;;
;; \ \:\/:::::/ \ \:\/:/ /:/ \ \:\ / /:/ ;;
;; \ \::/~~~~ \ \::/ /:/ \ \:\ /:/ ;;
;; \ \:\ \ \:\/:/ \ \:\/:/ ;;
;; \ \:\ \ \::/ \ \::/ ;;
;; \__\/ \__\/ \__\/ ;;
;; ___ ;;
;; ___ ___ /__/\ ;;
;; /__/\ / /\ | |::\ ;;
;; \ \:\ / /:/ | |:|:\ ;;
;; \ \:\ /__/::\ __|__|:|\:\ ;;
;; ___ \__\:\ \__\/\:\__ /__/::::| \:\ ;;
;; /__/\ | |:| \ \:\/\ \ \:\~~\__\/ ;;
;; \ \:\| |:| \__\::/ \ \:\ ;;
;; \ \:\__|:| /__/:/ \ \:\ ;;
;; \__\::::/ \__\/ \ \:\ ;;
;; ~~~~ \__\/ ;;
;; Bootstrap nfnl and custom Fennel compiler
(require :bootstrap-nfnl)
;; We are now in fennel land
(require :initialize)