Stories recently tagged with 'BOO'

Communicate with aliens on Boo (continued)(alvasnet.blogspot.com)

submitted by alvasnetalvasnet(550) 2 years, 1 month ago

Previously, we are talking with aliens in C# and Nemerle. Now let's try to do the same on Boo. See code below... read more...

add a comment |category: |Views: 8

tags: another

SilverLight Tetris example in Boo and IronPython(lazunin.com)

submitted by cedricvcedricv(85) 3 years ago

Boo can now do SilverLight, currently on trunk and soon to be released in Boo 0.9. Vladimir shows us SilverLight Tetris examples with IronPython to Boo. While the source code of both examples are very similar, the resulting Boo's .xap package is 23 times smaller than IronPython's, thanks to Boo's statically-typed nature. read more...

add a comment |category: |Views: 127

tags: another

Exploring Boo's Abstract Syntax Tree (AST)(marcinbudny.blogspot.com)

submitted by busiorbusior(80) 3 years, 1 month ago

In this post I present a little application based on Luis Diego Fallas' concept, that allows you to parse a Boo source code file and browse it's AST. I also show how to use quasiquotes. read more...

add a comment |category: |Views: 51

tags: another

An example of IQuackFu usage in Boo(marcinbudny.blogspot.com)

submitted by busiorbusior(80) 3 years, 1 month ago

In this post I explain the role of Boo's IQuackFu interface and provide an example of class for accessing data in the database. read more...

add a comment |category: |Views: 78

tags: another

A Boo Object Validation DSL(codevoyeur.com)

submitted by zblockzblock(90) 3 years, 2 months ago

Validation routines are typically stored in XML files when configured externally. This article will demonstrate how to create a simple DSL with Boo for validating both business objects and non-business objects (web forms for example). read more...

add a comment |category: |Views: 65

tags: another

BFG: DSL configuration syntax for Autofac IoC Container(rabdullin.com)

submitted by abdullinabdullin(385) 3 years, 4 months ago

This might be interesting for people that use popular IoC container for .NET - Autofac. Now it is possible to configure this container with the custom DSL syntax that is more flexible and efficient than plain XML configuration. read more...

add a comment |category: |Views: 44

tags: another

Domain Specific Language using Rhino DSL and Boo(nathan.whiteboard-it.com)

submitted by nrstottnrstott(345) 3 years, 7 months ago

A C# implementation of a domain specific language for configuration of a new open source project: mite. Rhino.DSL is used to create a DSL to define migration environments. The syntax for the Boo based DSL is concise and allows the configuration to be kept DRY. There are many advantages to using DSL over XML configuration. See how quick and easy it is to build your own DSL. Sample project is included. read more...

add a comment |category: |Views: 1150

tags: another

Ayende's "Building Domain Specific Languages in Boo" book(ayende.com)

submitted by cedricvcedricv(85) 3 years, 11 months ago

The book is now available for as part of the Manning Early Access Program. Chapter 1 to 4 are already there, but they are there in their nearly raw format. That means that they have not been edited yet, and I didn't put in the results from the review cycle that we did yet. Ayende would appreciate any feedback that you have on the book, the topic, the code, etc. read more...

add a comment |category: |Views: 45

tags: another

The Boo Language(ayende.com)

submitted by simonebsimoneb(5450) 4 years ago

Ayende on the Boo language. read more...

add a comment |category: |Views: 38

tags: another

CodeMash Open Space Podcast: Open Source on .net(stevenharman.net)

submitted by usshermussherm(5285) 4 years ago

From the recent CodeMash conference: an Open Spaces talk discussing Open Source software on the .net platform - and WebDevRadio just happened to be there and got it all on tape... err, digitally recorded. read more...

add a comment |category: |Views: 5

tags: another

So, what is this Boo language anyway?(ayende.com)

submitted by LordLord(3732) 4 years, 1 month ago

Boo is an object oriented, statically typed language for the common language runtime with a Python inspired syntax and focused on language and compiler extensibility. Boo is an Open Source project, released under the BSD license. This means that you are free to take, modify and use the language and its products in any way you want, without any limitation read more...

add a comment |category: |Views: 16

tags: another

Much ado about Boo(infoq.com)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 11 months ago

Boo is a statically typed .NET programming language which in the spirit of Ruby or Python is licensed under an MIT/BSD license. Andrew Glover has written an overview providing a language introduction read more...

add a comment |category: |Views: 14

tags: another

Your first Boo control. Office 2007 SupertoolTip.(gaech.blogspot.com)

submitted by gaechgaech(1240) 5 years, 3 months ago

This is an extremely simple introduction to creating a control with Boo. This article will concentrate on the creation of a SuperToolTip control (Office 2007). read more...

add a comment |category: |Views: 53

tags: another

Rediscover .Net with Boo(gaech.blogspot.com)

submitted by gaechgaech(1240) 5 years, 4 months ago

This article provides sample of using Boo. BooFlickr is a fast Flickr browser. read more...

add a comment |category: |Views: 33

tags: another