jank is C++

59 points by jeaye


iddan

This is amazing progress. I really love just how nicely written this is

icefox

I really appreciate that someone is taking a Lisp written in Java and making it work with C++. It’s just the most bonkers ecosystem ever.

dataangel

(cpp/type “std::map<std::string, int>”)

Why not (cpp/type (std::map (std::string int))) ?