ocaml-lua.forge.ocamlcore.org ocaml-lua.forge.ocamlcore.org

ocaml-lua.forge.ocamlcore.org

ocaml-lua

OCaml-Lua: Lua bindings for OCaml. OCaml-lua provides bindings to the Lua programming language. Lua is a scripting language particularly useful when you need to embed a language in your application. This project provides the bindings required to embed Lua. More information about Lua. Lua is a powerful, light-weight programming language designed for extending applications. It provides a good general purpose programming language to replace DSL that don't really need to be specific. In a few lines of code y...

http://ocaml-lua.forge.ocamlcore.org/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR OCAML-LUA.FORGE.OCAMLCORE.ORG

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

February

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Monday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.4 out of 5 with 12 reviews
5 star
8
4 star
1
3 star
3
2 star
0
1 star
0

Hey there! Start your review of ocaml-lua.forge.ocamlcore.org

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

1.1 seconds

FAVICON PREVIEW

  • ocaml-lua.forge.ocamlcore.org

    16x16

  • ocaml-lua.forge.ocamlcore.org

    32x32

CONTACTS AT OCAML-LUA.FORGE.OCAMLCORE.ORG

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
ocaml-lua | ocaml-lua.forge.ocamlcore.org Reviews
<META>
DESCRIPTION
OCaml-Lua: Lua bindings for OCaml. OCaml-lua provides bindings to the Lua programming language. Lua is a scripting language particularly useful when you need to embed a language in your application. This project provides the bindings required to embed Lua. More information about Lua. Lua is a powerful, light-weight programming language designed for extending applications. It provides a good general purpose programming language to replace DSL that don't really need to be specific. In a few lines of code y...
<META>
KEYWORDS
1 what is ocaml lua
2 introduction
3 luajit
4 intended audience
5 findlib
6 configure
7 make
8 make doc
9 make install
10 coupons
CONTENT
Page content here
KEYWORDS ON
PAGE
what is ocaml lua,introduction,luajit,intended audience,findlib,configure,make,make doc,make install
SERVER
Apache/2.2.16 (Debian)
POWERED BY
PHP/5.3.3-7+squeeze26
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

ocaml-lua | ocaml-lua.forge.ocamlcore.org Reviews

https://ocaml-lua.forge.ocamlcore.org

OCaml-Lua: Lua bindings for OCaml. OCaml-lua provides bindings to the Lua programming language. Lua is a scripting language particularly useful when you need to embed a language in your application. This project provides the bindings required to embed Lua. More information about Lua. Lua is a powerful, light-weight programming language designed for extending applications. It provides a good general purpose programming language to replace DSL that don't really need to be specific. In a few lines of code y...

INTERNAL PAGES

ocaml-lua.forge.ocamlcore.org ocaml-lua.forge.ocamlcore.org
1

ocaml-lua

http://ocaml-lua.forge.ocamlcore.org/index.php

OCaml-Lua: Lua bindings for OCaml. OCaml-lua provides bindings to the Lua programming language. Lua is a scripting language particularly useful when you need to embed a language in your application. This project provides the bindings required to embed Lua. More information about Lua. Lua is a powerful, light-weight programming language designed for extending applications. It provides a good general purpose programming language to replace DSL that don't really need to be specific. In a few lines of code y...

UPGRADE TO PREMIUM TO VIEW 0 MORE

TOTAL PAGES IN THIS WEBSITE

1

LINKS TO THIS WEBSITE

donadeo.net donadeo.net

Paolo Donadeo — LifeLOG › Articles Labelled with “Lua”

http://www.donadeo.net/facets/programming-languages/lua

A blog about my life. Articles Labelled with “Lua”. First release of OCaml binding of Lua library. 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. Here are some references:. The homepage of the project is hosted on OCaml Forge. The complete library reference (ocamldoc generated) is here. I hope it could be useful.

donadeo.net donadeo.net

Paolo Donadeo — LifeLOG › First release of OCaml binding of Lua library

http://www.donadeo.net/post/2012/first-release-of-ocaml-lua

