Search:

Type: Posts; User: audinue

Search: Search took 0.01 seconds.

  1. Replies
    32
    Views
    21,996

    Poll: Yeah it would not change anything,... You...

    Yeah it would not change anything,...

    You right.
  2. Replies
    32
    Views
    21,996

    Poll: Something I worried in symbolic languages: ...

    Something I worried in symbolic languages:

    When we develope open source applications and since most of them still undocumented...

    I just want prevent the user of, say, xxx language using a...
  3. Replies
    32
    Views
    21,996

    Poll: Uhhmm... I gonna make a symbolic language then.....

    Uhhmm... I gonna make a symbolic language then.. xD

    If all keywords begin with an uppercase letter, is it OK?


    If(something == True) {
    Console.print("Something is true"); //Console is a...
  4. Replies
    32
    Views
    21,996

    Poll: Symbolic vs Descriptive

    Symbolic:

    main {
    var n:Integer = 10;
    swap<Integer>(n, 20);
    printf("%d", n);
    }

    function swap<T>(&var1, &var2:T) {
    var temp:T = var1;
Results 1 to 4 of 4