Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Group info
Language: English
Group categories:
Computers > Programming
More group info »
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 1833  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.
 

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 - 2 new of 2 messages    

White space agnostics prevents debugging from working? 
  When I try debug a boo script with white space agnostic mode on I am then unable to debug. This seems impossible but I can very easily reproduce the problem. Am I perhaps setting up white space agnostic mode incorrectly? I've always done this booc.Parameters.Pipeline.Remov eAt(0); booc.Parameters.Pipeline.Inser t(0, new WSABooParsingStep());... more »
By André van der Merwe  - Nov 5 - 9 new of 9 messages    

Defining syntactic macros in interpreter 
  Hi, is that any possible? I tried the example from web (0.9.1. release notes) with booish and this is the result CONSOLE Welcome to booish, an interactive interpreter for the boo programming language. Running boo 0.9.2.3383 on CLR 2.0.50727.3603. Enter boo code in the prompt below (or type /help).... more »
By andris  - Nov 2 - 4 new of 4 messages    

Embedding the interactive interpreter 
  Hi, I'm embedding the interpreter into a C# app using the Boo.Lang.Interpreter.Interacti veInterpreter2 class. User input comes from a winform Control (RichTextBox) and I call the InteractiveInterpreter2.Eval(s tring code) method for any entered lines. How would I get all the output of the interpreter back to display to... more »
By andris  - Nov 1 - 4 new of 4 messages    

inheritance error 
  class xList[of T](List[of T]): pass d = xList[of int]() d.Add(1) //error: Internal compiler error: Object reference not set to an instance of an object.. (BCE0055) - C:\MyProjects\boo_test \Program.boo:22,3 What's wrong? I thought Boo can do it..
By George  - Oct 30 - 4 new of 4 messages    

Announcing booz, a boo based command shell. 
  Hey guys I have started a new boo based command shell project on codeplex. Its called booz :) here's a link to it [link] Please check it out and give me some feedback. Its pre-alpha at this stage but I plan to refine it until it becomes the shell of choice for boo aficionados all over the world :)... more »
By sdx  - Oct 23 - 4 new of 4 messages    

Problem generating Or statements 
  I've been attempting to create Or statements using BinaryExpression (BinaryOperatorType.Or, ...) but all my attempts end up in invalid IL, which causes Reflector to complain about invalid branching. I've tested both simple and complex cases - other operators (e.g., +) work just fine, but Or seems broken.... more »
By Dmitri Nesteruk  - Oct 18 - 3 new of 3 messages    

Mono ( 2.4.2.3 ) bug? (this works OK on .net) 
  import System struct s: pass class c(): public l as (s) c1=c() c1.l=(s(),) /* ...System.OutOfMemoryException : Out of memory at (wrapper managed-to-native) object:__icall_wrapper_mono_ar ray_new_specific (intptr,int) at Intersect3Module.Main (System.String[] argv) [0x00000] at (wrapper managed-to-native)... more »
By psi  - Oct 17 - 10 new of 10 messages    

slicing in generic lists 
  hi today i tried sometihng like this: headersize as int tres as List [of String] [...] tdic[idlineVal].Extend(tres[he adersize:]) and i get the following error: Language feature still not implemented: 'complex slicing for anything but lists, arrays and strings'. (BCE0031) it works if tres if a Boo.Lang.List but in my eyes thats no great... more »
By Mad  - Oct 7 - 3 new of 3 messages    

Namespace nightmare 
  Hi all, I've been spending some hours finding out why a class wasn't found in a quite complex project, and after a lot of try-and-errors, I managed to reduce the problem to three really simple files. -- A.StartupClass.boo ------------ namespace A import A.N1 import A.N2 class StartupClass:... more »
By Fernando  - Oct 6 - 4 new of 4 messages    

1 - 10 of 1833   « Newer | Older »

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