Description:
Discussion about functional languages.
|
|
|
Do blocks, monads, and sequences
|
| |
Hi all, I'm trying to understand monads a little more, so I tried deconstructing a do block into continuation monads into use of no monads. I'm having trouble getting the last ones to execute non-lazily, any pointers? Thanks much! Mike import System.IO.Unsafe test1 = do print "What's your name?"... more »
|
|
Job postings for DFG funded typesetting tool for academic texts
|
| |
Dear Colleagues, The Deutsche Forschungsgemeinschaft (DFG) funds a joint project of the University of Applied Sciences Worms (Germany) and the University Trier (Germany) for the development of a typesetting module for (primarily) humanist texts. We will jointly develop a typesetting system for XML-based texts with... more »
|
|
CFP: The First Scala Workshop - Scala Days 2010
|
| |
The First Scala Workshop ======================== Call for Papers --------------- Scala is a general purpose programming language designed to express common programming patterns in a concise, elegant, and type-safe way. It smoothly integrates features of object-oriented and functional languages. This workshop is a forum for researchers and practitioners to share... more »
|
|
Parallelism and Concurrency
|
| |
Parallelism and Concurrency: I would separate the two concepts: Parallelism - one task shared across multiple cores Concurrency - different tasks shared among multiple cores For both, the overhead of communication between the tasks compared to the useful work done on the task itself, is the biggest challenge.... more »
|
|
Functional programming considered bad for parallelism
|
| |
Avoiding mutation is widely hailed as a design of choice for parallel programming and this is used to advocate the adoption of functional programming. However, functional programming seems to have some serious disadvantages in the context of shared-memory parallelism for multicores. Firstly, functional data structures are more allocation intensive that... more »
|
|
SETP-10 Call for papers
|
| |
SETP-10 Call for papers The 2010 International Conference on Software Engineering Theory and Practice (SETP-10) (website: [link]) will be held during 12-14 of July 2010 in Orlando, FL, USA. SETP is an important event in the areas of Software development, maintenance, and other areas of software engineering and related topics.... more »
|
|
Google's GoLang
|
| |
What are the features of this languages in the context of FP?
|
|
|