-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
29 lines (19 loc) · 897 Bytes
/
TODO
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
29
# Lessons
In exerns, you name parent vars after the their node/require file name (I think). Not their temporary variable name.
# Questions
1. Why do these not return the same thing?
(.-file_extension returned-yaml-object)
(aget returned-yaml-object "file_extension")
# Code Dump
(defn yaml-table-config->chan-array-header-columns [ext]
(get-yaml-config string synchronously)
(determine how many documents n are in the config string)
(fill channel of size 1 with first yaml document that matches ext)
(suck document from channel and convert it into js array columns object)
(construct js columns object from matching object)); stick it in channel))
# ascii code tables
https://www.npmjs.com/package/asciitable
https://github.com/quimcalpe/ansi-color-table
# TODO
- use foreign-libs:
http://lukevanderhart.com/2011/09/30/using-javascript-and-clojurescript.html