Live data from Hacker News

Viewing profile — paniq303

paniq303

HN member
Joined
Wed, Jan 14, 2015, 5:37 AM UTC
HN karma
40
Public activity
15 items

About paniq303

No profile information was provided.

Recent public activity

  1. comment
    Comment #30922921

    Thank you. It's not a grift (or is that what a grifter would say - oh god I hope it isn't). I didn't want us to overpromise and become the next No Man's Sky (which has by now fully…

  2. comment
    Comment #30922904

    Oh no, we are on Hacker News. ;-) Hi, this is the yak shaving developer in question speaking. I was worried we'd get grilled hard over our slow progress, but I'm relieved to read t…

  3. comment
    Comment #16608192

    > Because I think it's a lot harder (both for you and for your users) than you thought at the time, and I hoped you wouldn't waste your time (and your users' time) on it. I believe…

  4. comment
    Comment #16608118

    unconst can't be the default because there is no way to re-const a value once it's been turned into an unknown. The most "automagic" behavior is to tie branch conditionals to their…

  5. comment
    Comment #16607350

    > That code does indeed automatically delete some entries from some collection, and it does use garbage collection terminology, but it doesn't appear to be full garbage collection …

  6. comment
    Comment #16607301

    S-expressions are not a special case of the syntax, S-expressions are the syntax. There are two notations, one is naked, python-looking, and one is traditionally braced, lispy-look…

  7. comment
    Comment #16607268

    I don't know what those are, but Scopes is designed to make it easy for users to implement their own meta-programming abstractions. It might be possible to build such mechanisms fr…

  8. comment
    Comment #16607257

    Hi, glad to hear you like it. I'm using Scopes to build a game engine called Tukan, which is for an ambitious game called Nowhere that is in development hell for four years. :-) I …

  9. comment
    Comment #16607228

    Regarding "unconst", we need to have a discussion. There are ways to make it implicit, namely by tying the return continuation of `if` to the constness of the conditional, but then…

  10. story
  11. story
  12. story
  13. comment
    Comment #11600764

    stuff that I can imagine would be unbearable to read with an "everything is possible" 20 year old mind, but actually quite helpful when you're 35, nearing your wits end and the exi…

  14. comment
    Comment #9914156

    I'm sorry you've been running into trouble. The practical problem was that neither Bitbucket nor github offer a lexer for the language on their site, and the markup doesn't allow c…

  15. comment
    Comment #9914146

    do you have more information on that?