Viewing profile — gjndrtjh
gjndrtjh
HN member- Joined
- Sun, Jun 16, 2013, 1:27 AM UTC
- HN karma
- 101
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About gjndrtjh
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #6058820
Ć programming language ( http://cito.sourceforge.net/ ) compiles C# subset to C. The C code generator is very simple: http://sourceforge.net/p/cito/code/ci/master/tree/GenC.cs
-
comment
Comment #5889871
Try: http://pastebin.com/GHYh6hUX
-
comment
Comment #5889676
>C pretty much runs anywhere, after all. What exactly does this bring to the table? 1. No, C doesn't run everywhere. I can't compile C to Java, C#, JS, AS, Perl and D. Or compile i…
- comment
-
comment
Comment #5889600
"ci" or "cito". As in http://cito.sourceforge.net
-
comment
Comment #5889595
Alternative names for Ć are "ci" and "cito".
- comment
-
comment
Comment #5889570
It only has manual memory management. No GC. But if you don't target C, you can just skip using "delete".
-
comment
Comment #5889552
I asked the language creator. Float, double, short types are going to be added within 1 month. 64 bit integers are not possible because Javascript doesn't have them.
- story