Live data from Hacker News

Viewing profile — cdunn2001

cdunn2001

HN member
Joined
Sun, May 18, 2014, 5:04 PM UTC
HN karma
5
Public activity
3 items

About cdunn2001

No profile information was provided.

Recent public activity

  1. comment
    Comment #14289867

    https://nim-lang.org/docs/parsecfg.html (Scroll to the examples.) An exception would be thrown on error. That exception could be trapped in a simple try/catch block. Nim is very si…

  2. comment
    Comment #14289756

    Nah, I've always found quick answers to questions in the forum. Simplicity is under-rated. With Nim, most problems are easy to grasp just by reading source code. And when I don't u…

  3. comment
    Comment #14289731

    Yes. Use the Boehm-Weiser GC. Very simple.