Viewing profile — paniq303
paniq303
HN member- Joined
- Wed, Jan 14, 2015, 5:37 AM UTC
- HN karma
- 40
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About paniq303
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…
-
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…
-
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 …
-
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…
-
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…
-
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 …
-
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…
- story
- story
- story
-
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…
-
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…
-
comment
Comment #9914146
do you have more information on that?