Interesting +1

I've slammed together some quick and dirty Clojure code and wrote my own 
little blog engine (I'll not link the repo, the code is... well 
quick&dirty: I needed something running quickly). But it has the bare 
minimum and I didn't find any real feature complete blog engine as the one 
you are proposing. An engine designed with a "clojuresque" vision behind 
its architecture (simple, modular, extensible, and made of composable 
pieces) would be very interesting to see come to life.

I'll read through the comments and hopefully add something when this 
headache will give me a break. I'm about to begin writing a prototype  
system for my dayjob, but I'd like to help you in this endeavour (I hope 
I'll have the time to do that).

Cheers,
Manuel

Il giorno giovedì 18 luglio 2013 17:10:26 UTC+2, frye ha scritto:
>
> Ok, I'll start to flesh this out a little more - overall architecture, 
> 3rd-party libs, etc. And I'll get some more of your feedback from there. 
> Please add anymore ideas to this effect, if you have them. 
>
>
> More soon 
>
> Tim Washington 
> Interruptsoftware.ca / Bkeeping.com 
>
>
> On Thu, Jul 18, 2013 at 10:55 AM, Michael Fogus <mef...@gmail.com<javascript:>
> > wrote: 
>
>> That's what I hoped you meant. Sounds fun. 
>>
>> On Thu, Jul 18, 2013 at 10:44 AM, Timothy Washington 
>> <twas...@gmail.com<javascript:>> 
>> wrote: 
>> > Ah, by composable, I meant you could choose to only use a core server
>> > component, posting txt entries, let's say with an in-memory data store 
>> ( who
>> > knows.. it's your blog :). And if you want a little more, you can 
>> choose to
>> > add a DB adapter out to Datomic, and Import / Export support. This is 
>> all
>> > still within a running Clojure repl. So additionally, you might choose 
>> to
>> > add a Web UI (or tablet or smartphone UI), and so on.
>> >
>> >
>> > Tim Washington
>> > Interruptsoftware.ca / Bkeeping.com
>> >
>> >
>> > On Thu, Jul 18, 2013 at 10:36 AM, Michael Fogus 
>> > <mef...@gmail.com<javascript:>> 
>> wrote:
>> >>
>> >> Quick answer: Yes.  I'd love to see a legitimate, maintained
>> >> Clojure-based blogging engine.  I have one question: what does
>> >> "composable blogging engine" mean?
>> >>
>> >>
>> >> On Thu, Jul 18, 2013 at 10:24 AM, Timothy Washington <
>> twas...@gmail.com <javascript:>>
>> >> wrote:
>> >> > Hello,
>> >> >
>> >> > I'm thinking of how to build a composable blogging engine in Clojure.
>> >> > There
>> >> > have been a few attempts at this, with cow-blog and my-blog. But 
>> these
>> >> > seem
>> >> > to be abandoned, and not heavily used. Vijay Kiran, last year, even
>> >> > wrote a
>> >> > series of blog posts (see here) about building a blog engine. As far 
>> as
>> >> > a
>> >> > list of posts goes, the data structure for each record was simple:
>> >> >
>> >> > title
>> >> > content
>> >> > status
>> >> > created-date
>> >> > published-date
>> >> > author
>> >> >
>>
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to