<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.atalasoft.com/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Rick Minerich's Development Wonderland : twitter, Accelerator, mono</title><link>http://www.atalasoft.com/cs/blogs/rickm/archive/tags/twitter/Accelerator/mono/default.aspx</link><description>Tags: twitter, Accelerator, mono</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>F# Discoveries This Week 10/18/2010</title><link>http://www.atalasoft.com/cs/blogs/rickm/archive/2010/10/18/f-discoveries-this-week-10-18-2010.aspx</link><pubDate>Mon, 18 Oct 2010 17:46:44 GMT</pubDate><guid isPermaLink="false">647108ca-f046-4d8d-9feb-a7fbd2049b37:21067</guid><dc:creator>RickM</dc:creator><slash:comments>1</slash:comments><comments>http://www.atalasoft.com/cs/blogs/rickm/comments/21067.aspx</comments><wfw:commentRss>http://www.atalasoft.com/cs/blogs/rickm/commentrss.aspx?PostID=21067</wfw:commentRss><wfw:comment>http://www.atalasoft.com/cs/blogs/rickm/rsscomments.aspx?PostID=21067</wfw:comment><description>&lt;p&gt;I’ve been very busy lately what with getting ready for the move to Hoboken, trying to put together an online version of &lt;a href="http://richardminerich.com/2010/10/cufp-a-day-at-the-beach/"&gt;my F# Ant AI Contest&lt;/a&gt;, and working on my &lt;a href="http://research.microsoft.com/en-us/events/fsharpined/"&gt;talk for the F# in Education Workshop&lt;/a&gt;.&amp;#160; Nonetheless, I’ve set some time aside to bring you the F# links you crave.&amp;#160; Cheers!&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h1 align="center"&gt;News&lt;/h1&gt;  &lt;h3&gt;&lt;a href="http://www.communityforfsharp.net/october-2010-live-meeting"&gt;October 2010 Community 4 F# Meeting - Trees, Language Oriented Programming and F# with Robert Pickering on 10/19&lt;/a&gt;&lt;/h3&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;In this presentation Robert Pickering will take a look at the concept of the tree data structure, and we’ll see how trees are everywhere we look in programing — from XML to lisp, and passing by indexes in RMDS.&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;h3&gt;&lt;a href="http://bloggemdano.blogspot.com/2010/10/speaking-at-october-nashville-web-dev.html"&gt;Daniel Mohl’s Speaking at the October Nashville Web Dev User Group Meeting on 10/12&lt;/a&gt;&lt;/h3&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;“In this talk, we will quickly go over some of the basics of the F# language, then dive into four quick ways to get started developing web application in F#.”&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;h3&gt;&lt;a href="http://skillsmatter.com/event/scala/functionalpx-2011/zx-486"&gt;Skills Matter : Functional Programming eXchange 2011 18-03-1&lt;/a&gt;&lt;/h3&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;“Following on from the success of the last Functional Programming eXchange in December 2009, Skills”&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;h3&gt;&amp;#160;&lt;/h3&gt;  &lt;h1 align="center"&gt;Tools&lt;/h1&gt;  &lt;h3&gt;&lt;a href="http://code.msdn.microsoft.com/solverfoundation"&gt;Microsoft Solver Foundation&lt;/a&gt;&lt;/h3&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;“Solver Foundation Services (SFS) can automatically analyze models and determine which solver is most appropriate.”&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;h3&gt;&lt;a href="http://funtastic.codeplex.com/"&gt;Funtastic&lt;/a&gt;&lt;/h3&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;“A simple tool for working with F# interactive.”&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h1 align="center"&gt;General&lt;/h1&gt;  &lt;h3&gt;&lt;a href="http://blogs.msdn.com/b/lukeh/archive/2010/10/16/benoit-mandelbrot.aspx"&gt;Luke Hoban's Benoit Mandelbrot&lt;/a&gt;&lt;/h3&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;“In honor of Mandelbrot, here are two very simple takes on the Mandelbrot fractal that I’ve written in the last couple years.”&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;h3&gt;&lt;a href="http://www.codeproject.com/KB/WPF/TurtleGraphics_L-systems.aspx"&gt;Scott Philip Brown's Turtle Graphics and L-systems with F# and WPF&lt;/a&gt;&lt;/h3&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;“This article will explain how to use the turtle graphics program, and show the F# and WPF code which was used to implement it, and provide some example code for generating fractal shapes using L-system grammars.”&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;h3&gt;&lt;a href="http://tomasp.net/articles/fswebsnippets-intro.aspx"&gt;Tomas Petricek's Formatting F# source code for the Web&lt;/a&gt;&lt;/h3&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;“In this article, I presented a tool for generating nice HTML snippets from F# source code called F# Web Snippets. The most interesting thing about the tool is that it also generates tool tips with type information for F# identifiers.”&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;h3&gt;&lt;a href="http://blogs.msdn.com/b/satnam_singh/archive/2010/10/14/f-black-scholes-running-on-gpis-and-sse3-multicore-processors-using-accelerator.aspx?utm_source=feedburner&amp;amp;utm_medium=twitter&amp;amp;utm_campaign=Feed%3A+Microsoft%2FMSDN-Blogs+(MSDN+Blogs)"&gt;Satnam Singh's F# Black-Scholes running on GPUs and SSE3 Multicore Processors using Accelerator&lt;/a&gt;&lt;/h3&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;“The objective of this blog is to give you a feel for what data-parallel programming looks like with the Accelerator system.”&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;h3&gt;&lt;a href="http://through-the-interface.typepad.com/through_the_interface/2010/10/sortonversion-in-f.html?utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+typepad%2Fwalmsleyk%2Fthrough_the_interface+%28Through+the+Interface%29"&gt;Kean Walmsley's SortOnVersion in F#&lt;/a&gt;&lt;/h3&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;“I had a very nice surprise in my inbox, this morning. Thorsten Meinecke, from GTB in Berlin, decided to convert the VB.NET code contained in the last post into an F# script and to share it with this blog’s readership.”&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;h3&gt;&lt;a href="http://strangelights.com/blog/archive/2010/10/16/twitmemento-a-twitter-client-in-f.aspx"&gt;Robert Pickering's TwitMemento a twitter client in F#&lt;/a&gt;&lt;/h3&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;“It’s written in F# (as you might have guessed if you follow this blog regularly). It's based on Twitter’s new HTTP streaming API's so tweets come in as they happen, no need to refresh, and uses OAuth so your password is never seen by the app.”&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;h3&gt;&lt;a href="http://www.ademiller.com/blogs/tech/2010/10/gotchas-assembly-level-attributes-in-f/"&gt;Ade Miller's Gotchas: Assembly Level Attributes in F#&lt;/a&gt;&lt;/h3&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;“It turns out that the module needs an empty do() statement at the end of it. So your assemblyInfo.fs file might look something like this.”&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;h3&gt;&lt;a href="http://bugsquash.blogspot.com/2010/10/functional-wrapper-over-adonet.html"&gt;Mauricio Scheffer's A functional wrapper over ADO.NET&lt;/a&gt;&lt;/h3&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;“ADO.NET is the de-facto basic library for data access in .NET, and as everything in the BCL, it's object oriented. Which forces you to write object-oriented code when you use ADO.NET in F#.”&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;h3&gt;&lt;a href="http://bugsquash.blogspot.com/2010/10/functional-wrapper-over-adonet-part-2.html"&gt;Mauricio Scheffer's A functional wrapper over ADO.NET (part 2)&lt;/a&gt;&lt;/h3&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;“FsSql aims to wrap ADO.NET to make it more idiomatic for F# consumers, providing several fine-grained functions meant to be reused or combined as necessary, as is usual in functional programming.”&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;h3&gt;&lt;a href="http://www.aprogguide.co.cc/2010/10/mouse-trails-using-basic-shapes.html?utm_source=twitterfeed&amp;amp;utm_medium=twitter"&gt;Rey Dacoco's Mouse Trails using Basic shapes&lt;/a&gt;&lt;/h3&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;“Obsessed with mouse trails? Try the following sample applications:”&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;h3&gt;&lt;a href="http://langexplr.blogspot.com/2010/10/using-cs-implicit-type-conversions-from.html"&gt;Luis Diego Fallas' Using C#'s implicit type conversions from other .NET languages&lt;/a&gt;&lt;/h3&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;“One interesting C# feature is the ability to define a method that implements implicit conversion from one type to another. In this post I'm going to show how to use this feature from IronPython, F#, VB.NET and IronRuby.”&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;h3&gt;&lt;a href="http://2sharp4u.wordpress.com/2010/10/16/asp-net-with-f-and-mono/"&gt;ASP.NET with F# and Mono&lt;/a&gt;&lt;/h3&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;“ASP.NET is the implementation of server-side code based on .NET to create dynamic web pages. Mono does support ASP.NET with some additional configuration F# can also be used to create dynamic web content.”&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;h3&gt;&lt;a href="http://stalker-wilde.com/testcanvas.html"&gt;F# to Canvas&lt;/a&gt;&lt;/h3&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;“A rudimentary library of functions that enable F# algorithms to turn their output into visual representations using the HTML5 canvas by outputting javascript”&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h1 align="center"&gt;Teaching and Basics&lt;/h1&gt;  &lt;h3&gt;Ivan Towlson's F# and first-class functions, parts &lt;a href="http://www.mindscape.co.nz/blog/index.php/2010/10/10/f-and-first-class-functions-part-1-the-composition-operator/"&gt;one&lt;/a&gt;, &lt;a href="http://www.mindscape.co.nz/blog/index.php/2010/10/12/f-and-first-class-functions-part-2-point-free-style/"&gt;two&lt;/a&gt;, &lt;a href="http://www.mindscape.co.nz/blog/index.php/2010/10/13/f-and-first-class-functions-part-3-partial-function-application/"&gt;three&lt;/a&gt; and &lt;a href="http://www.mindscape.co.nz/blog/index.php/2010/10/14/f-and-first-class-functions-part-4-doing-heavy-lifting/"&gt;four&lt;/a&gt;&lt;/h3&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;“In previous instalments of this series, I’ve described F#’s support for first-class functions in terms of relatively simple, isolated examples. In this final part, I want to draw on a real-world example to show how F# has made it easy for me to use higher-order functions to address a genuine business requirement.”&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;h3&gt;&lt;a href="http://richardminerich.com/2010/10/cufp-a-day-at-the-beach/"&gt;Richard Minerich's A CUFP Tutorial, F# Day at the … Oh God, Ants!&lt;/a&gt;&lt;/h3&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;“Everyone was ready for a nice relaxing day at the beach when they showed up for my CUFP tutorial…”&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h1 align="center"&gt;Community&lt;/h1&gt;  &lt;h3&gt;&lt;a href="http://gist.github.com/628956"&gt;Matthew Podwysocki's Continuation Monad with Error Handling&lt;/a&gt;&lt;/h3&gt;  &lt;h3&gt;&lt;a href="http://ocaml.pastebin.com/GKjmCzL6"&gt;Fredrik Holmström's A few custom F# operators I use&lt;/a&gt;&lt;/h3&gt;
&lt;div class = "shareblock"&gt;&lt;strong&gt;Share this post:&lt;/strong&gt; &lt;a href = "mailto:?body=Thought you might like this: http://www.atalasoft.com/cs/blogs/rickm/archive/2010/10/18/f-discoveries-this-week-10-18-2010.aspx&amp;amp;;subject=F%23+Discoveries+This+Week+10%2f18%2f2010" target="_blank" title = "Post http://www.atalasoft.com/cs/blogs/rickm/archive/2010/10/18/f-discoveries-this-week-10-18-2010.aspx"&gt;email it!&lt;/a&gt; |  &lt;a href = "http://del.icio.us/post?url=http://www.atalasoft.com/cs/blogs/rickm/archive/2010/10/18/f-discoveries-this-week-10-18-2010.aspx&amp;amp;;title=F%23+Discoveries+This+Week+10%2f18%2f2010" target="_blank" title = "Post http://www.atalasoft.com/cs/blogs/rickm/archive/2010/10/18/f-discoveries-this-week-10-18-2010.aspx"&gt;bookmark it!&lt;/a&gt; |  &lt;a href = "http://www.digg.com/submit?url=http://www.atalasoft.com/cs/blogs/rickm/archive/2010/10/18/f-discoveries-this-week-10-18-2010.aspx&amp;amp;;phase=2" target="_blank" title = "Post http://www.atalasoft.com/cs/blogs/rickm/archive/2010/10/18/f-discoveries-this-week-10-18-2010.aspx"&gt;digg it!&lt;/a&gt; |  &lt;a href = "http://reddit.com/submit?url=http://www.atalasoft.com/cs/blogs/rickm/archive/2010/10/18/f-discoveries-this-week-10-18-2010.aspx&amp;amp;title=F%23+Discoveries+This+Week+10%2f18%2f2010" target="_blank" title = "Post http://www.atalasoft.com/cs/blogs/rickm/archive/2010/10/18/f-discoveries-this-week-10-18-2010.aspx"&gt;reddit!&lt;/a&gt; |  &lt;a href = "http://www.dotnetkicks.com/submit/?url=http://www.atalasoft.com/cs/blogs/rickm/archive/2010/10/18/f-discoveries-this-week-10-18-2010.aspx&amp;amp;;title=F%23+Discoveries+This+Week+10%2f18%2f2010" target="_blank" title = "Post http://www.atalasoft.com/cs/blogs/rickm/archive/2010/10/18/f-discoveries-this-week-10-18-2010.aspx"&gt;kick it!&lt;/a&gt; |  &lt;a href = "https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;;mkt=en-us&amp;amp;;url=http://www.atalasoft.com/cs/blogs/rickm/archive/2010/10/18/f-discoveries-this-week-10-18-2010.aspx&amp;amp;;title=F%23+Discoveries+This+Week+10%2f18%2f2010&amp;amp;;top=1" target="_blank" title = "Post http://www.atalasoft.com/cs/blogs/rickm/archive/2010/10/18/f-discoveries-this-week-10-18-2010.aspx"&gt;live it!&lt;/a&gt;&lt;/div&gt;&lt;img src="http://www.atalasoft.com/cs/aggbug.aspx?PostID=21067" width="1" height="1"&gt;</description><category domain="http://www.atalasoft.com/cs/blogs/rickm/archive/tags/F_2300_/default.aspx">F#</category><category domain="http://www.atalasoft.com/cs/blogs/rickm/archive/tags/asp.net/default.aspx">asp.net</category><category domain="http://www.atalasoft.com/cs/blogs/rickm/archive/tags/roundup/default.aspx">roundup</category><category domain="http://www.atalasoft.com/cs/blogs/rickm/archive/tags/attributes/default.aspx">attributes</category><category domain="http://www.atalasoft.com/cs/blogs/rickm/archive/tags/operators/default.aspx">operators</category><category domain="http://www.atalasoft.com/cs/blogs/rickm/archive/tags/twitter/default.aspx">twitter</category><category domain="http://www.atalasoft.com/cs/blogs/rickm/archive/tags/monads/default.aspx">monads</category><category domain="http://www.atalasoft.com/cs/blogs/rickm/archive/tags/Accelerator/default.aspx">Accelerator</category><category domain="http://www.atalasoft.com/cs/blogs/rickm/archive/tags/formatting/default.aspx">formatting</category><category domain="http://www.atalasoft.com/cs/blogs/rickm/archive/tags/mandelbrot/default.aspx">mandelbrot</category><category domain="http://www.atalasoft.com/cs/blogs/rickm/archive/tags/mono/default.aspx">mono</category><category domain="http://www.atalasoft.com/cs/blogs/rickm/archive/tags/ado.net/default.aspx">ado.net</category><category domain="http://www.atalasoft.com/cs/blogs/rickm/archive/tags/GPU/default.aspx">GPU</category><category domain="http://www.atalasoft.com/cs/blogs/rickm/archive/tags/continuation+monad/default.aspx">continuation monad</category><category domain="http://www.atalasoft.com/cs/blogs/rickm/archive/tags/Solver+Foundation/default.aspx">Solver Foundation</category><category domain="http://www.atalasoft.com/cs/blogs/rickm/archive/tags/l-systems/default.aspx">l-systems</category></item></channel></rss>