Blog articles tagged 'javascript'

0
comment
on 4/17/2012 8:30 AM
Do you want to write succinct, type-safe and correct HTML5 web code which is not full of bugs?  Writing Javascript-executing code with F# is appealing for these and other reasons I've gone into before, and the open source Pit and WebSharper frameworks giv[...]
.
0
comment
on 4/11/2012 6:22 PM
Slightly off topic... The "debugging options" got turned on in my browser recently. I think this happened when I was debugging some web code in Visual Studio. From this, it's been interesting to see how regularly my web browsing experience is now interrup[...]
.
0
comment
on 4/3/2012 9:26 AM
Currently I’m trying to get a bit more JavaScript and HTML5 exposure (no use denying it I guess – it’s here to stay) and found the Paper.js framework which seems to be really nice. An easy way to test a … Continue reading →
.
0
comment
on 1/22/2012 9:03 AM
I'm catching up on blogging about what's been going on in F# lately. One thing that happened over the vacation is that the F# HTML5/Mobile development tool called WebSharper is now open source, and free for use for open source projects (details on the sit[...]
.
0
comment
on 1/11/2012 11:37 AM
The F#unctional Londoners Meetup Group will be starting 2012 with a code Kata on Thursday January 26th at 6:30pm at Skills Matter.   Kata The term Kata comes from martial arts. A code Kata is a short programming exercise for practicing an aspect of so[...]
.
0
comment
on 1/8/2012 9:29 AM
.
0
comment
on 12/30/2011 9:30 AM
When WebSharper compiles F# to JavaScript it preserves namespaces, module and class nesting to make it easy to navigate the compiled code from JavaScript shell. Roughly speaking, A.B.C.D.E identifier in F# can be found by typing A.B.C.D.E in JavaScript. [...]
.
0
comment
on 12/8/2011 1:25 PM
  Microsoft Research are seeking candidates for a 6-month contract position in F# programming to help improve the capabilities of F# in the area of cross-platform and web-delivered data-rich programming. The candidate should have several of the following:[...]
.
0
comment
on 11/29/2011 6:48 PM
.
0
comment
on 9/26/2011 2:47 PM
How deep do you think you can nest your closures in JavaScript? Yes, we know there is no tail-recursion, probably no inlining either, we know we should not do this, but sometimes we still do. Before today I expected something like 64-128 levels of nesting[...]
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us
Built with WebSharper