This is the Linux app named The Futhark Programming Language whose latest release can be downloaded as 0.25.6sourcecode.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named The Futhark Programming Language with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
The Futhark Programming Language
DESCRIPTION
Futhark is a small programming language designed to be compiled into efficient parallel code. It is a statically typed, data-parallel, and purely functional array language in the ML family, and comes with a heavily optimizing ahead-of-time compiler that presently generates either GPU code via CUDA and OpenCL, or multi-threaded CPU code. Futhark is not designed for graphics programming, but can instead use the compute power of the GPU to accelerate data-parallel array computations. The language supports regular nested data-parallelism, as well as a form of imperative-style in-place modification of arrays, while still preserving the purity of the language via the use of a uniqueness type system. While the Futhark language and compiler is an ongoing research project, it is quite usable for real programming and can compile nontrivial programs which then run on real machines at high speed.
Features
- Futhark is a simple language and is designed to be easy to learn
- Generate high-performance parallel code
- Futhark can already be used for nontrivial programs
- Futhark is not intended to replace existing general-purpose languages
- Only used for relatively small but compute-intensive parts of an application
- The Futhark compiler generates code that can be easily integrated with non-Futhark code
Programming Language
Haskell
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/the-futhark-prog-lang.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.