A blog about my life. First release of OCaml binding of Lua library. 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. Here are some references:. The homepage of the project is hosted on OCaml Forge. The complete library reference (ocamldoc generated) is here. Source tarballs are on the download page on OCaml Forge.

donadeo.net donadeo.net

Paolo Donadeo — LifeLOG › Articles Labelled with “News”

http://www.donadeo.net/facets/type-of-text/news

A blog about my life. Articles Labelled with “News”. First release of OCaml binding of Lua library. 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. Here are some references:. The homepage of the project is hosted on OCaml Forge. The complete library reference (ocamldoc generated) is here. I hope it could be useful.

donadeo.net donadeo.net

Paolo Donadeo — LifeLOG › Articles Labelled with “English”

http://www.donadeo.net/facets/language/english

A blog about my life. Articles Labelled with “English”. Installing OPAM 1.1.1 on a CentOS 6.5. I'm in this situation: I need to compile an OCaml program on a CentOS 6.5 server. This is actually quite problematic, because CentOS 6.5 provide out of the box a very old OCaml 3.11.2, released by INRIA in January 2010, more than four years ago. No problem, OPAM. Come to the rescue! No The OPAM team doesn't provide a binary executable compatible with the (actually very old) system libraries present in CentOS.

donadeo.net donadeo.net

Paolo Donadeo — LifeLOG › Articles Labelled with “Objective Caml”

http://www.donadeo.net/facets/programming-languages/objective-caml

A blog about my life. Articles Labelled with “Objective Caml”. Installing OPAM 1.1.1 on a CentOS 6.5. I'm in this situation: I need to compile an OCaml program on a CentOS 6.5 server. This is actually quite problematic, because CentOS 6.5 provide out of the box a very old OCaml 3.11.2, released by INRIA in January 2010, more than four years ago. No problem, OPAM. Come to the rescue! Ok, step back: OPAM can be compiled from sources ( instructions here. I decide to install OCaml using GODI. OCaml source di...

donadeo.net donadeo.net

Paolo Donadeo — LifeLOG › Articles Written in 2012

http://www.donadeo.net/2012

A blog about my life. Articles Written in 2012. First release of OCaml binding of Lua library. 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. Here are some references:. The homepage of the project is hosted on OCaml Forge. The complete library reference (ocamldoc generated) is here. I hope it could be useful. Debug...

donadeo.net donadeo.net

Paolo Donadeo — LifeLOG › Articles Labelled with “Spare time”

http://www.donadeo.net/facets/my-life/spare-time

A blog about my life. Articles Labelled with “Spare time”. First release of OCaml binding of Lua library. 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. Here are some references:. The homepage of the project is hosted on OCaml Forge. The complete library reference (ocamldoc generated) is here. Alla fine sono andato...

UPGRADE TO PREMIUM TO VIEW 1 MORE

TOTAL LINKS TO THIS WEBSITE

8

OTHER SITES

ocaml-bitcoin.forge.ocamlcore.org ocaml-bitcoin.forge.ocamlcore.org

OCaml-bitcoin

OCaml-bitcoin is a library offering an OCaml interface to the official Bitcoin client API. It works by making JSON-RPC calls over the network to a running Bitcoin. Daemon offering the client API. OCaml-bitcoin is developed by Dario Teixeira. And is licensed under the terms of the LGPL 2.1. With the OCaml linking exception). The core library depends solely on Yojson. If you wish to build the auxiliary libraries, each has different dependencies:. Or the OCaml Forge.

ocaml-book.com ocaml-book.com

OCaml from the Very Beginning

OCaml from the Very Beginning. OCaml from the Very Beginning. OCaml from the Very Beginning. Ocaml from the Very Beginning is a book about programming in the OCaml language. OCaml from the Very Beginning. A new book about programming with OCaml. 3999 or less, DRM-free PDF. For just $14.99. Or buy PDFs of both. OCaml books for $24.99. OCaml from the Very Beginning. OCaml from the Very Beginning. Get it now on Amazon. As a printed book and Kindle e-book for $39.99 or less, or as a DRM-free PDF ebook. Adam ...

