Le 21/03/12 16:34, Tarık Özkanlı a écrit :
Yes,
I am asking that.

Let's say I want to work on cons data type.
What is the actual things to do to achieve the target about it?
What tools should I use?

regards.

Tarık Özkanlı


Hello,

You would first have to start by being able to build the new VM. Depending on your platform that may already provide some challenge. (Sébastien and me are working on linux 64 bit so we know how to make it work on this platform but we haven't really tested it on other platforms yet.) For that , start with the following tools: git, svn, cmake, g++. This should allow the build system to complete (or I may have forgotten some dependencies...) and to build the new VM. After that, look at the implementation of tuples for how to organize the code, what to put in what file, etc. and at the tutorial on the wiki for the specifics of cons. In practice, you'll probably want to start by forking the repository at github and for actual edition of the c++ code, Sébastien uses KDevelop while I prefer using Emacs -- being a long-time Oz user can have this effect :-) -- but any reasonable programming editor would work.

Yves

On Wed, Mar 21, 2012 at 4:59 PM, Sébastien Doeraene
<[email protected] <mailto:[email protected]>> wrote:

    Hi!

    I am not sure that I understand your question. Are you asking for
    parts of the implementation that we could delegate to other people?
    In that case, the answer is Yes: a few ideas here:
    https://github.com/mozart/mozart2/wiki/Roadmap (under the title What
    can you do?).

    Best regards,
    Sébastien

    2012/3/21 Tarık Özkanlı <[email protected]
    <mailto:[email protected]>>

        Do you have any well defined proble/ segment to delegate?

        Tarık Özkanlı



    
_________________________________________________________________________________
    mozart-hackers mailing list [email protected]
    <mailto:[email protected]>
    http://www.mozart-oz.org/mailman/listinfo/mozart-hackers




_________________________________________________________________________________
mozart-hackers mailing list                           
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-hackers

_________________________________________________________________________________
mozart-hackers mailing list [email protected] http://www.mozart-oz.org/mailman/listinfo/mozart-hackers

Reply via email to