Re: [Pharo-dev] [ANN] FFI Tutorial, Pharo5 / Libclang

2016-09-25 Thread Esteban Lorenzano
this is super good… thanks for doing this. once finished I would like to use it as tutorial reference :) cheers, Esteban > On 24 Sep 2016, at 19:25, Ben Coman wrote: > > hi all, > > Just announcing that I'm writing a series of posts on using FFI in > Pharo 5 to

Re: [Pharo-dev] [ANN] FFI Tutorial, Pharo5 / Libclang

2016-09-24 Thread Ben Coman
The immediate driver is that I want to parse the VM platform sources and use Roassal to arrange them graphically to look for cross-platform patterns. I started doing this manually but its a error prone and tedious. http://forum.world.st/code-chart-of-time-inside-the-VM-td4916951.html I am

Re: [Pharo-dev] [ANN] FFI Tutorial, Pharo5 / Libclang

2016-09-24 Thread Jan Vrany
Hi, I'm quite interested in this, though not in UFFI bit, rather in bindings as such.  What is the goal of the project?  Thanks!  Best, Jan On Sun, 2016-09-25 at 01:25 +0800, Ben Coman wrote: > hi all, > > Just announcing that I'm writing a series of posts on using FFI in > Pharo 5 to

[Pharo-dev] [ANN] FFI Tutorial, Pharo5 / Libclang

2016-09-24 Thread Ben Coman
hi all, Just announcing that I'm writing a series of posts on using FFI in Pharo 5 to interface to libclang, the interface library for the LLVM C compiler. http://blog.openinworld.com/2016/09/pharo-libclang-ffi-part-1-preamble/ I'm writing this from the perspective of a FFI newbie progressively