ocaml-efl.forge.ocamlcore.org ocaml-efl.forge.ocamlcore.org

OCaml EFL Documentation

You can use EFL/Elementary official documentation available at the Enlightenment Website. Inwin (alias of Elm inwin). Useful functions for OCaml EFL. Connect widgets and signals.

ocaml-fileutils.forge.ocamlcore.org ocaml-fileutils.forge.ocamlcore.org

OCaml Fileutils

Ocaml-fileutils is a library of pure OCaml functions to manipulate real files and filenames. Download version 0.5.1. Features of the project:. File functions inspired from GNU fileutils (aiming to be POSIX compatible). Cp: copy files and directories. Mv: rename files and directories. Rm: remove files and directories. Test: check file types and compare values. Find: find files that match certain criteria. Mkdir: create directory and its parents. Ls: list content of a directory. Which: locate a command.

ocaml-lang.org ocaml-lang.org

Welcome page

The owner of this web site has not put up any web pages yet. Please come back later. You should replace this page with your own web pages as soon as possible. Unless you changed its configuration, your new server is configured as follows:. Configuration files can be found in /etc/lighttpd. The DocumentRoot, which is the directory under which all your HTML files should exist, is set to /var/www. CGI scripts are looked for in /usr/lib/cgi-bin. Log files are placed in /var/log/lighttpd.

ocaml-lua.forge.ocamlcore.org ocaml-lua.forge.ocamlcore.org

ocaml-lua

OCaml-Lua: Lua bindings for OCaml. OCaml-lua provides bindings to the Lua programming language. Lua is a scripting language particularly useful when you need to embed a language in your application. This project provides the bindings required to embed Lua. More information about Lua. Lua is a powerful, light-weight programming language designed for extending applications. It provides a good general purpose programming language to replace DSL that don't really need to be specific. In a few lines of code y...

ocaml-mindstorm.bzr.sf.net ocaml-mindstorm.bzr.sf.net

SourceForge: Browsing /ocaml-mindstorm

Jump to main content.

ocaml-mindstorm.forge.ocamlcore.org ocaml-mindstorm.forge.ocamlcore.org

OCaml-mindstorm

Is a versatile robotic construction kit. The central component is the programmable NXT brick. To which one can connect up to three motors and various sensors. The brick can run programs directly uploaded to it or can be controlled via bluethooth or USB. This library allows you to communicate with — and drive — your NXT brick from OCaml. Programs through a bluetooth or a USB connection. The full LEGO. The fantom drivers installed) and Mac OSX. This project is hosted on Github.

ocaml-portmidi.forge.ocamlcore.org ocaml-portmidi.forge.ocamlcore.org

Ocaml PortMidi bindings

Download the latest release: releases/ocaml-portmidi-0.1.tar.gz. Go to the OCaml Forge project page.

ocaml-pro.com ocaml-pro.com

OCamlPro

OCamlPro is the leading company. The Services We Provide. Technical Support for OCaml Developers. Training and Courses for Software Developers. Collaborative Research and Development Projects. Online OCaml Toplevel for Beginners. SMT-Solver for Software Verification. OCaml Tools and Libraries. Scilab Style Checking Tools. Language for Linear Optimization. 18 May, 2015:. Optimize code using ocp-memprof. 13 Apr, 2015:. Using ocp-memprof on Scanf. 4 Mar, 2015:. Using ocp-memprof on Cumulus. 29 Jan, 2015:.

ocaml-pro.net ocaml-pro.net

Félicitations ! Votre domaine a bien été créé chez OVH !

Votre domaine ocaml-pro.net. A bien été créé chez OVH. Accédez à votre Webmail OVH. Depuis votre Espace Client Web. Consultez la liste des. Vous pouvez dès à présent lui associer un hébergement,. En choisissant la solution la plus adaptée à vos besoins :. Pour héberger vos projets Web :. Site Internet, boutique en ligne,. Alliez la flexibilité du Cloud. À la liberté du dédié. Avec nos solutions VPS clef en main. Accompagnez vos projets Web. Vers une nouvelle étape. Hébergez vos sites Web.