Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abudnik/tcalc
C++ compile-time Prolog interpreter
https://github.com/abudnik/tcalc
Last synced: 3 months ago
JSON representation
C++ compile-time Prolog interpreter
- Host: GitHub
- URL: https://github.com/abudnik/tcalc
- Owner: abudnik
- Created: 2014-02-17T16:41:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-02-26T12:26:01.000Z (over 10 years ago)
- Last Synced: 2024-04-24T20:07:37.240Z (7 months ago)
- Language: C++
- Homepage:
- Size: 234 KB
- Stars: 65
- Watchers: 7
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
C++ COMPILE-TIME PROLOG INTERPRETER
-----------------------------------C++ Templates are Turing Complete. It means that any computation expressible by
a computer program can be computed, in some form, by a template metaprogram.prolog.cpp - Prolog-like program examples
tcalc.h - Prolog interpreter source
test.cpp - various testsP.S. Every good programmer should write at least one weird program, like chess
game written in 'sed' utility, artificial neural network in Brainfuck, etc.