https://github.com/craigjbass/phpmonadic
An attempt to implement monads and allow lazy evaluation to reign free in PHP 5.4 with a bit of beautiful magical hackery
https://github.com/craigjbass/phpmonadic
Last synced: 2 months ago
JSON representation
An attempt to implement monads and allow lazy evaluation to reign free in PHP 5.4 with a bit of beautiful magical hackery
- Host: GitHub
- URL: https://github.com/craigjbass/phpmonadic
- Owner: craigjbass
- Created: 2012-11-05T21:37:32.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-14T00:19:02.000Z (about 12 years ago)
- Last Synced: 2025-01-30T23:41:16.546Z (4 months ago)
- Language: PHP
- Size: 129 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
phpMonadic
==========An attempt to implement monads and allow lazy evaluation to reign free in PHP 5.4 with a bit of beautiful magical hackery