Where to from here…
Been mulling over my next project after I finish a small Rails app for my friend. I’m not sure I’ll have the time in the near future but here are the ideas that are competing in my head for… well literally… mind share.
Both use Erlang. Unraverl is the beginnings of a meta programming/parse transform library for Erlang. At this point it only implements before/after filters with method chains. Grove is a JSON Query to set comprehension library for use with Mnesia.
- Unraverl
- add partial application
- runtime function definition from funs
- add pure/impure designation attribute/checking
- Grove
- Make use of MochiWeb
- Rework the JSON query structure
- Move JSON Query to Set Comprehension logic out into separate module/project
Clearly Unraverl is the most flashy, and likely the most interesting bit of hacking, but whether it becomes useful later or not remains to be seen. I still think that Being able to use Mnesia from Rails or from rich clients would be really very awesome.
On top of those things I need to take the time to learn org-mode, and build at least one gen_server or gen_fsm based app.
Either way code will result!
Comments(0)