Page 1 of 2 12 LastLast
Results 1 to 40 of 59

Thread: What do would you like in a programming lang?

  1. #1

    Thread Starter
    Addicted Member Cuallito's Avatar
    Join Date
    Apr 2001
    Location
    You know that chest that you could never get opened? If you ever do, I'm there.
    Posts
    136

    What do would you like in a programming lang?

    What would your ideal programming language have in it? I would make it totally OO, exept that I would make it were the objects were like sequences in Euphoria exept they could contain actual code. How about you?
    BTW, Thanks for all your help

    Member of the anti-gay cross-dressing trans-species wolves alliance.

  2. #2
    • MUST compile to either a dependency-free EXE, or cross-platform byte code like Java
    • Must have an EXCELLENT IDE (VB's is pretty darned good but can still be improved
    • Should be quite strict (i.e., explicit declaration of variables, no variants
    • Must solve everything in my pet peeves

  3. #3
    denniswrenn
    Guest
    C++ is the answer to all your problems, except the IDE one...

  4. #4
    C++ sucks compared to Java. And don't just instantly reply; have you PROFESSIONALLY used Java?

  5. #5
    denniswrenn
    Guest
    C++ can't suck compared to Java because the JRE was created in C++...

  6. #6
    Hyperactive Member barrk's Avatar
    Join Date
    Sep 2000
    Location
    My own little world
    Posts
    274
    At fourteen had you PROFESSIONALLY used it????????? Don't you pick on my Dennis.........or you'll have to answer to ME!!!!!!!!

  7. #7
    Maybe.

    JBuilder (a Java IDE) was created in Java.

  8. #8
    Originally posted by barrk
    At fourteen had you PROFESSIONALLY used it????????? Don't you pick on my Dennis.........or you'll have to answer to ME!!!!!!!!
    I'm 16, and on September 11, I'll be 17. I have JBuilder running right now. I'm trying to design a RingBuffer (a circular queue) in Java.

  9. #9
    Hyperactive Member barrk's Avatar
    Join Date
    Sep 2000
    Location
    My own little world
    Posts
    274
    Originally posted by barrk
    At fourteen had you PROFESSIONALLY used it?????????
    Well................?

  10. #10

  11. #11
    Hyperactive Member barrk's Avatar
    Join Date
    Sep 2000
    Location
    My own little world
    Posts
    274
    September 11th is my Dad's and my husband's birthday!

  12. #12

  13. #13
    Hyperactive Member barrk's Avatar
    Join Date
    Sep 2000
    Location
    My own little world
    Posts
    274
    Originally posted by filburt1
    Well, what?
    Have you PROFESSIONALLY used Java, duh?!?

  14. #14
    Frenzied Member
    Join Date
    Aug 2000
    Posts
    1,539
    hmm
    sorry but java sucks PERIOD
    c++ rulez

    all your questions and concerns regarding everything
    your old uncle Bill has lined them for you

    .Net

  15. #15
    Originally posted by kovan
    hmm
    sorry but java sucks PERIOD
    c++ rulez
    Clearly you have not used it exensively. I thought the same way, but after using Java two years at work, it is SOOOOOO much better than C++.

  16. #16
    Originally posted by barrk


    Have you PROFESSIONALLY used Java, duh?!?
    Yeah, for the two years I have worked at Commerce One.

  17. #17

  18. #18
    So you HAVEN'T used it.

  19. #19
    Frenzied Member
    Join Date
    Aug 2000
    Posts
    1,539
    Originally posted by filburt1


    Clearly you have not used it exensively. I thought the same way, but after using Java two years at work, it is SOOOOOO much better than C++.

    ok java WAS cross-platform
    and no longer it is
    as JVM is not gonna be installed on XP by default
    so java is just as bad as others

    C# is your answer my friend

  20. #20
    Hyperactive Member barrk's Avatar
    Join Date
    Sep 2000
    Location
    My own little world
    Posts
    274
    Originally posted by filburt1


    Yeah, for the two years I have worked at Commerce One.
    Since you were 14?!?!?!?!

  21. #21
    Frenzied Member
    Join Date
    Aug 2000
    Posts
    1,539
    I have used java
    i made a app with it
    HATED it
    so there for i went back and wrote my nice app in vb
    and stayed HAPPY )

    i got JBuilder 5 Ent.
    i dont like it at all
    the java compilers suck
    every single one of them

  22. #22
    Originally posted by barrk


    Since you were 14?!?!?!?!
    Since I was a couple months before 16. I'LL BE 17 ON SEMPTEMBER 11, I SAID!

  23. #23
    Originally posted by kovan
    I have used java
    i made a app with it
    HATED it
    so there for i went back and wrote my nice app in vb
    and stayed HAPPY )

    i got JBuilder 5 Ent.
    i dont like it at all
    the java compilers suck
    every single one of them
    Well, you have your language of choice, and I have mine.

  24. #24
    Frenzied Member
    Join Date
    Aug 2000
    Posts
    1,539
    ya so we agree java sucks
    good
    i rest my case

    hehehehe

    i love c++, but i am afraid of it to be honest
    its so powerful, it scares me
    hehehe

  25. #25
    Java throws exceptions. C++ destroys your computer.

  26. #26
    Frenzied Member
    Join Date
    Aug 2000
    Posts
    1,539
    java throws them cus it cant catch
    c++ catches them

    can your java change the value of a const variable?
    i think not

    i just recently discovered const_cast in c++
    and i think its one of the coolest things ever

    oh ya, and i doubt java has RTTI and the use of dynamic cast (now thats cool)

  27. #27
    Uh, dummy? Exceptions are objects that a Java class can throw. Instead of stopping your entire program, Java just keeps on running.

    There is a reason why they're called const.

  28. #28

  29. #29
    No, that's just WRONG.

  30. #30
    Frenzied Member
    Join Date
    Aug 2000
    Posts
    1,539
    keep learning a language that will be usless in few years

    n e ways
    am off to take care of my 3 month old sis
    need to feed her and make her go to sleep

  31. #31
    Fanatic Member Wynd's Avatar
    Join Date
    Dec 2000
    Location
    In a bar frequented by colossal death robots
    Posts
    772
    Originally posted by filburt1
    JBuilder (a Java IDE) was created in Java.
    Is that why it's so damn slow?

    Also...

    Kovan, a constant variable shouldn't be able to be changed, after all it's CONSTANT
    Alcohol & calculus don't mix.
    Never drink & derive.

  32. #32
    JBuilder 4 and 5 are. 3.5 was not written in Java. Probably C++ (shut up Kovan ). Yes, it is slow to UI events, but still quite usable.

  33. #33
    Frenzied Member
    Join Date
    Aug 2000
    Posts
    1,539
    Wynd
    but what if you want to change it?
    i mean there is one elite program that for some stinken reason wants to change it
    c++ says "you come up with the idea, i can do it"
    and yes
    for passed 2 years of hardcore programming lessons
    "never make a var const if its gonna change"
    hehe

  34. #34
    Frenzied Member
    Join Date
    Aug 2000
    Posts
    1,539
    filly
    i will probably reinstall that shiat compiler you call jbuildir in a week or so
    i dont want it ****ing up my other stuff while in school

  35. #35
    Originally posted by kovan
    keep learning a language that will be usless in few years
    Look, Kovan, I respect your view, so respect mine.

  36. #36

  37. #37

  38. #38
    Originally posted by kovan
    ...compiler you call jbuildir ...
    JBuilder isn't a compiler. Anyway, enough Java. No more. Let's get back to the original topic at hand.

  39. #39
    You: What would you like to see in a programming language?
    Leo: I have yet to see you try.
    Filburt: What would you like to see in a programming language?
    Hal: Java is a programming language.

    Filburt: Yes it is.
    Hal: I disagree. It isn't.

    Filburt: You just said it was.
    Hal: I agree. I just said it was.

    Filburt: Leo didn't know how to answer my question.
    Hal: That might be, but you didn't answer the question.

    Filburt: Good point.

  40. #40
    Fanatic Member Wynd's Avatar
    Join Date
    Dec 2000
    Location
    In a bar frequented by colossal death robots
    Posts
    772
    Ok then, back to the question.

    Basically everything filburt said, except an IDE isn't really necessary unless you are dealing with windows/VB-style programming, then it is useful. Other than that a command-line compiler would work fine.
    Alcohol & calculus don't mix.
    Never drink & derive.

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width