Sat, 01 Sep 2012 14:06:00 +0000 Paolo Donadeo — LifeLOG/Spare time Paolo Donadeo's personal Internet site and blog https://www.donadeo.net/ p.donadeo@gmail.com (Paolo Donadeo) First release of OCaml binding of Lua library https://www.donadeo.net/post/2012/first-release-of-ocaml-lua https://www.donadeo.net/post/2012/first-release-of-ocaml-lua p.donadeo@gmail.com (Paolo Donadeo) Sat, 01 Sep 2012 14:06:00 +0000 2012-09-01T14:06:00.000Z English Spare time Computer programming Objective Caml Lua News <div> <p class="noindent">I'm happy to announce the first release of ocaml-lua, the OCaml binding of the Lua library. With ocaml-lua you can embed a Lua interpreter in an OCaml program in a few lines of code, and use Lua for configuration or customization purposes.</p> <p class="noindent">Here are some references:</p> <ul> <li>The homepage of the project is hosted on <a href="https://ocaml-lua.forge.ocamlcore.org/">OCaml Forge</a>;</li> <li>The complete library reference (ocamldoc generated) is <a href=" https://ocaml-lua.forge.ocamlcore.org/api-lua/">here</a>;</li> <li>Source tarballs are on the download page on <a href="https://forge.ocamlcore.org/frs/?group_id=167">OCaml Forge</a>;</li> <li>The official GIT repository is <a href="https://forge.ocamlcore.org/scm/browser.php?group_id=167">here</a>;</li> <li>Bug reports and feature requests are on my page on <a href="https://github.com/pdonadeo/ocaml-lua/issues">GitHub</a>.</li> </ul> <p class="noindent">I hope it could be useful.</p> </div> Source repository of this blog https://www.donadeo.net/post/2010/blog-source https://www.donadeo.net/post/2010/blog-source p.donadeo@gmail.com (Paolo Donadeo) Sun, 08 Aug 2010 16:55:00 +0000 2010-08-08T16:55:00.000Z English Digital life Spare time Computer programming Objective Caml News <div><p class="noindent"> Following my previous post, some people <a href="https://www.donadeo.net/post/2010/my-new-blog-in-objective-caml#commentary">asked me</a> to show the source code of this blog, so here it is:<br /> <a href="https://github.com/pdonadeo/personal_blog">https://github.com/pdonadeo/personal_blog</a>.</p> <p>A general warning: the project wasn't thought to be published and so the code is a pile of scripts kept together in some way. Many parameters are present in the SQLite DB, but if you want to use the blog, expect to find my name, surname or email in the HTML templates, or even in some .ml files.</p> <p>Moreover, the source code is not homogeneous and the style changes from module to module, because I changed my way (and skill) of programming in OCaml in time.</p> <p>In any case, I hope you will find it interesting.</p></div>