Hacker News new | ask | show | jobs
by bootload 4069 days ago
interesting look, example documentation a bit spotty (pages missing eg: http://foam-framework.github.io/foam/foam/demos/ & others), rest of the docs ok.

What do I see? It's language centric, that's good and bad. The good bit is you can with a very small JS lib write code to generate a dynamic page. The bad bit: as the language grows and rusts, you have to chase down the removed features. Much easier to grasp in concept and execution than Angular.

Loved this bit in the calc demo source, testing: https://github.com/foam-framework/foam/blob/master/apps/acal...

Q. Is foam an attempt to create a framework for Mobile Apps?