[erlang-questions] sgte - an erlang template engne

Logan, Martin Martin.Logan@REDACTED
Wed Nov 8 18:43:06 CET 2006


I like the interface and the functionality looks promising.  One
comment, one question for you.  

Comment: You should use edoc for all your documentation, it is part of
the erlang release now and generates great docs - you can see some
examples at my site www.erlware.org under "fslib" or "G.A.S" docs. 

Second thing, the question, you are using a gen_server, but it appears
that you are not keeping any state, why not use a plain old library
instead of the server?

Cheers,
Martin

-----Original Message-----
From: erlang-questions-bounces@REDACTED
[mailto:erlang-questions-bounces@REDACTED] On Behalf Of Filippo Pacini
Sent: Tuesday, November 07, 2006 12:31 PM
To: Erlang Users' List
Subject: [erlang-questions] sgte - an erlang template engne

Hi all,
I'm working on an template engine based on String Template
(www.stringtemplate.org)

You can get a first release here:
http://blog.sgconsulting.it/entry.html?identry=52

Any comments and suggestions are appreciated.
thanks,
filippo

_______________________________________________
erlang-questions mailing list
erlang-questions@REDACTED
http://www.erlang.org/mailman/listinfo/erlang-questions




More information about the erlang-questions mailing list