Byatool - byatool.com - Programming By A Tool

Latest News:

FSharp: Using the Pipe Operartor to Chain Methods 23 Jul 2012 | 10:48 pm

This is a real quick and simple thing, so uh yeah… One of the things I detest in F# is having to use the “normal” method chaining built into C#. FOr instance with the StringBuilder class: open Syste...

Getting Started with Nuget and Visual Studios 2012… or whatever it’s called now. 18 Jul 2012 | 11:15 pm

So if you’re like me, and I’m guessing you are since you are reading this, you have a sort of idiotic reaction to anything that takes setting up. This may have prevented you from using anything on lin...

F# and picking a method based on an if statement 27 Jun 2012 | 03:31 am

I actually saw this first in SICP , but then proceeded to see if F# can do this. Basically it’s an if statement that selects a method to use based on a clause, and then evaluates using two parameters....

F# and assigning operators as methods 26 Jun 2012 | 05:29 pm

Once again I have fallen back on F# as the main language of interest. At least until I pick the next one to replace it. Not like I’m wishy washy or anything. One of the more interesting things about...

Coffeescript versus Javascript example for FUN 4 May 2012 | 01:28 am

Coffeescript: window .someList = [1, 2, 3, 4, 5] addOne = (item) -> 1 + item window .runThings = () -> addOne item for item in someList Coffeescript compiled to JavaScript: (function() { v...

Nemerle MVC 3 project 1 Apr 2012 | 11:57 pm

You can get it from my new git hub disaster. Just out of curiosity I was trying to see if I could get a basic MVC 3 project going with Nemerle . Never heard of Nemerle ? Yeah neither had I up until ...

Arg… Will have to actually start posting more content 28 Mar 2012 | 11:19 am

Some interesting things to come. Totatlly not a lie and I’m totally not tipsy right now. Once I figure out this “git” thing the kids are talking about, I’ll start posting my futile attempts to turn ...

Fizzbuzz in Scheme/Racket 28 Mar 2012 | 11:17 am

No idea why I did this… (define (fizzbuzz listIn [currentList empty]) (define (showWhich itemToTell) (let ([testString (string-append (if (= (modulo itemToTell 3) 0) "Fizz" "") (if (= (modulo ...

Create An X Delimited String From A Char List Using Linq Aggregate 9 Mar 2012 | 04:16 am

A quick example of how to use the Aggregate method to create a string of delimited members, or in this case characters. You might wonder why this example, or at least you should. It’s true, the charac...

Why are things made so complicated in web design? 29 Dec 2011 | 11:12 am

Ever since Linq came out over 3? years ago (Earliest post about it that i have was from June 25 2008) I’ve been madly using it as much as I possibly could. I didn’t find it to be just some kind of syn...

Recently parsed news:

Recent searches: