[ANN] chic-text 0.2.0 - Helpful functions for formatting console output

2015-03-07 Thread Ryan McGowan
chic-text is a library of functions that formats strings for console output. It allows content to be specified in columns (sequence of strings) or functions of a collection (one function per column, one item in the collection per row). It even defines a summa

ANN: fixturex, A library for creating and using fixtures

2015-02-07 Thread Ryan McGowan
Fixturex is a library of functions and macros for using and creating fixtures. It is particularly useful when namespace level fixtures are not specific enough. I'd be happy for any feedback/contribution. Thanks! - Main - http://www.ryanmcg.com/fixturex/ - API - http://www.ryanmcg.com/fixt

Re: [ANN] Cryogen - Static Site Generator

2014-11-22 Thread Ryan McGowan
Pretty cool. I'll have to compare it with incise in detail later. On Thursday, November 13, 2014 1:27:44 PM UTC-8, Carmen La wrote: > > Check out my first project! As the title says, it's a static site > generator :) > > Blog post: http://carmenla.me/blog/posts/1

Re: [ANN] Stasis - not another static site framework

2014-01-23 Thread Ryan McGowan
Thanks! I agree. I think they both have there uses as things stand right now. Maybe Incise could even use Stasis as a lib to build its more elaborate > features on top of? I was thinking the same thing. Unfortunately, I think there are a few blockers right now (serving is done very differentl

Re: [ANN] Stasis - not another static site framework

2014-01-23 Thread Ryan McGowan
Very minimalist. I appreciate that. As the author of incise I'd like to point out a few things though. :) 1. You did not specifically say that incise forced some sort of templating option though it was implied (along with the other static site generators). Incise does not force any suc

Re: [ANN] incise 0.1.0 - An extensible static site generator

2014-01-14 Thread Ryan McGowan
reas, because of that > my project is based on enlive html library. > > > Dňa utorok, 14. januára 2014 8:35:33 UTC+1 Ryan McGowan napísal(-a): > >> Hi all! >> >> After consuming quite a bit of my spare time for the past several months, >> I have finally released

[ANN] incise 0.1.0 - An extensible static site generator

2014-01-13 Thread Ryan McGowan
a big deal. - https://github.com/RyanMcG/incise-example-project - super simple example project - http://www.ryanmcg.com/incise-example-project/ - and its generated output Thanks, Ryan McGowan -- -- You received this message because you are subscribed to the Google Groups "

[ANN] manners 0.2.0 released

2013-11-27 Thread Ryan McGowan
A validation library built on using predicates properly. I just released a new version of my take on a simple, general purpose validation library. Version 0.2.0 includes a chaining feature very much like (and inspired by) the chain function in vlad, another val

[ANN] manners - Yet another validation library built on using predicates properly

2013-09-15 Thread Ryan McGowan
It's my first library. I created it to assist with another project I have yet to release and because of some inspiration I got from reading Functional JavaScriptby Fogus though it

Re: http-kit on heroku?

2013-04-14 Thread Ryan McGowan
Maik is right. However, if you still want an example application you can check out a side project of mine. It works just fine on Heroku. Originally it was a noir/jetty application which I have since moved to http-kit

Re: [ANN] lib-noir 0.1.1

2012-06-28 Thread Ryan McGowan
I just wanted to say that this seems like a great idea. +1 On Saturday, June 23, 2012 11:08:47 PM UTC-7, Anthony Grimes wrote: > > Chris Granger and I decided that a lot of the stuff in Noir is also useful > outside of Noir, so I took a bunch of Noir's middleware and such and split > it out int