Blog articles

0
comment
on 8/17/2014 4:18 PM
Just a quick note. If you are starting from a template C++ CUDA project in VS 2012/2013, calling a kernel from a kernel (dynamic parallelism) would not compile: error : kernel launch from __device__ or __global__ functions requires separate compilation mo[...]
.
0
comment
on 8/16/2014 7:00 AM
I’ve recently seen an increase in the number of those interested in F# programming for web development. I don’t think this is a recent phenomenon; I just haven’t had the privilege of running into many of them previously. Nevertheless, we have decided to b[...]
.
0
comment
on 8/15/2014 12:37 PM
This release marks the first of many upcoming features to customize your environment.
.
0
comment
on 8/15/2014 5:15 AM
Recently I started to learn Scala (for about 2 weeks now). Here is prons and cons so far (note: I've not written any serious code yet, just have read "Scala for the impatient" and now reading "Programming in Scala" by Odersky): PronsPassing not evaluated [...]
.
0
comment
on 8/14/2014 7:00 AM
The WebSharper project has been making significant strides of late in the realm of building composable and reactive user interfaces, especially for the purpose of building SPA-style applications. You can find documentation and demos for WebSharper.UI.Next[...]
.
0
comment
on 8/14/2014 12:23 AM
The Test Anything Protocol (TAP) is a text-based protocol for test results: 1..4 ok 1 - Input file opened not ok 2 - First line of the input valid ok 3 - Read the rest of the file not ok 4 - Summarized correctly # TODO Not written yet   I think th[...]
.
0
comment
on 8/13/2014 11:19 AM
Some time ago I compared F# and Haskell STM implementation performance. Today I'm adding Scala into it: So, it's more than two times slower than Haskell, but more than 3 times faster than F#. Interesting.
.
0
comment
on 8/12/2014 7:17 AM
I recently presented to the Houston Functional Programmers meetup on the topic of using F# for web development. This is an update to my talks with a similar title based on my experience building a real application for Tachyus. I cover data access using th[...]
.
0
comment
on 8/10/2014 9:32 PM
Welcome to F# Weekly, A roundup of F# content from this past week: News Enjoy F# trending projects on GitHub! CloudSharper 0.9.15.2 is released. Alea.cuBase 1.3 is released. AkkaDotNet v0.6.2 is released with improved F# support. Mono 3.6 is out, so no ne[...]
.
0
comment
on 8/10/2014 4:18 PM
Nowadays you see plenty of stories about Continuous Integration, Continuous Delivery and Continuous Deployment on the web, and it’s great to see that the industry is moving in this direction, with more and more focus on automation rather than hiring human[...]
.
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