~brianhicks
brianhicks’s posts on Joy of Computing
home
about
subscribe
RC
home
about
log in
Subscribe
Atom feed
Recurse Center
log in
Works
Submissions
Thursday, Mar 24
elm-csv
(
permalink
)
made by
brianhicks
, submitted by
porterjamesj
A CSV decoding library for Elm, written in the most boring way possible.
—
porterjamesj
Thursday, Sep 9
tree-grepper
(
permalink
)
made and submitted by
brianhicks
Tree-grepper searches by looking at code structure instead of strings. This lets you match on whatever structures a language defines without worrying about whitespace! It uses tree-sitter underneath so it's easy to extend, too!
—
brianhicks
Wednesday, Oct 21
bad-datalog
(
permalink
)
made and submitted by
brianhicks
a toy implemenation and playground for datalog, a logic programming language
—
brianhicks
Thursday, May 21
Similar Sort
(
permalink
)
made by
brianhicks
, submitted by
porterjamesj
A small program to improve "fuzzy find" search in text editors.
—
porterjamesj