# verve-lang **Repository Path**: studvc/verve-lang ## Basic Information - **Project Name**: verve-lang - **Description**: A functional language for the working hacker - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-05 - **Last Updated**: 2021-01-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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