Live data from Hacker News

Viewing profile — rthy

rthy

HN member
Joined
Sat, Dec 15, 2018, 11:01 PM UTC
HN karma
14
Public activity
4 items

About rthy

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #19689122

    I have been experimenting with tokenization in Rust in https://github.com/rth/vtext , mostly relying on Unicode segmentation with a few custom rules for tokenization. The obtained …

  3. comment
    Comment #18817504

    Alternatively, the toolz package ( https://toolz.readthedocs.io/en/latest/ ) is a nice way of getting some additional functional programming capabilities while using the standard C…

  4. comment
    Comment #18690842

    An example of compiling the CPython interpreter to WebAssembly can be found in Pyodide ( https://github.com/iodide-project/pyodide/ ).