- May 5 2008
Generating 3D trees
8 min
The goal is to generate 3D trees programatically rather than using a design tool. A tree is a complex model, containing thousand of vertices, which are both hard to create and inneficient to store. By saving just the information necessary to generate...
- May 2 2008
Arithmetic with Lambda Calculus
6 min
One simple way to make arithmetic expressions in lambda calculus, is just to extend the calculus with the arithmetic rules: (λx.(λy. x+y)) 2 3 → (λy. 2+y) 3 → 2+3 = 5 But that's pretty easy for us, and (as you problably have already noticed) we like...
- Apr 14 2008
Improved argument matchers in Moq
4 min
The new feature encapsulated by MatcherAttibute in Moq allows developers to create quite easy argument matchers. In a scenario with a Customer class and a IFooService: public class Customer { public string Name { get; set; } public int
- Apr 1 2008
Discrete Event Simulation and the DEVS formalism
4 min
Just to gather new tools to help me in my M. Sc. thesis, I'm taking a course on Discrete Event Simulation. This course in fact is not as general as its name may suggest. It focuses mainly on modelling with a formalism called DEVS (which stands for...
- Mar 28 2008
Lambda Calculus
4 min
From the Wikipedia: "calculus can refer to any method or system of calculation", and that's not an exception for the Lambda Calculus. First of all, lets define the terms of this calculus: A Lambda Term is something with the form x where x is in...
Contributors

Nicolás di Tada Founder

Matías García Isaía Full-stack Engineer & Site Reliability Engineer

Martin Pettinati Marketing & Communications Lead

Beta Ziliani Team Lead & Product Manager

Martín Verzilli Chief Technology Officer

Sergio Medina

Pablo Brusco

María Inti David

Ary Borenszweig

Santiago Palladino

Valeria Tiffenberg

Paula Mallol

Juan Wajnerman

Brian J. Cardiff

Leandro Matayoshi