arst

Stories kicked by arst

Building an F# powered indexing system (part 2)(tryingthisagain.com)

submitted by mrkurtmrkurt(280) 4 years ago

The second development chunk focuses on creating documents to index, and munging them into a format to hand off to an external library. There are examples of calling a .NET library from F#, mutable values, function composition, and several other spiffy sounding things. read more...

add a comment |category: |Views: 53

tags: another

Building an F# powered indexing system(tryingthisagain.com)

submitted by mrkurtmrkurt(280) 4 years ago

When I first started dabbling in F#, I really struggled to understand how someone (in particular, me) would sit down and start writing an application from scratch. Project Euler puzzles are a great way to learn syntax (and probably the best place to start), but I would have loved to see a real application's source with a sort of "here's how it was built" narrative. So that's what I'm going to do! read more...

add a comment |category: |Views: 38

tags: another

Introduction to the FSharp programming language(lenielmacaferi.blogspot.com)

submitted by lenielleniel(504) 4 years ago

A brief introduction to the F# programming language that will be the next one to integrate Microsoft Visual Studio. From the point of view of a C# programmer there's a lot you must learn to master the new concepts related to this powerful functional programming language. See where to download the F# compiler bits and start programming today. read more...

add a comment |category: |Views: 124

tags: another

Yet Another Project Euler Series (YAPES)(diditwith.net)

submitted by lenielleniel(504) 4 years ago

For the past several months, I've been using F# to solve at least two Project Euler problems each week. I find this is a great way to sharpen my math skills and my F# skills simultaneously. If you're looking for a way to flex your programming muscles, you really should check out Project Euler. read more...

1 comment |category: |Views: 55

tags: another

F# vs. C#: refactoring in parallel and generics(tryingthisagain.com)

submitted by mrkurtmrkurt(280) 4 years, 1 month ago

In an attempt to avoid out parameters (which suck) in C#, I refactored a bit of contrived code to bury them elsewhere. I also worked on the equivalent F# code, and found more things about C# that may or may not suck. read more...

add a comment |category: |Views: 158

tags: another

Adventures in F# Part 8(weblogs.asp.net)

submitted by jonasjonas(2215) 4 years, 1 month ago

Part 8 of a pretty good series for learning F# by Matthew Podwysocki. read more...

add a comment |category: |Views: 9

tags: another

MVC: Membership Starter Kit Updated(squaredroot.com)

submitted by TroyMGTroyMG(2670) 4 years, 1 month ago

The MVC Membership Starter Kit has been updated to include OpenID, MVC components, password recovery, and basic client-side validation. read more...

add a comment |category: |Views: 63

tags: another

Gravatar, please bring back PNG files!(frickinsweet.com)

submitted by dengar007dengar007(3084) 4 years, 1 month ago

Gravatar recently made some big changes when migrating their web application. While most of these changes are a real benefit, there is one big feature that has been removed -- PNG files are no longer supported! read more...

9 comments |category: |Views: 8

tags: another

Out parameters suck, tuples rule, F# wins(tryingthisagain.com)

submitted by mrkurtmrkurt(280) 4 years, 1 month ago

The TryParse method found on many value types is nice and useful. Unfortunately, you're forced to use out parameters to make use of them. Ugh. read more...

add a comment |category: |Views: 67

tags: another

Why I Love F#: Lists - The Basics(diditwith.net)

submitted by justin_etheredgejustin_etheredge(8539) 4 years, 2 months ago

A wonderful explanation of lists in F#, how they operate, and how to use them. read more...

1 comment |category: |Views: 39

tags: another

F# for Numerics beta release(fsharpnews.blogspot.com)

submitted by edmasonedmason(225) 4 years, 3 months ago

Flying Frog have just announced the launch of their F# for numerics library (beta release). read more...

add a comment |category: |Views: 6

tags: another

Why I Love F#: Result Tuples(diditwith.net)

submitted by dreddingdredding(165) 4 years, 3 months ago

great and direct presentation on how to call C# Code from F# read more...

add a comment |category: |Views: 17

tags: another

F# Resources(diditwith.net)

submitted by cls2degcls2deg(1535) 4 years, 6 months ago

Listing of online resources for learning Microsoft's F# language. read more...

add a comment |category: |Views: 20

tags: another

I'm Really Digging F#(diditwith.net)

submitted by cls2degcls2deg(1535) 4 years, 6 months ago

An article that shows the elegance, power and brevity of Microsoft's F# language. read more...

2 comments |category: |Views: 16

tags: another

Creating FxCop rules with F#(langexplr.blogspot.com)

submitted by feddrfeddr(220) 4 years, 10 months ago

In this post I'm going to show a little example of a FxCop rule created with F#. read more...

add a comment |category: |Views: 21

tags: another

Introduction to F#(ffconsultancy.com)

submitted by edmasonedmason(225) 5 years, 1 month ago

Cool little on-line tutorial. More information and demos in the F# journal articles to which I now subscribe. read more...

add a comment |category: |Views: 13

tags: another