Search Results - JustLinux Forums


Search:

Type: Posts; User: sasKuatch

Search: Search took 0.18 seconds.

  1. Replies
    278
    Views
    668,533

    Can you please post that in the 'code' tag, I...

    Can you please post that in the 'code' tag, I sure would like to see that properly indented.

    [edit] oh yea, I compiled it and it prints out the 12 days of Christmas
  2. Replies
    278
    Views
    668,533

    Ok, I might make a fool of myself giving such a...

    Ok, I might make a fool of myself giving such a simple challenge, but I'm no guru.

    Write a program to compute 253 to the 9427th power (or other such ridiculously large numbers).

    I've attached...
  3. Replies
    278
    Views
    668,533

    Yeah, works fine for me. Probably has to do with...

    Yeah, works fine for me. Probably has to do with how DOS (I'm guessing) takes in command like arguments. I don't think it recognizes single quotes. Try double quotes, mrBen.
  4. Replies
    278
    Views
    668,533

    Here is my version in LISP. It's my first LISP...

    Here is my version in LISP. It's my first LISP program, so go easy on me.;)


    (setq lis (list 3 8))
    (setq lis
    (list
    (second lis)
    (first lis)))

    I put both numbers into one...
Results 1 to 4 of 4