function boot.janet on line 106, column 1 (function? x) Check if x is a function (not a cfunction).
(map function? [ even? (fn []) |($) file/read -> ]) # => @[ true true true false true ]