I've been reading Bruce Eckel's Thinking In Java and in the chapter on generics, he briefly mentions the Nice programming language as something that handles parametrized types better than Java, but compiles into Java bytecode.
Does anyone have any…
I'd like to evaluate Nice.
For reasons of familiarity of the development environment, I'd like to stick with Eclipse, so I would like to find something like JDT/CDT for Nice in Eclipse. Anyone any idea whether and if so, where, that can be found ?
I have a program written in NICE language below:
void main (String[] args)
{
// your code goes here
print("Hello World!");
}
I have installed nicec utility to compile it in ubuntu, but unable to compile it.
Can any one can help me to run it from…
Currently I'm working with the Nice programming language. But I don't find any information about working with files in this language.
If there'd be anybody who can help me with it, I'd really appreciate it.