Hi, Ian!

Em Sex, 2004-07-16 Ãs 06:18, Ian MacLean escreveu:
> I just took a look at boo [1], a new language targetting the clr, for 
> the first time. I was pleasantly surprised to see that it uses nant for 
> its build and ships with a <booc> compiler task for nant.

nant rulez!

Have you seen the boo task as well? It's a kind of script task on
boosteroids.

<boo>
import System.Collections

for p as DictionaryEntry in Project.Properties:
    print("${p.Key}: ${p.Value}")               

print("""
Framework dir: ${Project.TargetFramework.FrameworkAssemblyDirectory}
""")
</boo>

> great work boo team.

Thanks, Ian!
Rodrigo



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to