Skip to content
This repository has been archived by the owner on Jun 13, 2018. It is now read-only.

4i on the rails #82

Open
canercandan opened this issue Mar 11, 2015 · 0 comments
Open

4i on the rails #82

canercandan opened this issue Mar 11, 2015 · 0 comments

Comments

@canercandan
Copy link

Hi there,

Just to announce that I just released the project 4i entirely based on GSL. The later enables to model-oriented program entirely thanks to modules. You can build your new module from-scratch or extend an existing one. Some primitive modules have been released as well to ease its adoption.

You can find the main tool there: https://github.com/4geit-tool/4i
And the resources such as the modules there: core and there: module.

I am actually working on a documentation generator that way every single module can benefit from it.

Here is the common "hello world" example in action: https://github.com/4geit-project/hello
It's basically based on the module 4i.language.python.hello which extends the module 4i.language.python which extends the module 4i.language which extends the root module 4i.

And an asciicast demo to show you quickly how the hello world project is build with it: https://asciinema.org/a/17555

Every module created on 4i is based on the root module, that means they have to be compliant with a minimum rules of the root module (protocol).

It's is still in an early stage of development (sorry about the lack of the doc) however I am already using it for my own project, so feel free to ask me any questions, concerns or feedback you have. Thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant