An open API service indexing awesome lists of open source software.

https://github.com/tadeuzagallo/verve-lang

A functional language for the working hacker
https://github.com/tadeuzagallo/verve-lang

Last synced: 7 months ago
JSON representation

A functional language for the working hacker

Awesome Lists containing this project

README

          

![Verve logo](https://user-images.githubusercontent.com/764414/30565730-b4a7914a-9cc9-11e7-85fb-73c4526a5253.png)

---
[![Build Status](https://travis-ci.org/tadeuzagallo/verve-lang.svg?branch=master)](https://travis-ci.org/tadeuzagallo/verve-lang)

Verve is a functional language for the working hacker. It was designed with users that come from other language paradigms in mind (primarily object-oriented). It aims to ease the path into the functional programming world by offering a more familiar take on functional idioms, like you'd find in most modern languages.

Verve has lists, classes, objects, lambdas, interfaces and more, and it tries to give them all a beginner-friendly API, but all the concepts found here have can be expressed in purely functional languages.

To learn more about Verve, check [https://verve-lang.org][website]

[website]: https://verve-lang.org