Live data from Hacker News

Viewing profile — gjndrtjh

gjndrtjh

HN member
Joined
Sun, Jun 16, 2013, 1:27 AM UTC
HN karma
101
Public activity
12 items

About gjndrtjh

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. 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

  4. comment
    Comment #5889871

    Try: http://pastebin.com/GHYh6hUX

  5. 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…

  6. comment
  7. comment
    Comment #5889600

    "ci" or "cito". As in http://cito.sourceforge.net

  8. comment
    Comment #5889595

    Alternative names for Ć are "ci" and "cito".

  9. comment
  10. comment
    Comment #5889570

    It only has manual memory management. No GC. But if you don't target C, you can just skip using "delete".

  11. 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.

  12. story