Blog articles

0
comment
on 4/10/2014 4:33 PM
.
0
comment
on 4/10/2014 9:16 AM
As someone doing programming language research, I find it really interesting to think about how programming language research is done, how it has been done in the past and how it should be done. This kind of questions are usually asked by philosophy of sc[...]
.
0
comment
on 4/9/2014 4:48 PM
WebSharper development gains support for Mono framework on Linux and Mac OS X, and integration with Xamarin Studio and MonoDevelop. The preview add-in is available for testing at intellifactory/monodevelop.websharper
.
0
comment
on 4/9/2014 3:39 PM
Big news. Microsoft releases the next c# and vb.net compiler as open source. Miquel de Icaza speaks of making it work on mono as well. It’s licensed under Apache license.
.
0
comment
on 4/8/2014 8:49 AM
This post is the answer to yesterday's brainteaser. As a reminder, I was asking what purpose this code might have: public static class Extensions  {      public static void Add<T>(this ICollection<T> source, T item)      {          source.Add(item);     [...]
.
0
comment
on 4/8/2014 3:49 AM
This post is the answer to yesterday’s brainteaser. As a reminder, I was asking what purpose this code might have: public static class Extensions  {      public static void Add<T>(this ICollection<T> source, T item)      {          source.Add(item);      [...]
.
0
comment
on 4/7/2014 2:03 PM
Just a really quick one today... What's the point of this code? Does it have any point at all? public static class Extensions {     public static void Add<T>(this ICollection<T> source, T item)     {         source.Add(item);     } } [...]
.
0
comment
on 4/7/2014 10:41 AM
Paul Schoenfelder and I are sort of trying to get more Windows developers to take a look at Elixir.  We both think Elixir’s got a great story to tell and Windows developers will be very excited when they find out more about it. In that spirit, we’ve updat[...]
.
0
comment
on 4/7/2014 9:03 AM
Just a really quick one today… What’s the point of this code? Does it have any point at all? public static class Extensions {     public static void Add<T>(this ICollection<T> source, T item)     {         source.Add(item);     } } Bonus marks if you can [...]
.
0
comment
on 4/7/2014 12:57 AM
Welcome to F# Weekly, A roundup of F# content from this past week: News Hottest news! Visual F# Tools are opened for your contribution!!! Anders Hejlsberg is a great fun of F#. Dave Thomas was officially awarded by first F# Community Bad Ass Award! New us[...]
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper