Linked by Thom Holwerda on Fri 25th Nov 2011 22:55 UTC, submitted by fran
Permalink for comment 498222
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
Features
Linked by Thom Holwerda on 06/13/13 14:35 UTC
Linked by Thom Holwerda on 06/11/13 17:07 UTC
Linked by Thom Holwerda on 06/10/13 23:13 UTC
Linked by Thom Holwerda on 06/08/13 14:57 UTC
Linked by Thom Holwerda on 06/07/13 11:40 UTC
Linked by Thom Holwerda on 06/04/13 12:45 UTC
Linked by nfeske on 05/31/13 10:12 UTC
Linked by Thom Holwerda on 05/29/13 16:59 UTC
Linked by Thom Holwerda on 05/24/13 17:26 UTC
Linked by Thom Holwerda on 05/21/13 21:38 UTC
More Features »
Sponsored Links



Member since:
2005-09-17
The spec looks very nice. Testing it's quite hard because you have to get everything from Git and build it. In case anyone else wants to try it, I've just published 0install feeds for the compiler, parser, runtime and sample program.
To try it (replace "apt-get" with "yum" on Fedora, etc):
$ sudo apt-get install git zeroinstall-injector
$ git clone git://zero-install.git.sourceforge.net/gitroot/zero-install/hello-ceyl on
$ cd hello-ceylon
$ make
[...]
Hello Bob
Seems quite immature, though. e.g. the "nonempty" test in src/helloworld.ceylon always passes, so you'll get a NullPointerException if you try to print args.first, which was the first thing I tried.
[ note: if you get KeyError: 'run', this is due to a bug in 0install 1.2 (fixed in later versions); just run "make" a second time and it will work ]
Edited 2011-11-26 16:54 UTC