|
|
|
|
|
by girvo
4587 days ago
|
|
Nice one! I'm still working on a better web dev framework for it, basically a really nice, functional wrapper for Slim + ORM's -- taking a leaf out of Haskell's book, keeping it all pure except for where IO operations have to happen (and making sure that that is demarcated in the code itself!). It's so much fun to hack on (although I do crash the REPL constantly. I might have to hack around on that actually, see if I can't get a super REPL going that you can use for actual development). Now I remember you had a build system that came with Pharen, any plans for that in the future? Mainly because I think using it as a build system with a nice functional syntax would be _amazing_ to use even with normal PHP! |
|
What kinds of things make the repl crash for you? I know that most kinds of errors immediately cause it to exit. I should probably get around to adding an error handler to prevent that...
Phake (the build system) is pretty bare-bones right now and since I'm working on more optimization-related stuff I'm probably not working on it in the near future. However, I do want to work on making deployment in Pharen a lot easier and Phake'll help with that.
If you ever want to discuss this stuff more feel free to shoot an email on the mailing list (https://groups.google.com/forum/#!forum/pharen) or drop by #pharen on Freenode.