BravoLeader

Stories submitted by friends of BravoLeader

Apples And Oranges(diditwith.net)

submitted by JOELROXORJOELROXOR(235) 4 years, 1 month ago

"[A] recent blog post caused quite a stir on the F# mailing list. The post presents two solutions for Project Euler Problem 14: one in C# and the other in F#. The C# version clearly is hand-optimized for speed (and is indeed very fast), but the F# solution isn't. Instead, the F# code appears to be written with elegance and brevity in mind. Robert Pickering presented a challenge to create a faster F# solution, and the F# mailing list (which had been dormant for a couple of weeks) literally exploded with ideas. . . ." read more...

add a comment |category: |Views: 3

tags: another

OOXML: Why all the haters?(frickinsweet.com)

submitted by JOELROXORJOELROXOR(235) 4 years, 1 month ago

Apparently Microsoft's OOXML formats recently received ISO certification. . . . read more...

8 comments |category: |Views: 2

tags: another

I've got 99 Problems But a Glitch Ain't One : Problems 1-10 (F#)(frickinsweet.com)

submitted by JOELROXORJOELROXOR(235) 4 years, 2 months ago

The first milestone: Solutions to Problems 1-10 of Dr. Werner Hett's 99 Problems in F#. read more...

add a comment |category: |Views: 22

tags: another

I've got 99 Problems But a Glitch Ain't One : Problem 8 (F#) (frickinsweet.com)

submitted by JOELROXORJOELROXOR(235) 4 years, 2 months ago

Solution to Problem #8 of 99 Problems in F# (Eliminate consecutive duplicates of list elements). read more...

add a comment |category: |Views: 6

tags: another

I've got 99 Problems But a Glitch Ain't One : Problem 6 (F#)(frickinsweet.com)

submitted by JOELROXORJOELROXOR(235) 4 years, 3 months ago

Solution to Problem #6 of 99 Problems in F#. Finding out whether or not a list is a palindrome. read more...

add a comment |category: |Views: 2

tags: another

I've got 99 Problems But a Glitch Ain't One : Problem 5 (F#)(frickinsweet.com)

submitted by JOELROXORJOELROXOR(235) 4 years, 3 months ago

Solution to Problem #4 of 99 Problems in F#. Reversing a list. read more...

add a comment |category: |Views: 4

tags: another

F# with Project Euler: Freakin' awesome (frickinsweet.com)

submitted by JOELROXORJOELROXOR(235) 4 years, 3 months ago

In the past few weeks, as I've written on this here weblog, I've been trying my darndest to learn F#. So far, I've been reading Expert F# by Don Syme, Adam Granicz, and Antonio Cisternino; THE book on F# written by the inventor of F# (If you're at all interested, grab it). While I'm definitely not an expert on the matter yet, hopefully this will help someone, somewhere along the line. . . . read more...

add a comment |category: |Views: 15

tags: another