Re: [MSEide-MSEgui-talk] About ZEOS in MSEide-MSEgui

2015-01-26 Thread Martin Schreiber
On Monday 26 January 2015 13:57:09 Julio Jiménez wrote:
 2015-01-26 13:55 GMT+01:00 Martin Schreiber mse00...@gmail.com:
  Zeos 7.2 is supported, Zeos 7.2 has {$ifdef MSEgui} for MSEgui
  compatibility.
  Please compile Zeos with -dmsegui. How MSElang will support third party
  libraries is not yet decided.

 I mean pure MSEide+MSEgui projects (FPC), but probably is too early to talk
 about it.

At the beginning MSElang will support the Free Pascal dialect used by 
MSEide+MSEgui only, a subset of FPC 2.6.4. Currently I am implementing this. 
The real MSElang dialect will come later. Because MSElang uses a syntax 
definition file which will be converted to Pascal control structures used by 
the compiler by a tool additional dialects can be added with little effort.

Martin

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] About ZEOS in MSEide-MSEgui

2015-01-26 Thread Martin Schreiber
On Monday 26 January 2015 10:46:41 Julio Jiménez wrote:
 I have seen you have removed ZEOS.txt. Does it means ZEOS is no  longer
 supported? (just curiosity)

ZEOS.TXT is obsolete, please use README.TXT instead.

 This makes me wondering, how compatible will be, actual MSEide+MSEgui
 applications code. (in MSELang)

Zeos 7.2 is supported, Zeos 7.2 has {$ifdef MSEgui} for MSEgui compatibility. 
Please compile Zeos with -dmsegui. How MSElang will support third party 
libraries is not yet decided.

Martin



--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] First comparison MSElang - FPC ;-)

2015-01-26 Thread Ivanko B
How is this related to the future
=
The promise also offers combination of async=parallel ( all() ) 
sync=waited (then()) execution, for instance :

Promise.all([async_func1(),..async_funcN(),..]).then(sync_func1()).then(sync_func2))...

async_funcX() run in parallel (on different cores etc) and
sync_func1() will run once all of async_funcX()  finish.

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] About ZEOS in MSEide-MSEgui

2015-01-26 Thread Julio Jiménez
I have seen you have removed ZEOS.txt. Does it means ZEOS is no  longer
supported? (just curiosity)

This makes me wondering, how compatible will be, actual MSEide+MSEgui
applications code. (in MSELang)

-- 
Julio Jiménez Borreguero
--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] First comparison MSElang - FPC ;-)

2015-01-26 Thread Michael Schnell
On 01/25/2015 07:32 PM, Ivanko B wrote:
 How about the Promise conseption for task parallelizing/waiting as a
 benifitiar of multiple cores?
How is this related to the future notation used in Delphi Prism (aka 
Oxygen )?

-Michael

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk