Urgent newbie questions

From: Henrik ?stman (trycoon2_at_hotmail.com)
Date: 10/11/04

  • Next message: sachin786: "SWING EXAMPLE NOT RUNNING"
    Date: 10 Oct 2004 21:09:15 -0700
    
    

    Hi, i have been assigned to evaluate Prolog in a school project.
    So if you just could spare me a minute and answer some questions i
    would be very glad!

    let's go..

    1. What good developer environment are out there? That can support me
    as an programmer.

    2. Are there any good open-source IDE? (open-source variants of the
    above question)

    3. Can anyone point me to a good site for prologbeginners? (that
    describes the syntax, and how the
        language i constructed.)

    4. I managed to put a simple textstring to the screen, but what if i
    like to put some color to it, like for
        example "blue". iow. how do i write "hello world" in a blue text
    to the screen?

    5. I can't find any information on how the interact with the keyboard.
    I could take a simple input with read(X), but what if i like to have a
    loop thats ends when the user press the "k"-key on the keyboard. How
    do i solve that?

    6. Many texteditors supports syntaxhighlightning for popular languages
    like C++, Java and perl. But are there any good open-soruce
    editors(like vi, pico...) that supports prolog? (I'm thinking that
    could be good in combination with GNU Prolog.)

    Many thanks in advance!

    // Henrik


  • Next message: sachin786: "SWING EXAMPLE NOT RUNNING"