Who will use F#?
We take a critical look at who people are assuming will use F# and who is actually putting their money where their mouth is when it comes to this... more »
0 commentsSave Tags: .net, microsoft, other languages, trends
Is OOP good for technical computing?
Object oriented programming languages are widely used for technical computing but is that just because they are widely used everywhere or is it... more »
0 commentsSave Tags: .net, opinion, other languages
Most successful open source application written in Common Lisp
Maxima has topped the charts as the most successful open source software written in Common Lisp.
0 commentsSave Tags: open source, other languages
On-line gaming with Erlang
Guild Software, the creators of Vendetta Online, recently announced their decision to write their server software "Kourier" in Erlang.
0 commentsSave Tags: games, other languages, server, tools
Top 10 most popular OCaml programs
Popular open source programs that you probably didn't even know were written in OCaml!
0 commentsSave Tags: gui, open source, other languages, reviews
Functional programming in industry
We answer "Which major players are already using functional programming languages in industry?".
1 commentsSave Tags: methodology, other languages, tools, trends
Java: The Closures Controversy
What should Java do about closures? This is our interpretation as OCaml/F# developers of Joshua Bloch's recent lecture about the forthcoming support... more »
1 commentsSave Tags: java, opinion, other languages, reviews
Reviews: Programming in Scala
We've collated comments from two of the first readers to review the new book "Programming in Scala" and it seems to be going down very well!
3 commentsSave Tags: books, java, open source, other languages
Mac OS X demos of Smoke Vector Graphics
We bought ourselves a Mac Mini as an early Christmas present and now you can expect to see native Mac versions of all of our demos starting with out... more »
0 commentsSave Tags: gui, other languages, tools, unix-linux
A 100-line optimizing native-code compiler using LLVM (very cool!)
After only a few hours work, I was able to create an optimizing native code compiler for a tiny first-order language using this great library!
0 commentsSave Tags: open source, other languages, tools, unix-linux
Review: The F# .NET Journal
Granville Barnett reviews the new F#.NET Journal from Flying Frog, an on-line resource with tutorial articles covering every aspect of Microsoft's F#... more »
0 commentsSave Tags: .net, microsoft, other languages, reviews
Scala for Scientists
We just completed F# for Scientists. Now its time for Scala for Scientists!
0 commentsSave Tags: frameworks, java, other languages, research
New book on Scala?
As the authors of "OCaml for Scientists" and "F# for Scientists", we ask if anyone would be interested in a new book "Scala for Scientists".
0 commentsSave Tags: java, other languages
Review: The F#.NET Journal
Short review of the F#.NET Journal from Flying Frog.
0 commentsSave Tags: .net, microsoft, opinion, other languages
Book Review: OCaml for Scientists
Thorough and impartial review of this functional programming book that places OCaml for Scientists among the all-time great programming books.
0 commentsSave Tags: books, opinion, other languages, unix-linux
Optimizing the OCaml implementation of spectral-norm
The OCaml implementation of the numerical spectral-norm benchmark from the Computer Language Shootout can be optimized to run 50% faster. This post... more »
0 commentsSave Tags: other languages, reviews
.NET Rocks discuss F#
.NET Rocks! is a weekly talk show for anyone interested in programming on the Microsoft .NET platform and their latest interview discusses the new F#... more »
0 commentsSave Tags: .net, microsoft, other languages, reviews
Hardware accelerated vector graphics for Linux (and Windows, and OSX)
Flying Frog unleash their OpenGL-based Silverlight killer for Linux, Windows and OSX. Written in 100% OCaml.
0 commentsSave Tags: gui, other languages, unix-linux, web 2.0
Don't buy Lexmark!
We made the mistake of buying a Lexmark printer recently. Please don't make the same mistake we did!
2 commentsSave Tags: opinion
Ray tracer language comparison
Updated ray tracer language comparison with better implementations and new timings on a dual-core 4400+ Athlon64.
5 commentsSave Tags: gui, java, open source, other languages
The F#.NET Journal
Articles, code and tutorial videos covering a wide range of topics, including an introduction to functional programming, pattern matching, the .NET... more »
0 commentsSave Tags: .net, news, other languages, windows
New F# site
There's a new site about the F# programming language from Microsoft.
2 commentsSave Tags: .net, news, other languages, windows
35-line Mandelbrot renderer in OCaml
An example program that renders the Mandelbrot set using OpenGL.
0 commentsSave Tags: gui, open source, other languages, unix-linux
Using DirectX from F#.NET
Minimal DirectX demo with meshes, lighting, perspective and mouse control, written in under 100 lines using Microsoft's new .NET language F#.
1 commentsSave Tags: .net, games, other languages, windows
Tiny Interpreter written in OCaml
A minimal interpreter for a functional programming language, demonstrating lexing, parsing (using camlp4) and program evaluation all in under 100... more »
0 commentsSave Tags: open source, other languages, tools, unix-linux