Blog articles tagged 'erlang'

0
comment
on 3/10/2013 5:26 AM
The annual CUFP workshop is a place where people can see how others are using functional programming to solve real world problems; where practitioners meet and collaborate; where language designers and users can share ideas about the future of their favor[...]
.
0
comment
on 12/3/2012 5:05 AM
Tech Mesh - The Alternative Programming Conference is designed to support and promote useful non-mainstream technologies in the software industry and dedicated to users and inventors of various languages and technologies. By offering a networking platform[...]
.
0
comment
on 7/29/2012 6:28 AM
Considering a very simple finite state machine (FSM) such as a code lock which requires you to enter a 4-digit numeric code and upon which will open the lock for a brief few seconds. Such a FSM have two states: Locked and Open. Every time a key is entered[...]
.
0
comment
on 7/14/2012 5:35 PM
Related Posts Part 1 Part 2 Part 3   Here I will look at how some commonly used functions in F#’s List module might be translated to Erlang using Erlang’s equivalent – the lists module.   List.append F#:         let newList = List.append [ 1..5 ] [ 6..10 [...]
.
0
comment
on 7/12/2012 1:49 PM
Related Posts Part 1 Part 2   Throwing Exceptions In F#, you can define a custom exception type by creating a type that inherit from System.Exception or using the lightweight exception syntax to define them with the same syntax as discriminated unions. Yo[...]
.
0
comment
on 7/8/2012 3:38 PM
Related Posts Part 1   if-else In F#, if-else if-else control flow is expressed in the form if Exp then Exp elif Exp then Exp else Exp: let f n =     if n = 42 then         printfn “%d is the answer to the ultimate question of life, the universe and every[...]
.
0
comment
on 7/8/2012 12:59 PM
To install Erlang on your Mac, follow these simple steps: download the latest source file from the official Erlang site here. open the Terminal go to the folder where you’ve saved the .gz source file run the following command: tar –xzf otp_src_R15B01.tar.[...]
.
0
comment
on 7/7/2012 3:55 PM
Brushing up on Erlang again having spent so much time with F# since I last looked at Erlang, it’s startling how much parallels I see between the two languages in terms of features and syntax, and I’m sure it’s no coincidence To help myself and other F# pr[...]
.
0
comment
on 7/5/2012 5:14 PM
Just finished watching a good video by Bryan Hunter titled Erlang for C# Developers where he told a great story about the first project Erlang was used in inside Ericson and how they managed a Nine Nines uptime with that project. For anyone who’s wonderin[...]
.
0
comment
on 6/2/2012 6:53 AM
The annual CUFP workshop is a place where people can see how others are using functional programming to solve real world problems; where practitioners meet and collaborate; where language designers and users can share ideas about the future of their favor[...]
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us
Built with WebSharper