WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=6562e9e51e03683efda91f06e07ace65d468d2f9
commit 6562e9e51e03683efda91f06e07ace65d468d2f9 Author: Nate Drake <[email protected]> Date: Thu Nov 16 10:21:19 2017 -0800 Wiki page about-efl-draft.md changed with summary [] by Nate Drake --- pages/playgroud/about-efl-draft.md.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/playgroud/about-efl-draft.md.txt b/pages/playgroud/about-efl-draft.md.txt index f66555f1..3a54c6dd 100644 --- a/pages/playgroud/about-efl-draft.md.txt +++ b/pages/playgroud/about-efl-draft.md.txt @@ -11,7 +11,7 @@ Code quality - [EFL Coverity scan status](https://scan.coverity.com/projects/552 EFL is made up of quite a few libraries that build on top of each other in layers, steadily becoming higher-level, yet allowing access to each level as they go. The higher up you go, the less you have to do yourself. Elementary is about as high up as you get, while you still access layers below it for day to day things as there is no need for it to wrap things that work perfectly well as-is. -All of EFL exposes its APIs by default in C, with several bindings available. We are now also working on supporting bindings for various language as first-class-citizens in EFL by auto-generating the bindings directly from our new object orientation infrastructure for C. We stick to C mostly because the libraries have been around for a long time, were originally written in C and the developers who write the libraries prefer C. We add OO features in C with tools and infrastructure where n [...] +All of EFL exposes its APIs by default in C, with several bindings available. We are now also working on supporting bindings for various language as first-class-citizens in EFL by auto-generating the bindings directly from our new object orientation infrastructure for C. We stick to C mostly because the libraries have been around for a long time, were originally written in C and the developers who write the libraries prefer C. We add OO features in C with tools and infrastructure where n [...] Our components are divided into named libraries or projects. Core EFL components include: --
