nbb

Daniel Gerson 2022-10-14T11:08:21.515319Z

Woah! Must have missed when :line happened 🙌

Welcome to nbb v1.0.136!
user=> (def x 1)
#'user/x
user=> (meta #'x)
{:name x, :ns #object[Oq user], :file nil, :line 1, :column 1}

🎉 1
borkdude 2022-10-14T12:44:53.290459Z

@benjamin.schwerdtner wrote a good article about jacking into an nbb REPL in emacs / CIDER: https://benjamin-asdf.github.io/faster-than-light-memes/jacking-nbb.html

🔥 2
teodorlu 2022-10-14T13:01:18.969389Z

short and sweet!

🚀 1
borkdude 2022-10-14T16:12:33.543649Z

HTML to Hiccup in 20 lines of nbb: https://twitter.com/borkdude/status/1580954614975062016

💯 1
1
1
🤩 1
borkdude 2022-10-14T21:20:58.634139Z

posthtml-parser is nice too: https://twitter.com/borkdude/status/1581022531125141510

😎 1
ray 2022-10-14T22:37:36.284189Z

👨‍🍳 😘