Menu

Separate Compilation Facilities

2006-05-09
2013-05-02
  • claudia_alexa

    claudia_alexa - 2006-05-09

    can anyone tell me if nice has something like this ?
    if so, how does it work?...can you guide me somewhere?..or give me some examples?

    (if you don't know what i'm talkin about... let me give you a hint:
       it's about writing separate pieces of a program, in order to compile them separatly, link them togheter and obtain the whole
       ...at least that's how i get it...)
    i'd apreciate it...
    ( or..can i get the e-mail adress of the one who worked on the nice language?...
    he/she must know..:D...)

     
    • Artem Grinblat

      Artem Grinblat - 2006-05-09

      When compiling a package, you can point the Nice compiler to any (Java or Nice) libraries using the "--classpath" option.

      Since the dynamic dispatch feature of the Nice languare might require bytecode modification of existing classes, when invoking the resulting application, you must ensure, that the package which was compiled last appears on the classpath first.

       

Log in to post a comment.