Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gergoerdi/metafun
Compile Haskell-like code into C++ template metaprograms
https://github.com/gergoerdi/metafun
code-generator cplusplus haskell template-metaprogramming
Last synced: 2 months ago
JSON representation
Compile Haskell-like code into C++ template metaprograms
- Host: GitHub
- URL: https://github.com/gergoerdi/metafun
- Owner: gergoerdi
- License: gpl-3.0
- Created: 2010-05-22T22:14:16.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2016-06-27T12:01:54.000Z (over 8 years ago)
- Last Synced: 2023-04-22T16:46:49.567Z (almost 2 years ago)
- Topics: code-generator, cplusplus, haskell, template-metaprogramming
- Language: Haskell
- Homepage: http://gergo.erdi.hu/projects/metafun/
- Size: 85 KB
- Stars: 56
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MetaFun is a program to compile functional programs into C++ template
metaprograms. It allows you to write programs in a very Haskell-like
language, and then use them as compile-time C++ metaprograms.See the details at