Harlan is an open source declarative, domain specific language for programming GPUs. It serves primarily as a testbed for implementation and optimization techniques.
Harlan is a language for data parallel computing that has its roots in C and Scheme. Harlan’s syntax is based on Scheme, but several forms have been added to support parallel processing. One key difference is that Harlan is statically typed. The compiler infers the type for each expression, however, so the programmer is not burdened by type annotations.
The language is intentionally small, in order to simplify the process of exploring new analyses and optimizations.
Harlan requires an OpenCL implementation as well as Chez Scheme or Petite Chez Scheme.
Features include:
- Can be compiled to OpenCL and can make use of the higher-level languages, Python and Ruby. This enables it to be used by Intel’s OpenCL SDK, NVIDIA’s CUDA Toolkit, or AMD’s APP SDK.
- Syntax is based on Scheme, which is based on Lisp.
- Supports a number of different data types, such as integers, floating point numbers and strings.
- Supports Scheme-like vector accessing.
- Use external functions.
- Provides a small library of built-in functions.
Website: github.com/eholk/harlan
Support:
Developer: Eric Holk, Claire Alvis, William Byrd, Ryan Newton, Sajith Sasidharan, Greg Zynda
License: BSD 3-clause “New” or “Revised” License
Harlan is written in Scheme. Learn Scheme with our recommended free books and free tutorials.
Return to New Programming Languages
| Explore Linux | |
|---|---|
| Best Free and Open Source Software - A huge collection of recommended free and open source software covering every major category. | |
| In-depth Linux Software Reviews - Detailed assessments of Linux software covering features, usability and overall quality. | |
| The Big List of Active Linux Distros - An extensive collection of actively developed Linux distributions. | |
| Open Source Alternatives - Alternatives to software and services from Google, Microsoft, Apple, Adobe, IBM, Autodesk, Oracle and others. | |
| Essential Linux System Tools - Indispensable utilities for monitoring, maintaining and managing Linux systems. | |
| Linux Productivity Tools - Useful utilities for improving productivity and streamlining everyday tasks. | |
| Alternatives to Popular CLI Tools - Modern alternatives to familiar command-line utilities supplied with Linux systems. | |
| Awesome Free Linux Game Tools - Tools, utilities and companion software that improve gaming on Linux. | |
| Machine Learning on Linux - Machine learning and deep learning software, self-hosted applications and practical tools. | |
| Saving Money with Linux - Practical ways to reduce electricity consumption and lower computing costs with Linux. | |
| Linux Candy - Fun, entertaining and sometimes delightfully quirky software from the lighter side of Linux. | |

Please read our Comment Policy before commenting.