Live data from Hacker News

Viewing profile — arithmetization

arithmetization

HN member
Joined
Tue, May 02, 2017, 5:41 AM UTC
HN karma
4
Public activity
3 items

About arithmetization

No profile information was provided.

Recent public activity

  1. comment
    Comment #15667290

    I once had the same problem with an old Macbook Air and stubbornly used Ukulele to create a keyboard layout that let me chord around four dead keys with alt and the key directly be…

  2. comment
    Comment #14247535

    I think just tweaking your parse method to use #'string-append and #'~a would be enough to preserve hygiene for your introduced identifiers. datum->syntax will happily work with mi…

  3. comment
    Comment #14244305

    This is cool; I've never seen an example of extending Racket's readtable. I always imagined implementing string interpolation by overriding the implicit #%datum macro and checking …