Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Group info
Language: English
Group categories:
Computers > Programming
More group info »
Active older topics
Related Groups
Developers discussions
Medium activity, 786 members
This group is dedicated to general discussion about the Nemerle language and compiler. Don't hesitate to post ...
Low activity, 129 members
A discussion list about Rhino Mocks - an advance mock objects framework for the .Net framework. [link]
Low activity, 863 members
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 1842  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: Boo is a new object oriented statically typed programming language for the Common Language Infrastructure with a python inspired syntax and a special focus on language and compiler extensibility.
 

can't compile boo 
  I have mono from trunk and latest boo source (boo-0.9.2.3383-src.zip) when compiling: "$ nant", I get the following error: Boo.NAnt.Tasks: [exec] /home/amamh/labs/inst/boo-0.9. 2.3383-src/default.build (272,4): Attribute 'useruntimeengine' for <exec ... /> is deprecated. Use the managed attribute and Managed property instead.... more »
By A.M. Abdelaziz  - Nov 21 - 3 new of 3 messages    

Problem with "using" macro 
  I just downloaded the latest version of SharpDevelop (3.1). When I compile some older code it throws an unknown identifier error on the "using" macro. Offending code below: def email(subject as string, body as string): if len(_smtp_from) > 0 and len(_smtp_to) > 0: using smtp = SmtpClient(_smtp_ip):... more »
By RickA  - Nov 18 - 2 new of 2 messages    

Boo for Silverlight 
  Hi, dear All! In my Silverlight application I'm trying to implement DSL which will manage user interface. I want to use Rhino.DSL. So I need to build Rhino.DSL libraries for Silverlight. As far as I can see the only issue is that Rhino.DSL references Boo.Lang, Boo.Lang.Compiler, Boo.Lang.Parser.... more »
By madic77  - Nov 17 - 2 new of 2 messages    

unable to access a private field of an instance passed to a static method 
  recently i tried turning a class generic, and found i couldn't access a private field of an instance passed to a static method any more. (also why is the error for a field signature of 'c2[of c2[of T].T]._f1' and not just 'c2[of T]._f1') class c1(): private _f1 as int = 1 static def m1(c as c1):... more »
By psi  - Nov 13 - 1 new of 1 message    

Booish problems -- OS X 10.4.11 - Running boo 0.9.1.3287 on Mono 2.4.2.3 
  Things such as this will not evaluate - for i in range(10): print i ... ... ... No many how many times I hit return/enter, it just hangs like its waiting for something else. Occasionally it will print a result. On top of that, when booish first starts up, the first expression... more »
By Mr_Snrub  - Nov 10 - 3 new of 3 messages    

(nessun oggetto) 
 
By Gpanz  - Nov 10 - 1 new of 1 message    

Distinguishing between Generic and non-generic type with same name? 
  If I have a generic class SomeClass<T> and a non-generic class called SomeClass, how can I distinguish them in BOO? If I specify SomeClass, I'll get the non-generic version. How can I identify the open-generic version? I have tried SomeClass[of] but that is not legal thanks, craig
By cneuwirt  - Nov 10 - 3 new of 3 messages    

A bribe to Fully Support AutoComplete/Intellisense & Debugger? 
  What's the status or plans to make the AutoComplete/Intellisense full featured in both Boo Addin for #D and BoolangPro for VS? Please answer for either or both. Hey, could we bribe one of you recognized Boo language developers to work on this as a priority? Maybe Daniel who did the Boo Addin for #D to begin with?... more »
By Wayne Walter  - Nov 9 - 5 new of 5 messages    

Indexer problem C# to Boo. 
  This is again a conversion from C# to Boo using #Develop. In c# a line like this: high = low = retrace[0] = middle; Converted to Boo like this: high = (low = (retrace[0] = middle)) It gives an error on retrace[0] saying: Cannot convert 'void' to 'double'. (BCE0022) Removing retrace[0] the line compiles:... more »
By Wayne Walter  - Nov 8 - 1 new of 1 message    

Operator '<=' cannot be used with a left hand side of type 'double' and a right hand side of type 'TickZoom.Api.Elapsed' 
  Hi, Boo is awesome from what I read about it. I plan to even contribute money if it delivers the language features promised especially the ability to extend it into a Domain Specific Language which is what we need for tickzoom project which is commercial. To get started, I simply used #Develop to convert a whole project in... more »
By tickzoom  - Nov 7 - 12 new of 12 messages    

1 - 10 of 1842   « Newer | Older »

XML       Send email to this group: boolang@googlegroups.com
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google