[Omake] extending omake with ocaml

ben kuin benkuin at gmail.com
Mon May 3 14:30:56 PDT 2010


one reason could be what you mentioned in the paper "OMake: designing
a scalable build process" about ant: writing extensions. Because maybe
I want to turn my standalone executable that has been called via shell
so far into a omake task. That could help to improve portability,
scalabilty and performance of the operation.

On Mon, May 3, 2010 at 12:40 PM, Aleksey Nogin <nogin at metaprl.org> wrote:
> On 03.05.2010 09:25, ben kuin wrote:
>
>>> OTOH, a lot can be implemented in OMake language, and if some useful
>>> functionality is missing, I may be able to add it to the distribution.
>>
>> thank you for this answer, what do you think about adding a
>> functionality that makes it possible to access methods of a
>> dynamically loaded bytecode module.
>
> Ben,
>
> I would like to understand why you want this. For the most part, you can
> always call external code by compiling a standalone executable and using
> the shell or shella function. Is there some specific reason for wanting
> to be able to load the external code into omake?
>
> Aleksey
> _______________________________________________
> Omake mailing list
> Omake at metaprl.org
> https://lists.metaprl.org/mailman/listinfo/omake
>


More information about the Omake mailing list