Viewing profile — Nuoji
Nuoji
HN member- Joined
- Fri, Oct 22, 2010, 9:39 AM UTC
- HN karma
- 10
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About Nuoji
No profile information was provided.
Recent public activity
-
comment
Comment #28655411
Anyone trying to ”bust this myth” are to me suspect of either selling snake oil or just trying to defend their own mediocrity. If anything the problem is usually understated, as a …
- story
-
comment
Comment #26592382
A problem for Zig is the combination of unsigned overflow UB, implicit widening and always performing operations on the type size of the operands. For example, let’s say you have `…
-
comment
Comment #26283580
It assumes flow analysis is done though.
-
comment
Comment #24168499
Cyclone was not fully realized though. And there are languages that try to keep to C and add some minor safety improvements, eg my language C3 (subarrays/slices, contracts, all UB …
-
comment
Comment #24115622
- Some GNU extensions are already there, let me know what else you need. - ?: and statement expressions (slightly extended) are available in C3 today. - Type syntax is simplified i…
-
comment
Comment #24115475
- Plan is to be able to at least build a robust ref counting lib in the standard library, supported by subtyping and defer this could be at least as easy as in ObjC before automati…
-
comment
Comment #24109796
Three reasons: 1. Implementing pre/post condition checks are optional for a conforming compiler. Putting the checks in special docs comments underscores that the checks are optiona…
-
story
Ask HN: Help me improve my C-like language, C3
I'm working on a "alternative to C" called C3, but unlike most (e.g. Zig, Odin, Jai, Rust etc) it tries to stay really close to C syntax as far as possible and I'd love to hear wha…
- story
- story
-
comment
Comment #1819106
I remember old BBS games where you could give money to the operator of the BBS to buy turns and gold. The latter could be given to others. Virtually all poker sites have allow you …