caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] web link to the two glmlite patches for OSX
@ 2012-01-13 21:45 Philippe Strauss
  2012-01-14 10:16 ` Gabriel Scherer
  0 siblings, 1 reply; 3+ messages in thread
From: Philippe Strauss @ 2012-01-13 21:45 UTC (permalink / raw)
  To: caml-list

http://www.philou.ch/glmlite-makefile-patch.html


we miss a reStructuredText equivalent in OCaml, amazing how you can push something online on the web in 5 minutes.



--
Philippe Strauss
http://www.philou.ch/






^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Caml-list] web link to the two glmlite patches for OSX
  2012-01-13 21:45 [Caml-list] web link to the two glmlite patches for OSX Philippe Strauss
@ 2012-01-14 10:16 ` Gabriel Scherer
  2012-01-14 10:49   ` Philippe Strauss
  0 siblings, 1 reply; 3+ messages in thread
From: Gabriel Scherer @ 2012-01-14 10:16 UTC (permalink / raw)
  To: Philippe Strauss; +Cc: caml-list

> we miss a reStructuredText equivalent in OCaml, amazing how you can push something online on the web in 5 minutes.

I'm not exactly sure what you mean by that. As markup formatters are
relatively self-contained programs, it's easy to use tools written in
basically any language (you don't even need to know if you choose a
standard input format such as markdown which has implementations in
several languages).

I know of two markup formatters in OCaml:
  - mldown : http://gitorious.org/mldown
  - lambdoc : https://forge.ocamlcore.org/projects/lambdoc/

On Fri, Jan 13, 2012 at 10:45 PM, Philippe Strauss <philou@philou.ch> wrote:
> http://www.philou.ch/glmlite-makefile-patch.html
>
>
> we miss a reStructuredText equivalent in OCaml, amazing how you can push something online on the web in 5 minutes.
>
>
>
> --
> Philippe Strauss
> http://www.philou.ch/
>
>
>
>
>
>
> --
> Caml-list mailing list.  Subscription management and archives:
> https://sympa-roc.inria.fr/wws/info/caml-list
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Caml-list] web link to the two glmlite patches for OSX
  2012-01-14 10:16 ` Gabriel Scherer
@ 2012-01-14 10:49   ` Philippe Strauss
  0 siblings, 0 replies; 3+ messages in thread
From: Philippe Strauss @ 2012-01-14 10:49 UTC (permalink / raw)
  To: caml-list

On Sat, Jan 14, 2012 at 11:16:51AM +0100, Gabriel Scherer wrote:
> > we miss a reStructuredText equivalent in OCaml, amazing how you can push something online on the web in 5 minutes.
> 
> I'm not exactly sure what you mean by that. As markup formatters are
> relatively self-contained programs, it's easy to use tools written in
> basically any language (you don't even need to know if you choose a
> standard input format such as markdown which has implementations in
> several languages).
> 
> I know of two markup formatters in OCaml:
>   - mldown : http://gitorious.org/mldown
>   - lambdoc : https://forge.ocamlcore.org/projects/lambdoc/

yes, reStructuredText is pythonic it seems, but has math LaTeX markup in
it's feature list. The whole implementaion I use for generating my html
pages is sphinx, the doco geneator of python, it has MathJax, rendering
math in javascript. I love the idea of finally get rid of .png for
equations. So I kind of dismissed markdown in my mind.

-- 
Philippe Strauss
http://www.philou.ch

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-01-14 10:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-13 21:45 [Caml-list] web link to the two glmlite patches for OSX Philippe Strauss
2012-01-14 10:16 ` Gabriel Scherer
2012-01-14 10:49   ` Philippe Strauss

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).