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
- Host: GitHub
- URL: https://github.com/tadeuzagallo/verve-lang
- Owner: tadeuzagallo
- License: mit
- Created: 2016-03-19T19:37:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-11-30T02:18:45.000Z (almost 4 years ago)
- Last Synced: 2024-10-29T15:59:16.026Z (about 1 year ago)
- Language: Haskell
- Homepage: https://verve-lang.org
- Size: 4.01 MB
- Stars: 346
- Watchers: 17
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- programming-languages - Verve - Functional language for the working hacker. (Functional)
README

---
[](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