Re: Alternative syntax
Arjan Boeijink <[email protected]> Sun, 22 Feb 2004 01:48:28 +0100
| Newsgroups | gmane.comp.lang.nice.general |
|---|---|
| Message-ID | <[email protected]> |
>Yes, that would kind of describe the syntax I would go after. I am trying to >decide on a project to do for school, this is a possible one. Another one is to >try to create a simple Cecil interpreter or Cecil->JVM translator. This one >would be easier, no doubt. I don't know what kind of project your are looking for but we have an open problem in Nice that could be topic of an project. Nicec does (dynamic) type inference of local variables but the current implementation is not optimal. Currently it handles: not null tests, instanceof tests and variables captured in anonymous functions. We are looking for an algorithm with the following additional requirements: Take in account assignments (see also this feature request: http://sourceforge.net/tracker/index.php?func=detail&aid=681385&group_id=12788&atid=362788 ) Handle loops correctly, it's currently broken for some cases. Being not too restrictive about captured variables. I think it's not a big project but it will be quite complex. Arjan ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click