Jeaye 2 hours ago

This is superb. Thank you for making it and licensing it MIT. I think this is a contender to replace the lexer within jank. I'll do some benchmarking next year and we'll see!

  • drob518 an hour ago

    Oooo that’d be nice.

huahaiy 25 minutes ago

Very nice. Is there a plan to have an EDN writer in C as well?

HexDecOctBin an hour ago

Can the metadata feature be used to ergonomically emulate HTML attributes? It's not clear from the docs, and the spec doesn't seem to document the feature at all.

  • nerdponx 35 minutes ago

    I'm not sure how the metadata syntax works, but you might not need it because you can do this:

      (html
        (head
          (title "Hello!"))
        (body
          (div
            (p
              "This is an example of a hyperlink: "
              (a "Example" :href "https://example.org/")))))
medv 17 hours ago

A very impressinve implementation with SIMD and WASM!