Tagged Questions
The fortress tag has no wiki summary.
17
votes
3answers
2k views
Who is using Fortress programming language?
Fortress is developed by Sun.
Fortress is a new programming language
designed for high-performance
computing (HPC) with high
programmability. Fortress features
include:
Implicit ...
14
votes
3answers
258 views
Is there any algebraic structures used in functional programming other then monoid?
I recently getting to know about functional programming (in Haskell and Scala). It's capabilities and elegance is quite charming.
But when I met Monads, which makes use of an algebraic structure ...
7
votes
4answers
484 views
HPC (mainly on Java)
I'm looking for some way of using the number-crunching ability of a GPU (with Java perhaps?) in addition to using the multiple cores that the target machine has. I will be working on implementing (at ...