Questions tagged [nice-language]

The Nice programming language.

http://nice.sourceforge.net/index.html

For questions involving the Unix nice program, use the tag.

4 questions
2
votes
3 answers

the Nice programming language as an alternative to Java generics

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…
Jason S
  • 184,598
  • 164
  • 608
  • 970
1
vote
1 answer

Eclipse dev tools for Nice

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 ?
Erwin Smout
0
votes
0 answers

Runing sample program "hello world" in NICE Programming language in ubuntu?

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…
Monti Chandra
  • 432
  • 5
  • 21
-1
votes
1 answer

Files in the Nice programming language

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.